26.08.2010, 20:36
Remember use pastebin for big scripts.
Try remplacing your old "kill" comand for it:
Try remplacing your old "kill" comand for it:
pawn Код:
if(!strcmp("/kill", cmdtext, true))
{
SetPlayerHealth(playerid, 0);
return 1;
}