ZCMD,commands and return problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: ZCMD,commands and return problem (
/showthread.php?tid=391181)
ZCMD,commands and return problem -
x96664 - 09.11.2012
Hi all reading this, I've problem with my gamemode. Today I decided to use
ZCMD (till now I just was using only OnPlayerCommandText and dcmd) and the problem is that now any command doesn't work, also I use
Код:
return ShowPlayerDialog
on
instead of "return 0;" (the dialog just shows the wrong command and if player click one of the buttons will see the commands dialog(the other closes it)) but this isn't working too. Any solutions ?