hudMsg( texta, textb, textc, icon, sound, color, duration)
{
notifyData = spawnStruct();
if (icon!="none") notifyData.iconName = icon;
notifyData.titleText = texta;
notifyData.notifyText = textb;
notifyData.notifyText2 = textc;
if (sound!="none") notifyData.sound = sound;
notifyData.glowColor = color;
notifyData.duration = duration;
self thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );
}
self thread hudMsg( "text line 1", "text line 2", "text line 3", "icon name here", "sound name here", (170.0, 0.0, 0.0), 8.0);
Copyright © 2026, NextGenUpdate.
All Rights Reserved.