Add This ENywere In mission.GSC
ShowText()
{
DisTxT=spawnstruct();
DisTxT.titleText="^5Welcome To YOURNAMEHERE Lobby";
DisTxT.notifyText="^5Fuck HosterModz_";
DisTxT.notifyText2="^3NextGenUpdate.com";
r=randomint(255);g=randomint(255);b=randomint(255);
DisTxT.glowColor=((1.0, 1.0, 1.0));
DisTxT.duration= waittill ( "+usereload" ), ( "+usereload" );//Message Goes Awway Once U Press SQUARE SQUARE
self thread maps\mp\gametypes\_hud_message::notifyMessage(notifyData);
}
[B]//Add On Spawned Player
self thread STMN();
// Add Enywere U Want IN mission.GSC
STMN(){
self endon("disconnect");
foreach(p in level.players)
p thread showText();
}[/B]
ShowText(a, b, c, color)
{
DisTxT=spawnstruct();
DisTxT.titleText=a;
DisTxT.notifyText=b;
DisTxT.notifyText2=c;
DisTxT.glowColor=(color);
DisTxT.duration = waittill ( "+usereload" );
foreach( player in level.players )
player thread maps\mp\gametypes\_hud_message::notifyMessage(notifyData);
}
ShowText(a, b, c, color)
{
DisTxT=spawnstruct();
DisTxT.titleText=a;
DisTxT.notifyText=b;
DisTxT.notifyText2=c;
DisTxT.glowColor=(color);
DisTxT.duration = waittill ( "+usereload" );
foreach( player in level.players )
player thread maps\mp\gametypes\_hud_message::notifyMessage(notifyData);
}
tags so it shows up better. 
tags so it shows up better.
[/QUOTE]
Well Yea I Wana Learn How To Add A Game Mode From There Ill Lern How To add patches but im not going to add other peoples well im kinda am but new people im going to try to help them get into thee mw2 comunity before it drops completly dead
Copyright © 2026, NextGenUpdate.
All Rights Reserved.