Hi

I have a little problem. I'm trying to set hudmessage to be shown all the time when round starts...
My code:
PHP Code:
set_hudmessage(255, 255, 42, -1.0, 0.20, 1000.0, 1000.0, 1000.0, 0.0, 0.0, 4)
show_hudmessage(0, "TEXT!")
The problem is that when "TEXT!" is on screen in game, it is showing only until admin writes 4 (four) admin messages (with "@" or with "@@", it doesn't matter...).
It doesn't matter what lenght messages admins writes too, or how fast they do it, but always exactly after fourh admin message "TEXT!" disapears from the screen! I was trying to change cordinates of hudmessage.. The same.
Thank you for you help, sorry for bad english, I was trying to explain.
p.s. I dont know how to make hudmessage to be shown all the time, so I did for 1000 sec..