Quote:
Originally Posted by Diegorkable
And.... will it show it even if there's another HUD message displayed?
|
Yeah, if you want 2 hud messages then just make like this
PHP Code:
new g_MsgSync2
public plugin_init()
{
g_MsgSync2 = CreateHudSyncObj()
}
and
set_hudmessage(150, 0, 0, -1.0, -1.0, 1, 0.5, 2.0, 1.0, 1.0, -1)
ShowSyncHudMsg(id, g_MsgSync2, "Your new hud message")
then its working