25.09.2016, 06:31
Quote:
I know commands' ID starts from 0, but I mean something other
Код:
#include ... CMD:command1(playerid, params[]) { return 1; } CMD:command2(playerid, params[]) { return 1; } |
The indexes are in reference to the arrays returned by the PC_GetCommandArray.