SA-MP Forums Archive
What could be reason that GM Commands dont work anymore - 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: What could be reason that GM Commands dont work anymore (/showthread.php?tid=274679)



What could be reason that GM Commands dont work anymore - [WSF]ThA_Devil - 06.08.2011

I don't know why gm commands stopped working so... what could do it? i checked all brackets... nothings missed... and script got no probs... why that happens?


Re: What could be reason that GM Commands dont work anymore - Markx - 06.08.2011

Which command processors you use?


Re: What could be reason that GM Commands dont work anymore - WoodPecker - 06.08.2011

All commands or only one command? if its only one command then send it here.


Re: What could be reason that GM Commands dont work anymore - FireCat - 06.08.2011

Did you include ZCMD in your gamemode?
That happened to me ;s thats why I don't use zcmd (one of the reasons)


Re: What could be reason that GM Commands dont work anymore - [WSF]ThA_Devil - 06.08.2011

ZCMD Conflicted with normal commands


Re: What could be reason that GM Commands dont work anymore - =WoR=Varth - 06.08.2011

You can't combine OnPlayerCommandText with zcmd.


Re: What could be reason that GM Commands dont work anymore - [WSF]ThA_Devil - 06.08.2011

ik... actually it was my friends script and we could not find the prob


Re: What could be reason that GM Commands dont work anymore - Kush - 06.08.2011

Quote:
Originally Posted by [WSF]ThA_Devil
Посмотреть сообщение
I don't know why gm commands stopped working so... what could do it? i checked all brackets... nothings missed... and script got no probs... why that happens?
Are you using a filterscript? If so, make sure the return value of OnPlayerCommand text is 0.