@JohnFromGWN Ask who exactly? The server files are unmodifiable cache files.

OfficialAlexM
View profile on GTA5-Mods.com »
Posts made by OfficialAlexM
-
RE: I can't find a mod.
-
I can't find a mod.
See this mod: https://www.gta5-mods.com/player/tina-irish-clothes-are-patrick-day
It includes the original mod which is TinaNoHood, but I'm looking for the original mod with the hood still on (TinaRed.ytd). Servers like RSM Freeroam have this model but I can't for the life of me find it anywhere. Anyone have it or know where I can get it?
-
RE: Need help with a script
@Eyon Simple Trainer, or any other trainer, does not remove the parachute. Every time I select the option to remove it it automatically gets added back to my inventory. I took time to make that script in order for the parachutes to get removed permanently.
Thanks for the help though, I'll see what I can do
-
Need help with a script
I'm working with Script Hook V Dot Net (coding under C#) and have recently posted a simple script to remove the infinite parachutes you have after you complete a certain mission.
The problem is, that specific script also removes the ability to purchase parachutes from AmmuNation, since as soon as you buy a parachute, it gets removed from your inventory instantly, since I put the REMOVE_WEAPON_FROM_PED under "void OnTick".
How do I make it so that the permanent parachutes you get after completing a certain mission get removed, but when the player buys one from AmmuNation it stays in his inventory and can be used one time?
I'm new to scripting and I would like advice/code to achieve this with. Thanks!