21.03.2010, 01:19
How do i stop the player from respawning on death?
public OnPlayerDeath(playerid, killerid, reason)
{
pDeath = 1; // This is useful to make a command to get players alive
SetPlayerPos(playerid,9999,9999,9999);
TogglePlayerControllable(playerid,0);
SetPlayerCameraLookAt(...);
SetPlayerCameraPos(...);