Posts: 670
Threads: 49
Joined: Dec 2011
Reputation:
0
Hey guys when i type any cmd in my server like /sf or any.it wont work and no replies when i type cmd wrong like /af.
It also not says that SERVER:Unknown Command.
Plz someone help me
Posts: 918
Threads: 125
Joined: Nov 2010
This is a script bug...
Check if OnPlayerCommandText itself returns 0 and the commands return 1.
And could any moderator move this to scripting help?
Posts: 130
Threads: 25
Joined: Jun 2012
Reputation:
0
I had the same problem but since then I used ZCMD with every command and that worked
Posts: 670
Threads: 49
Joined: Dec 2011
Reputation:
0
i am using zcmd but dont know whts happening this.
Posts: 490
Threads: 78
Joined: Jul 2011
Reputation:
0
zCMD has to be out of OnPlayerCommandText. As an example you can put all zCMD commands to the end of your script.
Posts: 670
Threads: 49
Joined: Dec 2011
Reputation:
0
yeah dan i am using that bcz if i put ZCMD cmds in onplayercommandtext it will give error that udefined symbol "comand_your cmd".but whts this.is this any script bug??