02.09.2013, 16:38
pawn Код:
//OnPlayerStateChange
if (newstate == PLAYER_STATE_DRIVER)
{
if (GetVehicleModel(GetPlayerVehicleID(playerid)) == ID) // id = vehicule id
{
// remove players parachute by giving him the parachute with -1
}
}
I don't know if it's will work - correct me if I'm wrong?