• Need a bit of help with concommand.Add
    3 replies, posted
I would hope this is correct, but if you run concommand.Add in something like lua/autorun/server, wouldn't it only allow the server console to run it?
concommands are networked to clients. If it's added on the server clients can still use it in the console.
https://wiki.garrysmod.com/page/concommand/Add As stated on the official wiki, you can detect when the command is ran through the server console. https://files.facepunch.com/forum/upload/1804/17036991-ffac-43a3-9067-ad4115ee6d27/image.png There's also the FCVAR_SERVER_CAN_EXECUTE flag
Thank you so much
Sorry, you need to Log In to post a reply to this thread.