Post: Whats with only AC-130's in Care Packages after using modded bullets?
06-14-2012, 12:15 AM #1
h4344
Haxor!
(adsbygoogle = window.adsbygoogle || []).push({}); If anyone knows the specific line of code i would have to look for that would be cool but for some reason when i use modded bullets and choose care packages as the bullet, whenever people call down a care package its always an AC-130. I also use godmode when it happens but i doubt it has anything to do with it. Any ideas?
(adsbygoogle = window.adsbygoogle || []).push({});

The following user groaned h4344 for this awful post:

TheFuziioN-
06-14-2012, 03:02 AM #2
sciz0r
Big Daddy
Dont know what otherr forums you use but on this one we have a questions section
06-14-2012, 03:34 AM #3
Clouds
Error 404: Title Not Found
It could just be a DVAR set along with the patch that specifies only AC-130s to be dropped in CPs.
06-14-2012, 09:15 AM #4
LYFN
Banned
DVAR or infection, i used to get chopper gunner every care package i was in demolition getting 100+ kills lol

The following user groaned LYFN for this awful post:

Teamrider
06-14-2012, 09:42 AM #5
Ghost1990
12-28-2012
Originally posted by h4344 View Post
If anyone knows the specific line of code i would have to look for that would be cool but for some reason when i use modded bullets and choose care packages as the bullet, whenever people call down a care package its always an AC-130. I also use godmode when it happens but i doubt it has anything to do with it. Any ideas?


Originally posted by Clouds View Post
It could just be a DVAR set along with the patch that specifies only AC-130s to be dropped in CPs.


    self setClientDvars("scr_airdrop_ac130","850","scr_airdrop_mega_ac130","850");

or if your not worried about space...
    
self setClientDvar("scr_airdrop_ac130","850");
self setClientDvar("scr_airdrop_mega_ac130","850");

That would set it so that care packages are ac130.
But if you wanted to change it, here are the other killstreak options
Care Package

Ammo
    self setClientDvar("scr_airdrop_scr_airdrop_ammo","850");

UAV
    self setClientDvar("scr_airdrop_uav","850");

Predator Missile
    self setClientDvar("scr_airdrop_predator_missile","850");

Sentry Gun
    self setClientDvar("scr_airdrop_sentry","850");

Harrier
    self setClientDvar("scr_airdrop_harrier_airstrike","850");

Pavelow
    self setClientDvar("scr_airdrop_helicopter_flares","850");

Stealth Bomber
    self setClientDvar("scr_airdrop_stealth_airstrike","850");

Chopper Gunner
    self setClientDvar("scr_airdrop_helicopter_minigun","850");

EMP
    self setClientDvar("scr_airdrop_emp","850");

Nuke
    self setClientDvar("scr_airdrop_nuke","850");

AC130
    self setClientDvar("scr_airdrop_ac130","850");


Emergency Air Drop

Ammo
    self setClientDvar("scr_airdrop_mega_ammo","850");

UAV
    self setClientDvar("scr_airdrop_mega_uav","850");

Predator Missile
    self setClientDvar("scr_airdrop_mega_predator_missile","850");

Sentry Gun
    self setClientDvar("scr_airdrop_mega_sentry","850");

Harrier
    self setClientDvar("scr_airdrop_mega_harrier_airstrike","850");

Pavelow
    self setClientDvar("scr_airdrop_mega_helicopter_flares","850");

Stealth Bomber
    self setClientDvar("scr_airdrop_mega_stealth_airstrike","850");

Chopper Gunner
    self setClientDvar("scr_airdrop_mega_helicopter_minigun","850");

EMP
    self setClientDvar("scr_airdrop_mega_emp","850");

Nuke
    self setClientDvar("scr_airdrop_mega_nuke","850");

AC130
    self setClientDvar("scr_airdrop_mega_ac130","850");


Set both Care Package & Emergency Air Drop

Ammo
    self setClientDvar("scr_airdrop_scr_airdrop_ammo","850","scr_airdrop_mega_ammo","850");

UAV
    self setClientDvar("scr_airdrop_uav","850","scr_airdrop_mega_uav","850");

Predator Missile
    self setClientDvar("scr_airdrop_predator_missile","850","scr_airdrop_mega_predator_missile","850");

Sentry Gun
    self setClientDvar("scr_airdrop_sentry","850","scr_airdrop_mega_sentry","850");

Harrier
    self setClientDvar("scr_airdrop_harrier_airstrike","850","scr_airdrop_mega_harrier_airstrike","850");

Pavelow
    self setClientDvar("scr_airdrop_helicopter_flares","850","scr_airdrop_mega_helicopter_flares","850");

Stealth Bomber
    self setClientDvar("scr_airdrop_stealth_airstrike","850","scr_airdrop_mega_stealth_airstrike","850");

Chopper Gunner
    self setClientDvar("scr_airdrop_helicopter_minigun","850","scr_airdrop_mega_helicopter_minigun","850");

EMP
    self setClientDvar("scr_airdrop_emp","850","scr_airdrop_mega_emp","850");

Nuke
    self setClientDvar("scr_airdrop_nuke","850","scr_airdrop_mega_nuke","850");

AC130
    self setClientDvar("scr_airdrop_ac130","850","scr_airdrop_mega_ac130","850");


Feel free to mix and Match.

The following user thanked Ghost1990 for this useful post:

h4344
06-14-2012, 04:34 PM #6
h4344
Haxor!
Originally posted by sciz0r View Post
Dont know what otherr forums you use but on this one we have a questions section


Ya im sorry, i know theres a questions section and ive used it but for some reason its gone or i just cant find it again.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo