View Single Post
inGame
Junior Member
Join Date: Mar 2017
Location: Ukraine
Old 09-06-2017 , 21:55   Re: [ANY] ServerAdvertisement3 - MultiLang | *UPDATED 19.7.2017* | *VERSION 3.1.3
Reply With Quote #529

Quote:
Originally Posted by Nachtfrische View Post
I have three hud messages and although they are all working on my test server (with dust2), they are not working with TTT maps or other maps. There is nothing in the error logs.
Here is an example:
Code:
	"2" // HUD MESSAGE
    {
      "enabled" "1"
      "maps" "all"
      "en" "Questions, suggestions or complaints?\n You can find our forum at \n www.dream-community.de"
      "de"  "Fragen, Wünsche, Kritik, Beschwerden?\n Unser Forum findet ihr unter \n www.dream-community.de"
      "type" "h"
      "color" "0 204 204" // RGB (R G B)
      "color2" "255 255 51" // RGB (R G B)
      "effect" "2" // 0,1,2
      "channel" "2" // Any number
      "posx" "-1.0" //left to right
      "posy" "0.1" //top to bottom
      "fadein" "0.06" //Fade in time
      "fadeout" "0.06" //Fade out time
      "holdtime" "1.0" //Message hold time
    }
It works sporadically, but like 95% of the time, there is no HUD message visible, even though everything is correct because the same config file works on another server.

EDIT: I could get one HUD Message to appear SOMETIMES with effect "0", but that only worked sometimes. The other ones with effect "2" didn't work at all on my other server.
the same problem for me. Game - CS:S, using effect "2"
After server restart it shows but when server changing map the message don't shows anymore
inGame is offline