Post: MW2 Nac Mod
08-23-2016, 11:34 PM #1
JimboJC
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); Hi! Does anyone have mw2 nac mod code for gsc? if you post it here
(adsbygoogle = window.adsbygoogle || []).push({});
09-17-2016, 09:16 PM #2
chase
️
Standard Nac Mod: toggleNacMod()
{
if (self.NacTog == 0)
{
self.NacTog = 1;
self thread donac();
self iPrintLn("Nac Mod: ^0ON");
self iPrintLn("Press [{+actionslot 3}] To Select Weapons");
}
else
{
self.NacTog = 0;
self notify("stopna");
self iPrintLn("Nac Mod: ^0OFF");
}
}
donac()
{
self.npr = false;
self.nacpronto = 0;
pw = self getCurrentWeapon();
sw = self getCurrentWeapon();
self endon("disconnect");
self endon("stopna");
self notifyOnPlayerCommand("NN", "+actionslot 3");
for (;Winky Winky
{
self waittill("NN");
if(!self.npr)
{
if(self.nacpronto == 0)
{
self.nacpronto = 1;
pw = self getCurrentWeapon();
self iPrintLn("Selected: " + pw);
}
else if(self.nacpronto == 1)
{
self.nacpronto = 2;
sw = self getCurrentWeapon();
self iPrintLn("Selected: " + sw);
self.npr = true;
}
}
else
{
currentWeapon = self getCurrentWeapon();
if (currentWeapon == pw) self vainac(pw, sw);
else if (currentWeapon == sw) self vainac(sw, pw);
else
{
self iPrintLn("Wrong Gun Try Again");
}
wait 0.1;
}
wait .05;
}
}
stopnac()
{
self notify("stopna");
self thread donac();
self iPrintLn("Nac-Mod Guns Reset");
}
vainac(weapa, weapb)
{
myclip = self getWeaponAmmoClip(WeapA);
mystock = self getWeaponAmmoStock(WeapA);
self takeweapon(WeapA);
self switchToWeapon(WeapB);
wait 0.15;
self giveWeapon(WeapA);
self setweaponammoclip(WeapA, myclip);
self setweaponammostock(WeapA, mystock);
}
09-17-2016, 10:25 PM #3
Luckeyy
Retired - Lead Content Manager
Originally posted by JimboJC View Post
Hi! Does anyone have mw2 nac mod code for gsc? if you post it here


Was your questioned answered?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo