28.02.2010, 21:49
This works for me.
Try it
pawn Код:
if(strcmp(cmdtext,"/kill",true)==0)
{
SetPlayerHealth(playerid, 0.0);
return 1;
}