Results 1 to 10 of 10
  1. #1
    arsch11's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    Empty carepackages

    hi,
    got a lil problem
    i wanted to put azumikkels customkillstreaks mod into a gametype for my dedi
    but when i want to put the _airdrop.gsc's together the carepacks are everytime empty but when i dont add it they work normally

    could someone check the _airdrop.gsc

    https://pastebin.com/juUcTtCN
    Last edited by arsch11; 11-05-2010 at 07:37 AM.

  2. #2
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    Use pastebin not ********e

  3. #3
    arsch11's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    ok pastebin link in 1st post

  4. #4
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    remove this if( getDvar("g_gametype") == "dstr" ){

    i dont think ur gametype got the same name =P

    P.S dont forget to delete one } at the end too

  5. #5
    arsch11's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    i added azumikkels customstreaks mod as gametype (short: dstr) so i have gamemode dstr and in this mode i need another streakvalues as in normal game

  6. #6
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky


    https://pastebin.com/rPPhAhEj


    Don't forget in the main file (maps\mp\gametypes\_killstreaks.gsc)
    [php]setDvar( "scr_airdrop_ammo", 0 );
    setDvar( "scr_airdrop_uav", 0 );
    setDvar( "scr_airdrop_counter_uav", 0 );
    setDvar( "scr_airdrop_sentry", 0 );
    setDvar( "scr_airdrop_predator_missile", 0 );
    setDvar( "scr_airdrop_precision_airstrike", 0 );
    setDvar( "scr_airdrop_harrier_airstrike", 0 );
    setDvar( "scr_airdrop_helicopter", 0 );
    setDvar( "scr_airdrop_helicopter_flares", 0 );
    setDvar( "scr_airdrop_stealth_airstrike", 0 );
    setDvar( "scr_airdrop_helicopter_minigun", 0 );
    setDvar( "scr_airdrop_ac130", 0 );
    setDvar( "scr_airdrop_emp", 0 );
    setDvar( "scr_airdrop_nuke", 0 );[/php]

    As long as the scr_airdrop_ dvars are set to the default you will get the normal streaks in care packages.
    Edit: Changed the _airdrop.gsc as i figured out a problem that might happen. fixed now
    Last edited by AZUMIKKEL; 11-05-2010 at 09:59 AM.
    www.YouTube.com/MpKiller100

  7. #7
    arsch11's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    i doesnt work carepacks are empty ;..;

  8. #8
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    That's because you can't make g_gametype be dstr.
    g_gametype is dm/dd/war/koth/dom/sab/sd/shit like that. look around on ********* for lost's tutorial on how to make custom dvars.
    www.YouTube.com/MpKiller100

  9. #9
    arsch11's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    ok but when i put an unmodified _airdrop.gsc in my iwd it doesnt work too but when i leave it out of my iwd it works normally

    what could occure this "error"?

  10. #10
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    That you put setDvar( "scr_airdrop_ammo", 0 ); etc. without adding any killstreaks to make it drop perhaps
    www.YouTube.com/MpKiller100

Similar Threads

  1. How to get a nuke in a carepackage!
    By Thijs12 in forum Call of Duty Modern Warfare 2 Tutorials
    Replies: 263
    Last Post: 02-28-2010, 02:10 AM
  2. [Help] Tatnium D3D-Empty Errors
    By hackie900 in forum WarRock Discussions
    Replies: 6
    Last Post: 02-06-2010, 12:38 PM
  3. IRC isn't empty anymore =D
    By supernova2131 in forum General
    Replies: 12
    Last Post: 08-03-2009, 09:04 PM
  4. Why is MPGH's irc empty?
    By supernova2131 in forum General
    Replies: 56
    Last Post: 07-31-2009, 10:16 AM
  5. My empty room.
    By ImNotZhellbound in forum General
    Replies: 12
    Last Post: 06-08-2009, 07:59 PM