[FilterScript] Death Pos - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Death Pos (
/showthread.php?tid=251070)
Death Pos -
[ISS]Daniele_Tom - 25.04.2011
Description
This Fs allows to return when you're dead.
Download
http://pastebin.com/dQDiuaGN
Re: Death Pos -
aircombat - 25.04.2011
nice fs but that wouldnt work cause the first player who dies that will be the pos where all players teleport cause u used : new DeathPos; u should use :
pawn Код:
new DeathPos[MAX_PLAYERS];
then use :
pawn Код:
DeahtPos[playerid] = blablabla;
Re: Death Pos -
[ISS]Daniele_Tom - 25.04.2011
Thanks! Now is correct
Re: Death Pos -
davve95 - 18.08.2011
Nice!