[FilterScript] Anti-SpawnKill V:0.1 - 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] Anti-SpawnKill V:0.1 (
/showthread.php?tid=425649)
Anti-SpawnKill V:0.1 -
ACI - 26.03.2013
Redacted
Re: Anti-SpawnKill V:0.1 -
MehranGta - 26.03.2013
nice work
+rep
Re: Anti-SpawnKill V:0.1 -
ACI - 26.03.2013
Enjoy.
Re: Anti-SpawnKill V:0.1 -
Dzines4SAMP - 26.03.2013
Can you post a pastebin link? I want to see the code, because I'm on my iPad
Re: Anti-SpawnKill V:0.1 -
ACI - 26.03.2013
Quote:
Originally Posted by MehranGta
nice work
+rep
|
I need to make 50 posts
Re: Anti-SpawnKill V:0.1 -
ACI - 26.03.2013
Quote:
Originally Posted by Dzines4SAMP
Can you post a pastebin link? I want to see the code, because I'm on my iPad
|
http://pastebin.com/FvZLCWWa
Re: Anti-SpawnKill V:0.1 -
[SF]OutLawZ - 27.03.2013
You should really be using SetTimerEx in this case, so
Код:
SetTimer("SKP", 10000, false);
would be
Код:
SetTimerEx("SKP", 10000, 0, "i", playerid);
https://sampwiki.blast.hk/wiki/SetTimerEx
Re: Anti-SpawnKill V:0.1 -
sheders - 27.03.2013
Nice man