Instant Respawn After Death
#5

Try this:
pawn Код:
public OnPlayerDeath(playerid,killerid,reason)
{
    TogglePlayerSpectating(playerid, 1); //toggles them into spectation mode.
    TogglePlayerSpectating(playerid, 0); //ends spectation mode, calling OnPlayerSpawn.
    return 1;
}
Reply


Messages In This Thread
Instant Respawn After Death - by arakuta - 11.11.2014, 23:48
Re: Instant Respawn After Death - by Abagail - 11.11.2014, 23:55
Re: Instant Respawn After Death - by Eth - 11.11.2014, 23:57
Re: Instant Respawn After Death - by Quickie - 12.11.2014, 01:49
Re: Instant Respawn After Death - by Banana_Ghost - 12.11.2014, 04:54

Forum Jump:


Users browsing this thread: 1 Guest(s)