Thread: Equipment code

Results 1 to 3 of 3
  1. #1
    Sir Grim's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Antarctic icecave (with DSL)
    Posts
    24
    Reputation
    10
    Thanks
    1
    My Mood
    Bored

    Exclamation Equipment code

    Ok, so I'm working on a new mod and i use this code :

    self maps\mp\perks\_perks::givePerk( "frag_mp" );self setWeaponAmmoClip("frag_mp", 1);

    to set the equipment as a frag grenade and it works fine. But when i try : claymore_mp, c4_mp, ... other equipment it won't work!
    I did put them in the usable weapons like this : case "claymore_mp":

    Pls help and give me the right code, cuz i have no idea.
    todo list:

    *>10 posts
    *>20 posts
    *>50 posts
    *>100 posts
    *>150 posts
    Get known on MPGH
    Make my own mod
    ^Work in progress^



  2. #2
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,670
    My Mood
    Breezy
    Maybe this might work?

    Code:
    self maps\mp\perks\_perks::givePerk( "frag_grenade_mp" );
    self maps\mp\perks\_perks::givePerk( "c4_mp" );
    self maps\mp\perks\_perks::givePerk( "claymore_mp" );
    Oh and btw, you can only use self maps\mp\perks\_perks::givePerk to give equipment and perks and not weapons
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  3. #3
    Sir Grim's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Antarctic icecave (with DSL)
    Posts
    24
    Reputation
    10
    Thanks
    1
    My Mood
    Bored
    Ye i know it's only for equipment but for some reason It only works with a frag...
    todo list:

    *>10 posts
    *>20 posts
    *>50 posts
    *>100 posts
    *>150 posts
    Get known on MPGH
    Make my own mod
    ^Work in progress^



Similar Threads

  1. need code for inf. equipment
    By krijnrien in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 7
    Last Post: 09-05-2011, 08:36 AM
  2. .GSC Code for Equipment?
    By bigblucrayon in forum Call of Duty Black Ops Help
    Replies: 0
    Last Post: 01-03-2011, 05:52 PM
  3. Pre-Regerstration - E3 Codes
    By Dave84311 in forum WarRock - International Hacks
    Replies: 67
    Last Post: 06-13-2006, 08:06 AM
  4. hi can any1 help me make or find a cheat code
    By CrUsHa in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-19-2006, 04:39 PM
  5. a Couple WPE Weapon codes?
    By phil823 in forum WarRock - International Hacks
    Replies: 16
    Last Post: 02-10-2006, 02:14 PM