04.01.2012, 13:07
pawn Код:
else if(strcmp(cmd,"/Kill",true)==0)
{
SetPlayerHealth(playerid,0);
new Str[256];
format(Str,MaxString,"* \"%s\" Suicidou-se.",PlayerInfo[playerid][PlayerName]);
SendClientMessageToAll(ErroColor,Str);
return 1;
}