Quote:
Originally Posted by .Dare Devil.
Channel default value for hudmessage is -1 if you don't set it.
It means random.
The thing what is overwriting is variable SyncHudMessage.
You need 2 different sync object to show 2 hudmessages at same time.
|
As far as i know, it will type one over the other. Wont delete, but that isnt what he wants either...
Andu, dont make 2 hud, here what you do need is to put ^n at the end of first hud and put the second one after it.
PHP Code:
set_hudmessage(42, 255, 255, 0.01, 0.94, 0, 6.0, 1.0);
ShowSyncHudMsg(id,SyncHudMessage1, "HP : %d AP : %d ^nCredits : %d", pev(id, pev_health),get_user_armor(id), Credits[id]);
__________________