26.06.2012, 20:11
It seems to call it automatically when a player dies, what could be up with it?
Should I try in OnPlayerRequestClass this:
Thanks.
Should I try in OnPlayerRequestClass this:
pawn Код:
if(Hospitalized[playerid] == 1)
{
TogglePlayerSpectating(playerid, true);
}