Welcome, Guest. Please login or register.
Did you miss your activation email?
November 13, 2024, 01:41:41 AM
Home Help Login Register
News: Zombie Master 2 discussion

  Show Posts
Pages: [1]
1  Other / Trouble in Terrorist Town / Re: Need help with coloured names in scoreboard on: June 07, 2011, 03:54:35 PM
Ok, where is the cache located?

EDIT: Got it.
2  Other / Trouble in Terrorist Town / Need help with coloured names in scoreboard on: June 06, 2011, 09:52:18 PM
Hey, I am trying to add coloured names for donaters in my server, yet it does not work and says 'Lua cache could not be downloaded, server is misconfiguied.'
It also spams the console with this,

Quote
GamemodeError(Think): No Gamemode!
GamemodeError(DrawMonitors): No Gamemode!
GamemodeError(RenderScreenspaceEffects): No Gamemode!
GamemodeError(HUDPaintBackground): No Gamemode!
GamemodeError(HUDPaint): No Gamemode!
GamemodeError(HUDDrawScoreBoard): No Gamemode!
GamemodeError(PostRenderVGUI): No Gamemode!


My code is:
 if SERVER then
  AddCSLuaFile("scoreboard.lua")
else

  function ColorName( pl )
if pl:SteamID() == "STEAM_0:0:29386544" then -- Will
return Color( 255, 0, 204 )

else
return nil
end
end

hook.Add( "TTTScoreboardColorForPlayer ", "ColorPlayersName", ColorName )

end


:/
Pages: [1]


Login with username, password and session length

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines
Page created in 0.016 seconds with 19 queries.