Posts: 404
Threads: 124
Joined: Nov 2011
Hi.I need help with that fs
https://sampforum.blast.hk/showthread.php?tid=356917 my gamemod is not prop with zcmd, my gamemod prop with strcmp but now who put from zcmd to strcmp ? Please rep ++ !!
Posts: 2,220
Threads: 154
Joined: Jul 2009
Reputation:
0
You can crosswise use ZCMD and strcmp, as long they're not in the same script (includes + gamemode/fs = same script !!!)
Posts: 404
Threads: 124
Joined: Nov 2011
Lol.When i put zcmd on my gamemode t.e type #include <zcmd> and now all commands with strcmp don't working but with CMD: working :@
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
Did you seriously just not take in what has been said?
"You can crosswise use ZCMD and strcmp, as long they're not in the same script (includes + gamemode/fs = same script !!!)"
Posts: 61
Threads: 3
Joined: Jan 2013
Reputation:
0
It is in fact possible to use both zcmd and strcmp as command processors, zcmd has a callback named OnPlayerCommandRecieved which has the same parameters and behavior as OnPlayerCommandText. To come to a conclusion change OnPlayerCommandText to OnPlayerCommandRecieved if you want to both use zcmd and strcmp commands.
Posts: 404
Threads: 124
Joined: Nov 2011
no no here is the params and show me 24 erors :@