tele to chiliad after death for 10 seconds ?
#3

under OnPlayerDeath:
pawn Код:
SetPlayerSpawn(playerid, CHILLIADCOORDS);
SetTimerEx("Respawn", 10000, "i", 0, playerid);

---

forward Respawn(playerid);
public Respawn(playerid)
{
    SetPlayerPos(playerid, YOURNORMALPOSCOORDS");
    return 1;
}
Reply


Messages In This Thread
tele to chiliad after death for 10 seconds ? - by Rocky Balboa - 07.10.2010, 22:09
Re: tele to chiliad after death for 10 seconds ? - by Dime - 07.10.2010, 22:13
Re: tele to chiliad after death for 10 seconds ? - by [L3th4l] - 07.10.2010, 22:14
Re: tele to chiliad after death for 10 seconds ? - by Lenny the Cup - 07.10.2010, 22:35
Re: tele to chiliad after death for 10 seconds ? - by Rocky Balboa - 08.10.2010, 21:19
Re: tele to chiliad after death for 10 seconds ? - by Rocky Balboa - 08.10.2010, 21:34
Re: tele to chiliad after death for 10 seconds ? - by Rocky Balboa - 09.10.2010, 16:59
Re: tele to chiliad after death for 10 seconds ? - by WillyP - 09.10.2010, 17:00

Forum Jump:


Users browsing this thread: 1 Guest(s)