Posts: 57
Threads: 6
Joined: Mar 2011
Reputation:
0
I was just trying to check out the Glasses Filterscript. Filter script is loaded, but when i type /wearglasses it says Server: Unknown Command. I tried with other gamemodes too it always says, 'Server: Unknown Command' Need Help with it
Posts: 1,382
Threads: 19
Joined: Feb 2010
Reputation:
0
Error of return.
Make sure to return false in the script or missing return somewhere.
Posts: 1,382
Threads: 19
Joined: Feb 2010
Reputation:
0
The latter return is the return of public OnPlayerCommandText? If so, switch to 0 or false.