[HELP]clan commands please help - 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: [HELP]clan commands please help (
/showthread.php?tid=217616)
[HELP]clan commands please help -
RoiKy - 28.01.2011
SLOVED.
Re: [HELP]clan commands please help -
Steven Paul - 28.01.2011
Do you have zcmd included? btw why are you using tmp instead of cmdtext.
Re: [HELP]clan commands please help -
RoiKy - 28.01.2011
no im not use zcmd...
Re: [HELP]clan commands please help -
Steven Paul - 28.01.2011
did you change tmp to cmdtext
try to use this
Код:
if(strcmp(cmdtext, "/yourcommand", true) == 0)
EDIT : Did your other command work properly?
Re: [HELP]clan commands please help -
RoiKy - 28.01.2011
SLOVED.