Hello .. when i m using fading door tool on my server it works... but doesnt make a "shot"... and i get this error :
Unknown command: +gm_special
Unknown command: -gm_special
And VCMod ELS is not working and having same errors :
Unknown command: +gm_special
Unknown command: -gm_special
How to fix this ?
Do you have mouse1 bound to "+gm_special"?
Open the console and type "bind mouse1", what does it say?
"mouse1" = "+attack"
and when i m pressing mouse4
i get this error :
FCVAR_SERVER_CAN_EXECUTE prevented server running command: escape
For your first issue, type in: [i]key_findbinding +gm_special[/i]. This should tell you if any keys/buttons are bound to that ccmd.
You can use [i]bind mouse4[/i] to find out what command is being called.
I believe these keys no longer need to be bound in GMod for them to work, so you can unbind them with [i]unbind KP_<key>[/i] or remove the bindings manually from cfg/config.cfg.
Your second error is likely being caused by an addon trying to run a ccmd ([i]escape[/i]) that it's not allowed to serverside.
You're using an out of date addon.
Sorry, you need to Log In to post a reply to this thread.