04.05.2015, 02:42
Quote:
How do I convert y_commands to ZCMD? |
Also, YCMD have already a defination to convert ZCMD to y_commands within the include. It won't give any warns or errors if you have CMD:command(playerid, params[]). But you can't add alternatives for commands like:
pawn Код:
CMD:commandalt(playerid, params[]) return cmd_command(playerid, params);
Quote:
How do I convert strcat to sscanf? |