Posts: 144
Threads: 38
Joined: Dec 2010
Reputation:
0
I have made a weapon free zone throughout whole SA, only in the selected DM areas, such as area 69, there are weapons allowed and possible to carry. But now whenever I jump out of an airplane, It doesn't give me a parachuse. Has this something to do with the "remove players weapons"?
Posts: 2,268
Threads: 89
Joined: Apr 2009
Reputation:
0
Are you sure you are getting at the enough altitude?
Posts: 663
Threads: 42
Joined: May 2009
Reputation:
0
Didn't parachutes get removed along with armour etc when entering vehicles?
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
If you remove player weapons that will remove the parachute too. You can do a check inside OnPlayerExitVehicle and if its an aircraft then give the player a parachute. (unless ofc you remove the weapons in a timer)
Posts: 144
Threads: 38
Joined: Dec 2010
Reputation:
0
Yes they are checked in a timer :/ so what do I do now?