Killme Command - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread:  Killme Command (
/showthread.php?tid=322706)
 
Killme Command - 
SomeGuy#1 -  03.03.2012
What would i do for killme filterscript? 
Really the only thing i know how to do is a command makes text come up only for that user in the chatbox lol...
Re: Killme Command - 
Jochemd -  03.03.2012
To kill a player, set his health to -1 (not 0, because it can walk around buggy then sometimes)
pawn Код:
SetPlayerHealth(playerid, -1);
 
Re: Killme Command - 
SomeGuy#1 -  03.03.2012
Thanks... That was my problem... Tyvm