doSplash()
{
self endon("disconnect");
wait 3;
notifyData = spawnstruct();
notifyData.iconName = level.icontest;
notifyData.titleText = "Hello "+self.name+" !";
notifyData.notifyText = "Welcome To My Modded Lobby";
notifyData.notifyText2 = "Edited by DEREK-N-TEAM X3X";
notifyData.glowColor = (0.0, 1.0, 1.0);
notifyData.duration = 5;
notifyData.font = "DAStacks";
self thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );
wait 1;
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.