So I was just wondering if it was possible to rename console?
for ex.
[CODE]say Hi this is console[/CODE]
In chat box it would print:
Console: Hi this is console
Essentially I wanted to change the name of console that prints in chat. So the same goes when u run a command
[CODE]
(Console) raped Everyone
ServerLog: [ULX] (Console) raped Everyone
L 06/03/2016 - 22:22:34: [ULX] (Console) raped Everyone
[/CODE]
Ty in advance.
for your chat:
[url]https://github.com/garrynewman/garrysmod/blob/master/garrysmod/gamemodes/base/gamemode/cl_init.lua#L162[/url]
"(console)" is defined by ULib
But there's multiple instances ULX defines it too.
Honestly I think there should just be a single variable; that's none of my business.
Here's 5 of them:
[URL]https://github.com/Nayruden/Ulysses/blob/master/ulib/lua/ulib/server/player.lua#L201[/URL]
[URL]https://github.com/Nayruden/Ulysses/blob/master/ulx/lua/ulx/log.lua#L67[/URL]
[URL]https://github.com/Nayruden/Ulysses/blob/master/ulx/lua/ulx/log.lua#L106[/URL]
[URL]https://github.com/Nayruden/Ulysses/blob/master/ulx/lua/ulx/log.lua#L363[/URL]
[URL]https://github.com/Nayruden/Ulysses/blob/master/ulx/lua/ulx/log.lua#L388[/URL]
Sorry, you need to Log In to post a reply to this thread.