Post: Re-release of the LightStick [FIXED]
11-03-2013, 08:57 PM #1
ModdedModder
Gym leader
(adsbygoogle = window.adsbygoogle || []).push({}); When Cmd-X first found the Glow Stick/LightStick he found a way to make it work but it was really glitchy. Sometimes it did and sometimes it didn't. I was looking through the perk.gsc and found some codes that help me perfect Cmd-X work. So here you go! The lightstick code that works with any class!
    
lightstick()
{
self endon("disconnect");
self endon("death");
self takeweapon( "semtex_mp" );
self takeweapon( "claymore_mp" );
self takeweapon( "frag_grenade_mp" );
self takeweapon( "c4_mp" );
self takeweapon( "throwingknife_mp" );
self _unsetPerk( "_specialty_blastshield" );
self _unsetPerk( "_specialty_tacticalinsertion" );
offhandWeapons = self getWeaponsListOffhands();
foreach ( offhand in offhandWeapons )
{
self SetWeaponAmmoClip( offhand, 0);
}
self SetOffhandPrimaryClass( "lightstick_mp" );
self giveweapon("lightstick_mp",0,false);
foreach (offhand in offhandWeapons )
{
self SetWeaponAmmoClip( offhand, 2);
}
weapname = self GetCurrentOffhand();
for(;Winky Winky
{
foreach (offhand in offhandWeapons )
{
self setWeaponAmmoClip( "lightstick_mp", 1 );
}
wait 0.5;
}
}


Enjoy Smile



Credit:
Cmd-X
(adsbygoogle = window.adsbygoogle || []).push({});

The following 4 users say thank you to ModdedModder for this useful post:

Cmd-X, Mango_Knife, Oklahomo, xxAussiefella69
11-07-2013, 11:55 PM #2
Cmd-X
It's been awhile.
Originally posted by ModdedModder View Post
When Cmd-X first found the Glow Stick/LightStick he found a way to make it work but it was really glitchy. Sometimes it did and sometimes it didn't. I was looking through the perk.gsc and found some codes that help me perfect Cmd-X work. So here you go! The lightstick code that works with any class!
    
lightstick()
{
self endon("disconnect");
self endon("death");
self takeweapon( "semtex_mp" );
self takeweapon( "claymore_mp" );
self takeweapon( "frag_grenade_mp" );
self takeweapon( "c4_mp" );
self takeweapon( "throwingknife_mp" );
self _unsetPerk( "_specialty_blastshield" );
self _unsetPerk( "_specialty_tacticalinsertion" );
offhandWeapons = self getWeaponsListOffhands();
foreach ( offhand in offhandWeapons )
{
self SetWeaponAmmoClip( offhand, 0);
}
self SetOffhandPrimaryClass( "lightstick_mp" );
self giveweapon("lightstick_mp",0,false);
foreach (offhand in offhandWeapons )
{
self SetWeaponAmmoClip( offhand, 2);
}
weapname = self GetCurrentOffhand();
for(;Winky Winky
{
foreach (offhand in offhandWeapons )
{
self setWeaponAmmoClip( "lightstick_mp", 1 );
}
wait 0.5;
}
}


Enjoy Smile



Credit:
Cmd-X


Nice! Winky Winky

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo