13.11.2014, 17:07
That's easy to fix!
If you'd add a command this way: CMD:mycommand(playerid, params[]), you can call it with "cmd_mycommand(playerid, params[])". 'CMD:' is just a macro, and the pre-compiler changes it to "cmd_".
If you'd add a command this way: CMD:mycommand(playerid, params[]), you can call it with "cmd_mycommand(playerid, params[])". 'CMD:' is just a macro, and the pre-compiler changes it to "cmd_".