Quote:
Originally Posted by .FuneraL.
pawn Код:
if(strcmp("/kill", cmdtext, true) == 0) { if(GetPlayerWantedLevel(playerid) >= 1 return SendClientMessage(playerid, 0xFFFFFFFF, "You can not use the command because it is being Sought"); }else{ SetPlayerHealth(playerid , 0); SendClientMessage(playerid, 0xFFFFFFFF, "You committed suicide , Using : /kill"); return 1; }
Try this.
|
It will generate an error due to the missing bracket.