22.12.2012, 21:14
Try zcmd include edited by me http://pastebin.com/Y9AAgUyN
And in top of your public OnPlayerCommandText add:
And in top of your public OnPlayerCommandText add:
pawn Код:
if(zcmd(playerid,cmdtext) > 0)return 1;
else return SendClientMessage(playerid, -1, "Wrong command");