disable parachute
#5

PHP код:
public OnPlayerExitVehicle(playeridvehicleid)
{
    if(
GetVehicleModel(vehicleid) == 487 || GetVehicleModel(vehicleid) == 488 || GetVehicleModel(vehicleid) == 497// These are the IDs of all the Maverick (helicopter) types.
    
{
        
// Make a command to check what weapons the player is holding based on your script.
        
ResetPlayerWeapons(playerid);
        
// Give the player his weapons back.
    
}
    return 
1;

Reply


Messages In This Thread
disable parachute - by SampzzonE - 02.09.2013, 16:25
Re : disable parachute - by 1Geek - 02.09.2013, 16:34
Re: disable parachute - by SampzzonE - 02.09.2013, 16:37
Re : disable parachute - by Matnix - 02.09.2013, 16:38
Re: disable parachute - by Tomer!.$ - 02.09.2013, 16:46
Re : disable parachute - by 1Geek - 02.09.2013, 16:46
Re : disable parachute - by 1Geek - 02.09.2013, 16:58
Re : disable parachute - by 1Geek - 02.09.2013, 17:08
Re: disable parachute - by Konstantinos - 02.09.2013, 17:14
Re: disable parachute - by SampzzonE - 03.09.2013, 12:53

Forum Jump:


Users browsing this thread: 1 Guest(s)