10.10.2012, 18:33
public OnPlayerDeath(playerid, killerid, reason)
{
TogglePlayerSpectating(playerid, 1);
PlayerSpectatePlayer(playerid, killerid);
return 1;
}
I have this and when someone kill me it doesn't respawn. I need timer for it can you help please?
{
TogglePlayerSpectating(playerid, 1);
PlayerSpectatePlayer(playerid, killerid);
return 1;
}
I have this and when someone kill me it doesn't respawn. I need timer for it can you help please?