19.02.2016, 17:27
You just needed to modify the ZCMD include a little. Replace your existing ZCMD include with this.
For commands with double slash, use:
For commands with double slash, use:
pawn Код:
CMD2:test(playerid, params[]) {
return 1;
}