04.08.2013, 12:35
Hi, i want make a command with y_commands and i got an bug/error
Command:
Bug/Error: Image
Thanks!
Command:
Код:
CMD:kick(playerid, params[]) { if(P_DATA[playerid][Level] < 5) return SendClientMessage(playerid, -1, "You must be level 5 to use this command!"); return 1; }
Thanks!