I'm sorry if there is topic like this but I couldn't find anythig that would help...
Code:
set_hudmessage(127, 255, 42, 0.00, -1.5, 0, 0.0, 1.1, 0.0, 0.0, -1)
show_hudmessage(0,"Spremni igraci %s tima:",glavniCT)
set_hudmessage(127, 255, 42, 0.00, -1.0, 0, 0.0, 1.1, 0.0, 0.0, -1)
show_hudmessage(0,"Spremni igraci %s tima:",glavniT)
set_hudmessage(127, 255, 42, 0.70, -1.5, 0, 0.0, 1.1, 0.0, 0.0, -1)
show_hudmessage(0,"Igraci koji nisu spremni su:")
set_hudmessage(127, 255, 42, 0.00, -0.9, 0, 0.0, 1.1, 0.0, 0.0, -1)
show_hudmessage(0, MsgTextCT)
set_hudmessage(127, 255, 42, 0.00, -0.5, 0, 0.0, 1.1, 0.0, 0.0, -1)
show_hudmessage(0, MsgTextT)
set_hudmessage(127, 255, 42, 0.70, -1.5, 0, 0.0, 1.1, 0.0, 0.0, -1)
show_hudmessage(0, MsgText)
I wanna show all 6 hudmessages at the same time and I don't wanna any hudmessage overwrites some hudmessage.