Hello, Guest

By registering with us, you'll be able to discuss, share and private message with other members of our community.
What's new

SCRIPT Parachute Issuance Rage:MP

Alexalsaud

Administrative
Staff member
Admin
Joined
Aug 5, 2024
Messages
337
ICoins
1,301

Parachute Issuance Rage:MP


Parachute issuance when jumping from a helicopter

JavaScript:
//PARACHUTE
mp.events.add('playerExitVehicle', (player, vehicle) => {
player.giveWeapon(mp.joaat('gadget_parachute'),1000);
});

Registering on the server side

 
Back
Top