Results 1 to 2 of 2
  1. #1
    bambi784's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    19
    My Mood
    Innocent

    Gauss Rifle(ER7 RFW) Script request.

    Hello mpgh! I am requesting a Gauss Rifle(ER7 RFW) script for infistar v7 (or at least compatible) Thanks! would appreciate alot.

  2. #2
    darkangel1's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    San Diego, CA
    Posts
    542
    Reputation
    15
    Thanks
    153
    Code:
    "nsw_er7a","nsw_er7s"    -       Weapon Names   s(scoped) a(irons) *I think*
    Add them to this script in place of the main weapon.
    
    hint format["Gauss Rifle Added Bro
    Old shit gone."];
    
    removeAllWeapons player;
    removeAllItems player;
    removebackpack player;
    
    player addBackPack "DZ_Backpack_EP1";
    player addweapon "nsw_er7s";
    player selectWeapon "nsw_er7s";
    player addMagazine 'nsw_er7mm';
    player addMagazine 'nsw_er7mm';
    player addMagazine 'nsw_er7mm';
    player addMagazine 'nsw_er7mm';
    player addMagazine 'FoodSteakCooked';
    player addMagazine 'ItemPainkiller';
    player addweapon "M9SD";
    player addMagazine "15Rnd_9x19_M9SD";
    player addMagazine "15Rnd_9x19_M9SD";
    player addMagazine "15Rnd_9x19_M9SD";
    player addMagazine "15Rnd_9x19_M9SD";
    player addMagazine "15Rnd_9x19_M9SD";
    player addMagazine "15Rnd_9x19_M9SD";
    player addMagazine 'ItemBandage';
    player addMagazine 'ItemBandage';
    player addWeapon 'ItemGPS';
    player addWeapon 'Binocular_vector';
    player addWeapon 'NVGoggles';
    player addWeapon 'ItemCompass';
    player addWeapon 'ItemMap';
    player addWeapon 'ItemHatchet';
    player addWeapon 'ItemKnife';
    player addWeapon 'Itemmatchbox';
    player addWeapon 'ItemFlashlight';
    player addWeapon 'ItemEtool';
    player addWeapon 'ItemFlashlightRed';
    player addWeapon 'ItemMatchbox';
    player addWeapon 'ItemWatch';
    player addWeapon 'ItemToolbox';
    
    
    bp = unitBackpack player;
    bp addweaponCargoGlobal ["M4A1_AIM_SD_camo",1];
    bp addMagazineCargoGlobal ["30Rnd_556x45_StanagSD",1];
    bp addMagazineCargoGlobal ["30Rnd_556x45_StanagSD",1];
    bp addMagazineCargoGlobal ["30Rnd_556x45_StanagSD",1];
    
    reload player;
    
    
    
    
    Add the ammo in place of the ammo already there  "nsw_er7mm",   -      There you go.
    Need any help with this let me know.
    Last edited by darkangel1; 03-11-2013 at 10:32 PM.
    Want to learn how to customize your own menu's/write your own scripts? Check out my sticky in the help section
    Or click this link -
    https://www.mpgh.net/forum/696-dayz-h...nto-menus.html
    Quote Originally Posted by typh0 View Post
    the only person that can ban you, is the big chief mr battleye himself. no admin or hacker or player can do this. In addition to this the big chief mr battleye will ban you based on the bypasser you're using NOT what scripts you are using.

Similar Threads

  1. local make daylight script (Request)
    By ashy1 in forum DayZ Discussion
    Replies: 3
    Last Post: 01-23-2013, 10:19 AM
  2. DayZ Building Spawn Script [Request]
    By ajord in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 4
    Last Post: 11-27-2012, 03:20 PM
  3. Inactive Window Endless Charge Script Request
    By xBoredom in forum Dragon Nest Help
    Replies: 2
    Last Post: 01-05-2012, 10:34 PM
  4. Last request script for css
    By FingerMunch in forum Suggestions, Requests & General Help
    Replies: 0
    Last Post: 11-25-2009, 08:37 AM
  5. [REQUEST]A Injector Script With buttons
    By jetse123 in forum Visual Basic Programming
    Replies: 3
    Last Post: 10-18-2009, 12:41 PM