02.02.2014, 01:16
SetPlayerHealth(playerid, 0.0);
You're setting the HP of the one who types the command to 0.0.
Also
Should be before the command is executed.
You're setting the HP of the one who types the command to 0.0.
Also
pawn Код:
if(pid == playerid)
return SCM(playerid, RED, "You cannot akill yourself");