22.05.2015, 20:22
Anyways... ZCMD is not required, people always use the 'CMD:' syntax but do not realize that it is compatible with both ZCMD and YCMD. So you should say "( ZCMD by ZEEX, or YCMD by Y-LESS )."
For example:
#include <ZCMD>
CMD:cmd(playerid, params[])
{ return 1; }
will work just as well as:
#include <YSI\y_commands>
CMD:cmd(playerid, params[])
{ return 1; }
For example:
#include <ZCMD>
CMD:cmd(playerid, params[])
{ return 1; }
will work just as well as:
#include <YSI\y_commands>
CMD:cmd(playerid, params[])
{ return 1; }