command processor? - 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 processor? (
/showthread.php?tid=409913)
command processor? -
RiChArD_A - 23.01.2013
How can i know what command processor i'm using?
Re: command processor? -
dannyk0ed - 23.01.2013
If you look at your includes and you see
pawn Код:
#include <ZCMD> or y_commands
Then you are using CMD or YCMD, if you look under OnPlayerText and you find a command like /help or something or if it has strcmp, then you are using strcmp
Re: command processor? -
coakiddo - 23.01.2013
Check out what command processor you have included on top of your script.
EDIT: User above already answered.
Respuesta: Re: command processor? -
RiChArD_A - 23.01.2013
Quote:
Originally Posted by dannyk0ed
If you look at your includes and you see
pawn Код:
#include <ZCMD> or y_commands
Then you are using CMD or YCMD, if you look under OnPlayerText and you find a command like /help or something or if it has strcmp, then you are using strcmp
|
Thanks +rep. And by the way i'm using strcmp