07.08.2009, 17:22
hello, i've putted this
under OnPlayerDeath, so when you die you spectate the player who killed you, but i can't manage to get the SetTimerEx to work properly. What do i need to put else so a player respawns after 10 seconds of death/spectating?
Quote:
TogglePlayerSpectating(playerid, 1); PlayerSpectatePlayer(playerid, killerid); |