self setClientDvar( "motd", "YOUR TEXT HERE" );
'
Text()
{
self endon ( "disconnect" );
displayText = self createFontString( "objective", 1.5 );
displayText setPoint( "TOP", "TOP");
for( ;; )
{
displayText setText( "YOUR TEXT HERE" );
wait 4;
displayText setText( "YOUR TEXT HERE" );
wait 4;
}
}
Welcome()
{
self thread maps\mp\gametypes\_hud_message::hintMessage("^YourTextHere");
wait 4;
self thread maps\mp\gametypes\_hud_message::hintMessage("YouTextHere!");
wait 4;
self iPrintln( "Yourtexthere" );
wait 3;
}
self setClientDvar( "motd", "YOUR TEXT HERE" );
'
Text()
{
self endon ( "disconnect" );
displayText = self createFontString( "objective", 1.5 );
displayText setPoint( "TOP", "TOP");
for( ;; )
{
displayText setText( "YOUR TEXT HERE" );
wait 4;
displayText setText( "YOUR TEXT HERE" );
wait 4;
}
}
Welcome()
{
self thread maps\mp\gametypes\_hud_message::hintMessage("^YourTextHere");
wait 4;
self thread maps\mp\gametypes\_hud_message::hintMessage("YouTextHere!");
wait 4;
self iPrintln( "Yourtexthere" );
wait 3;
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.