07.05.2015, 13:34
About cmdtext and index.
Just use cmdtext instead of params.
CMD:heal(playerid, cmdtext[])
And make index global variable. And set it to default value after command finishes (there is a callback for that ... at least zcmd has it).
Just use cmdtext instead of params.
CMD:heal(playerid, cmdtext[])
And make index global variable. And set it to default value after command finishes (there is a callback for that ... at least zcmd has it).