SA-MP Forums Archive
Help - 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: Help (/showthread.php?tid=614549)



Help - Rix70 - 09.08.2016

Anyone have a simple /kill filterscript just simple as /kill and then u die


Re: Help - WhiteGhost - 09.08.2016

Код:
CMD:kill(playerid,params[]){
SetPlayerHealth(playerid,0.0);
return 1;
}



Re: Help - Rix70 - 09.08.2016

is that /kill? and thank you!