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!