WelcomeMsg()
{
self endon("disconnect");
wait 3;
notifyData = spawnstruct();
notifyData.iconName = level.icontest;
notifyData.titleText = "Welcome To The ^3challenge lobby";
notifyData.notifyText = "No free lobbys";
notifyData.notifyText2 = "Have Fun !";
notifyData.glowColor = (0.0, 0.0, 1.0);
notifyData.duration = 7;
notifyData.font = "DAStacks";
self thread mapsmpgametypes_hud_message::notifyMessage( notifyData );
wait 1;
}
WelcomeMsg()
{
self endon("disconnect");
wait 3;
notifyData = spawnstruct();
notifyData.iconName = level.icontest;
notifyData.titleText = "Welcome To The ^3challenge lobby";
notifyData.notifyText = "No free lobbys";
notifyData.notifyText2 = "Have Fun !";
notifyData.glowColor = (0.0, 0.0, 1.0);
notifyData.duration = 7;
notifyData.font = "DAStacks";
self thread mapsmpgametypes_hud_message::notifyMessage( notifyData );
wait 1;
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.