15.08.2016, 19:29
Quote:
How do i make a command like this:
[/command 1] in zcmd if i make it separate i get errors Errors: [/command 1] No Errors: [/command1] How do i make it seperate? |
Код:
CMD:gotobusiness(playerid, params[]) { new idx; if(sscanf(params, "i", idx)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /gotobiz [bizid]"); //your action here return 1; }