Question about ZCMD - 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: Question about ZCMD (
/showthread.php?tid=248561)
Question about ZCMD -
aircombat - 14.04.2011
i've been hearing that you can't use ZCMD with Strcmp commands but in my gm i use both and nothing happens how is that?
Re: Question about ZCMD -
Alby Fire - 14.04.2011
Are you really sure that both commands are working?
That's very strange
Re: Question about ZCMD -
iggy1 - 14.04.2011
There are two callbacks added by zcmd you should put your strcmp commands in one of those (i can't remember which). Delete the callback OnPlayerCommandText it wont work in the same script as zcmd. Read the zcmd thread for more info.
Re: Question about ZCMD -
~Yoshi - 14.04.2011
Correct, OnPlayerCommand text isn't supposed to work when you use ZCMD.
Re: Question about ZCMD -
aircombat - 14.04.2011
Yoshi ye it isn't suppose to work but it work in my script
Re: Question about ZCMD -
Steven82 - 14.04.2011
Quote:
Originally Posted by aircombat
Yoshi ye it isn't suppose to work but it work in my script
|
Thats odd, have you actually tested every single command and not just hit compile? Because of course it will compile but the commands when entering them will not, if you have checked and verified that they work thats very odd..
Re: Question about ZCMD -
SchurmanCQC - 14.04.2011
I am pretty sure you're all wrong, and the commands will only fuck up if you have both ZCMD AND DCMD included.
Re: Question about ZCMD -
Steven82 - 14.04.2011
Quote:
Originally Posted by Schurman
I am pretty sure you're all wrong, and the commands will only fuck up if you have both ZCMD AND DCMD included.
|
Uh...no
Re: Question about ZCMD -
aircombat - 15.04.2011
Schurman i can run my server and let u test that both works alright and the server is working fine....
Re: Question about ZCMD -
Cameltoe - 15.04.2011
Quote:
Originally Posted by Schurman
I am pretty sure you're all wrong, and the commands will only fuck up if you have both ZCMD AND DCMD included.
|
Dcmd is strcmp, just to mention.