
walkingac130()
{
self giveWeapon( "ac130_25mm_mp");
self giveWeapon( "ac130_40mm_mp");
self giveWeapon( "ac130_105mm_mp");
wait 0.5;
self switchToWeapon("ac130_25mm_mp");
self.maxhealth=1000;
self.health = self.maxhealth;
self.moveSpeedScaler=1.2;
wait 0.5;
self iPrintlnBold( "^720 KILLSTREAK WALKING AC130");
wait 30;
self takeWeapon("ac130_25mm_mp");
self takeWeapon("ac130_40mm_mp");
self takeWeapon("ac130_105mm_mp");
self.maxhealth=100;
self.health = self.maxhealth;
self.moveSpeedScaler=1;
self iPrintlnBold( "^7KILLSTREAK ENDED");
}
They are so hard to fix
