Try moving mods folder on desktop then launch gtav (if mods folder is used)
OneMinuteYT
View profile on GTA5-Mods.com »
Posts made by OneMinuteYT
-
RE: The meaning of only crashing when reloading a savegame while in-game?posted in Installation Help & Troubleshooting
-
RE: Player freezes and don't do nothing when pressing R1 button gamepadposted in Installation Help & Troubleshooting
@dream_catcher79 in your scripts folder which us locates in you gtav directory
-
RE: Player freezes and don't do nothing when pressing R1 button gamepadposted in Installation Help & Troubleshooting
its defintely a mod, here i just created this mod try this for a temporary fix: https://mega.nz/file/24UVgYaR#l_xfJaJslWdlCKkHcy6wtTuEDEkJRsgm8epXxAYQ3ts
-
Load Interiorsposted in General Modding Discussion
Again back with a brand new question: How can i load interiors.
-
how do i freeze props by c#posted in General Modding Discussion
i tried
var model = new Model("imp_prop_impexp_boxwood_01"); Function.Call(Hash.CREATE_OBJECT, model, 263.4021f, 222.5298f, 100.6844f, false, false, false); Function.Call(Hash.FREEZE_ENTITY_POSITION, model, true);but it doesnt work -
RE: Please stop online jobs commentsposted in Site-Related Questions & Feedback
@ReNNie lol exactly these type of comments
-
RE: How to make this line a submenu:posted in General Modding Discussion
i got it to show up but the if statement wont work.
when i use
menu.OnItemSelect += (sender, item, index) =>it wont work but if i use
submenu.OnItemSelect += (sender, item, index) =>
it does but all my other if statements wont work