• Dead players showing in global chat
    10 replies, posted
When people die on my server by the world on TTT, they still are able to communicate globally (chat & voice) with everyone alive. How would I go about changing this?
first try to reinstall your ttt gamemode by running the steamcmd on this command X:\GmodServer\steamcmd.exe +login anonymous +app_update 4020 validate if its not helpin just try to remove all the addons in your server and then you will see if its a problem in the addons and do you gettin any script errors?
Have you installed a chat-related addon? It might be conflicting. Also, check your TTT settings, you might have mucked something up there.
I think its one of the addons, I have: ULX & ULIB Chat Tags TTT - Scoreboard Tags GLMVS Drug Dart Custom Weapons Pointshop. [editline]16th April 2014[/editline] [QUOTE=PizzaDoxy;44552361]first try to reinstall your ttt gamemode by running the steamcmd on this command X:\GmodServer\steamcmd.exe +login anonymous +app_update 4020 validate if its not helpin just try to remove all the addons in your server and then you will see if its a problem in the addons and do you gettin any script errors?[/QUOTE] I don't get any script errors, I think it's the addons that are causing this.
Probably Chat Tags or GLMVS, whatever that is.
[QUOTE=Robotboy655;44560291]Probably Chat Tags or GLMVS, whatever that is.[/QUOTE] GLMVS is a map voting system, and if it is chat tags what would I do to fix this?
[QUOTE=OnyxServers;44560677]GLMVS is a map voting system, and if it is chat tags what would I do to fix this?[/QUOTE] Remove chat tags or edit them, I don't have the code, so I can't help you.
I think it's this bit of the code, what shall i change? [CODE]local function OnPlayerChat( ply, strText, bTeamOnly, bPlayerIsDead ) local tab = {} local defcol = Color( 0, 201, 0 ) if ( bPlayerIsDead ) then table.insert( tab, Color( 255, 30, 40 ) ) table.insert( tab, "*DEAD* " ) end if ( bTeamOnly ) then table.insert( tab, Color( 30, 160, 40 ) ) table.insert( tab, "(TEAM) " ) end [/CODE]
This isn't a place to ask Lua questions. Go to Developer Discussion. BTW, it is not that bit of code.
okay, thanks
DO WE HAVE A SOLUTION THAT YOU WOULD LIKE TO POST PLZZ?????
Sorry, you need to Log In to post a reply to this thread.