21.08.2013, 18:15
Well, currently i have this as a timer (because when you type the cmd, the timer get's activated).
But the problem is that even when a player is in a vehicle, it still respawns. so the player will fall in of the air and stuff like that.
How can i fix that?
pawn Код:
forward RespawnTimer();
public RespawnTimer()
{
for(new i = 1; i <= MAX_VEHICLES; i++)
{
SetVehicleToRespawn(i);
}
}
How can i fix that?