I have a script where I give peds parachutes (gadget_parachute) and they para-drop. the problem is it is the default(?) rainbow colored one, which sort of does not look quite right. I want to use the white one.
Any ideas on how to make the parachute use the different model when it is deployed? I took a look at CreateWeaponObject(weaponHash, ammoCount, x, y, z, showWorldModel, heading, p7)
But that seems like it will only apply to the parachute backpack… if that even worked?
when i tested them though the SetPlayerParachuteTintIndex native only changed the parachute colors from 0 to 6, which seems to be only the original ones and not the ones added from the Flight School update.