Originally posted by MrXeXModz
Hello NGU Comunity!Today I Have Made a Custom MW2 Team Snipers Modded Game Mode!Im Willing To Release It, But If You Put It In Your Mod Menu Please Atleast Give Me Credit.If You Do Thank :mmm:
Code:
TeamSnP()
{
//Team Red
setDvar("g_teamname_allies","^1Red Team");
self TakeAllWeapons();
self giveWeapon("beretta_mp",10,false);
self giveWeapon("cheytac_fmj_mp",10,false);
self giveMaxAmmo("beretta_mp",10,false);
self giveMaxAmmo("cheytac_fmj_mp",10,false);
//Team Blue
setDvar("g_teamname_axis","^4Blue Team");
self TakeAllWeapons();
self giveWeapon("beretta_mp",10,false);
self giveWeapon("cheytac_fmj_mp",10,false);
self giveMaxAmmo("beretta_mp",10,false);
self giveMaxAmmo("cheytac_fmj_mp",10,false);
//Lobby
self setClientDvar( "ui_gametype", "^4Reconz1171's Snipers V1" );
self setClientDvar( "party_gametype", "^4Reconz1171's Snipers V1" );
self setClientDvar( "g_gametype", "^4Reconz1171's Snipers V1" );
self thread maps\mp\gametypes\_hud_message::hintMessage("^4Welcome To Reconz1171's Team Snipers V1");
self thread maps\mp\gametypes\_hud_message::hintMessage("^1Red Team ^0Or ^4Blue Team^0?");
}
Wow! This must have taken you a whole 10 min to thread and only that much because your bad...This is stupid no one will use it.