Post: Auto-NAC Help
09-15-2015, 02:29 AM #1
Convive
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({});
    ToggleNac()
{
if(self.nac == "Disabled")
{
self.nac = "Enabled";
self iPrintln("^1Nac Swap Mod Enabled. ^7Press [{+actionslot 3}] And Switch Your Weapon And Repeat.");
self iPrintln("^1Press [{+actionslot 3}] ^7To Nac Swap To Your Other Weapon.");
self iPrintln("^1Press [{+actionslot 3}] ^7While Prone To Reset The Nac Mod.");
}
}

doNac() {
self endon("disconnect");
level endon("game_ended");
self endon("death");

if(self getCurrentWeapon() == self.wep2) {
self.ammo3 = self getWeaponAmmoClip(self getCurrentWeapon());
self.ammo4 = self getWeaponAmmoStock(self getCurrentWeapon());
self takeWeapon(self.wep2);
wait .05;
self giveWeapon(self.wep2, 0, true ( self.camo, 0, 0, 0, 0 ));
self setweaponammoclip( self.wep2, self.ammo3 );
self setweaponammostock( self.wep2, self.ammo4 );



}
else{
if(self getCurrentWeapon() == self.wep) {
self.ammo1 = self getWeaponAmmoClip(self getCurrentWeapon());
self.ammo2 = self getWeaponAmmoStock(self getCurrentWeapon());
self takeWeapon(self.wep);
wait .05;
self giveWeapon(self.wep, 0, true ( self.camo, 0, 0, 0, 0 ));
self setweaponammoclip( self.wep, self.ammo1 );
self setweaponammostock( self.wep, self.ammo2 );
}
}
}

checkNacWep() {
if(self.nacswap == "no"){
if(self.wep == "none")
{
self.wep = self getCurrentWeapon();
self iprintlnbold("^7Weapon ^1#1 ^7Set");
}
else
{
if(self.wep != "none" && self getCurrentWeapon() != self.wep && self getCurrentWeapon() != "none")
{
self.wep2 = self getCurrentWeapon();
self iprintlnbold("^7Weapon ^1#2 ^7Set");
self.nacswap = "yes";
wait .5;
self iprintln("^1Press [{+actionslot 3}] ^7while in prone to reset NAC Swap, in-case you want to switch classes mid-game.");
}
}
}
else
{
doNac();
}
}


This is the code im using it works but whenever i try and use it it brings up the wired combat knife glitch you can do with the glitch ctf gamemode
(adsbygoogle = window.adsbygoogle || []).push({});
09-15-2015, 04:00 AM #20
HiddenHour
I defeated!
Originally posted by Zaroff View Post
its basically a gun glitch trickshotters use to hit trickshotts and it looks cool


But what's it supposed to do? Does it just switch to your secondary instantly?
09-15-2015, 04:03 AM #21
Convive
Bounty hunter
Originally posted by TheHiddenHour View Post
But what's it supposed to do? Does it just switch to your secondary instantly?


Yah and theres also a skree nac where it goes to you primary and back to your secondary
09-15-2015, 04:06 AM #22
HiddenHour
I defeated!
Originally posted by Zaroff View Post
Yah and theres also a skree nac where it goes to you primary and back to your secondary


I see. I'll mess around and see what I can come up with.
09-15-2015, 04:11 AM #23
Convive
Bounty hunter
Originally posted by TheHiddenHour View Post
I see. I'll mess around and see what I can come up with.


Okay there is already some made its in Loz azza menu, Condition azza menu, Sweg Lobbys Azza menu and if you have the source could you send me the code?
09-15-2015, 04:14 AM #24
HiddenHour
I defeated!
Originally posted by Zaroff View Post
Okay there is already some made its in Loz azza menu, Condition azza menu, Sweg Lobbys Azza menu and if you have the source could you send me the code?


Upside Down Stare
09-15-2015, 04:14 AM #25
Convive
Bounty hunter
Originally posted by TheHiddenHour View Post
Upside Down Stare


Note the source lmfao! the nac code
09-15-2015, 04:32 AM #26
itsSorrow
In my man cave
Originally posted by Zaroff View Post
Note the source lmfao! the nac code


loz has a very different one same with conditionals and Idk about sweg but its doesn't act the same for me whenever my friend hosts me it
09-15-2015, 08:12 PM #27
Convive
Bounty hunter
Originally posted by GentleSlugger View Post
loz has a very different one same with conditionals and Idk about sweg but its doesn't act the same for me whenever my friend hosts me it


how would i set it up for nacing back to the gun it selects?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo