Hi all,
Does anyone know how to show the screen random hud?
The point is that I would like to create a hud but the string would be selected from the string array.

Look this:
PHP Code:
inithudtext()
{
    
level.vote_maptext1 newHudElem();
    
level.vote_maptext1.archived false;
    
level.vote_maptext1.434// 434
    
level.vote_maptext1.level.mapvotehudoffset 253;
    
level.vote_maptext1.sort 1;
    
level.vote_maptext1 setText(level.mapcandidate[0]["mapname"]);
    
    
iprintln(level.mapcandidate[0]["mapname"]);

It work only this
Code:
iprintln(level.mapcandidate[0]["mapname"]);
but hud is invisible..
Please help me someone.