30.09.2013, 08:54
Hello there, i know there is like
But how to make for YCMD, i tryed but errors, just started to work with YCMD...
Код:
CMD:alternative(playerid, params[]) { SCM(playerid,-1,"Command"); return 1; }
Код:
CMD:alt(playerid, params[]) { return cmd_alternative(playerid, params); }
Код:
CMD:alternative(playerid, params[],help) { #pragma unused help #pragma unused params SCM(playerid,-1,"Command"); return 1; }