24.09.2016, 19:27
I know commands' ID starts from 0, but I mean something other
First command is command1, but this command doesn't have ID 0, so what is the way? How a command get an ID?
Код:
#include ... CMD:command1(playerid, params[]) { return 1; } CMD:command2(playerid, params[]) { return 1; }