SA-MP Forums Archive
Command two defines - 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)
+--- Thread: Command two defines (/showthread.php?tid=444311)



Command two defines - Stefand - 16.06.2013

Is it possible with:

command(engine, playerid, param[])

to do something like

command(engine, playerid, param[]) || command(e, playerid, param[])

or how does it work with zcmd?


Re: Command two defines - InfiniTy. - 16.06.2013

pawn Код:
command(e,playerid,param[]) return cmd_engine(playerid,param);