What...
We've given you what you wanted, which is to hide the green message.
just delete that section then?
[editline]3rd February 2015[/editline]
i have reason Kicked from server, but when i give a reason it still shows name and steam id how do i get rid of steam id part....
[editline]3rd February 2015[/editline]
i also tried disabling it, then i cant kick because it says !kick bot
You kicked bot01 but then it doesnt kick it
[QUOTE=zerf;47058608]Yeah there is
[editline]1st February 2015[/editline]
Boom
[url]http://wiki.garrysmod.com/page/GM/ChatText[/url][/QUOTE]
Look familiar? It should. It was the solution given to you yesterday that you've chosen to ignore.
i dont know where to put it though....
[editline]3rd February 2015[/editline]
does it go into players.lua or server.cfg ????
It's a lua function, which will never go into a .cfg file.
so then the player.lua.
Stick this inside lua/autorun/somefilewhatever.lua
[lua]
if CLIENT then
hook.Add( "ChatText", "hide_joinleave", function( index, name, text, typ )
if ( typ == "joinleave" ) then return true end
end )
end
[/lua]
solved
Sorry, you need to Log In to post a reply to this thread.