29.03.2019, 11:57
This seems to be unused.
If you were to use it, surely you'd have to do
What is your intention with the timer? If you want the player to spawn inside the hospital, you should not set
pawn Code:
new bool:IsDead;
pawn Code:
new bool:IsDead[MAX_PLAYERS];
pawn Code:
SetPlayerVirtualWorld(playerid, 0);
SetPlayerInterior(playerid, 0);