Quote:
Originally Posted by introzen
This seems to be unused.
If you were to use it, surely you'd have to do
pawn Code:
new bool:IsDead[MAX_PLAYERS];
What is your intention with the timer? If you want the player to spawn inside the hospital, you should not set
pawn Code:
SetPlayerVirtualWorld(playerid, 0); SetPlayerInterior(playerid, 0);
|
i love you, thank you so much, the [MAX_PLAYERS] is what I needed, thank youuuu