SA-MP Forums Archive
Fasted Command Proccessor - 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: Fasted Command Proccessor (/showthread.php?tid=158792)



Fasted Command Proccessor - zallomallo - 11.07.2010

What is the fastest command processor there is? Thank you.


Re: Fasted Command Proccessor - Carlton - 11.07.2010

ZCMD because it directly calls a command unlike DCMD, where it would check every command in OnPlayerCommandText until it reaches the command needed.


Re: Fasted Command Proccessor - zallomallo - 11.07.2010

These are faster than built in, right?