• Server Console Name
    5 replies, posted
I can't seem to find if there is even a way to do this but when someone sends a "say" command through my server console. It messages the server like this... Example i type "say Hello Guys!" then it sends this to everyone "ConsoleHello Guys" i would like to change the name of the console as in. changing it to "[Console]: Hello Guys!" or something of the sorts. Sorry if this hard to understand.
I dont think this is possible..its a base build in function in gmod
crap
It is possible by making a custom command.
https://github.com/Facepunch/garrysmod/blob/master/garrysmod/gamemodes/base/gamemode/cl_init.lua#L139-L172 This is the function you'll want to override. Do so as a hook that returns true.
@James AYE, Thank you so much !
Sorry, you need to Log In to post a reply to this thread.