small help
#1

how to make when anyone exits an airplane get a parachute because my anticheats remove the default parachute when you get out of the airplane.
Reply
#2

Try with something like:
PHP Code:
public OnPlayerEnterVehicle(playeridvehicleidispassenger)
{
    new 
model GetVehicleModel(vehicleid);
    if(
model == 460 || model == 476)    GivePlayerWeapon(playerid,4610);
    return 
1;

Remember to add more models in the "if" statement
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)