/Respawn all (Has to destroy certain veh's)
#2

You can do something like:

pawn Код:
foreach(Player, i) {
if(PlayerInfo[playerid][pSpawnVehicle] > 0) {
DestroyVehicle(PlayerInfo[playerid][pSpawnVehicle]);
}
}
Reply


Messages In This Thread
/Respawn all (Has to destroy certain veh's) - by Smikkeltoetje - 16.03.2014, 23:48
Re: /Respawn all (Has to destroy certain veh's) - by Abagail - 16.03.2014, 23:50
Re: /Respawn all (Has to destroy certain veh's) - by Smikkeltoetje - 16.03.2014, 23:54

Forum Jump:


Users browsing this thread: 1 Guest(s)