SA-MP Forums Archive
ZCMD? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: ZCMD? (/showthread.php?tid=175948)



ZCMD? - DarrenReeder - 11.09.2010

Hello,

where is the ZCMD thread? i cant find it ANYWHERE.... i tried searching ******, samp wiki, forums... cant find it anywhere..


I need to make it so i can got both "/ooc" and "/o" and i cant remember how but i know its on the zcmd thread..

-thanks


Re: ZCMD? - woot - 11.09.2010

pawn Код:
#define ALTCOMMAND:%1->%2;                     \
            COMMAND:%1(playerid, params[])     \
                return cmd_%2(playerid, params);
ex:
pawn Код:
ALTCOMMAND:ooc->o;



Re: ZCMD? - Toni - 11.09.2010

Zcmd

Next time, try using advance search, and search user name "Zeex", and select all threads started.