Results 1 to 11 of 11
  1. #1
    Imthebosss's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In modding world :D
    Posts
    241
    Reputation
    21
    Thanks
    132
    My Mood
    Drunk

    Unhappy [QUESTION] Blast Shield code

    Hi all,

    I want to know what the code is for blast shield. I tried different things but none of them worked.
    I tried:
    self GiveWeapon("blastshield_mp", 0, true);
    and
    self GiveWeapon("blast_shield_mp", 0, true);

    What is the correct code? /

    Thanks
    Do you need a signature? I will make it! Send me a PM =)



  2. #2
    Marcin96's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    111
    Reputation
    10
    Thanks
    3
    My Mood
    Paranoid
    self GiveWeapon("riotshield_mp", 0, true);

    Press Thanks if I helped

  3. #3
    Imthebosss's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In modding world :D
    Posts
    241
    Reputation
    21
    Thanks
    132
    My Mood
    Drunk
    You didn't help at all, so no thanks /
    Maybe you have to read again; blast shield.
    If you can give me the code of blast shield, I will press thanks!


    Quote Originally Posted by Marcin96 View Post
    self GiveWeapon("riotshield_mp", 0, true);

    Press Thanks if I helped
    Do you need a signature? I will make it! Send me a PM =)



  4. #4
    FILIPE1's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    53
    Reputation
    10
    Thanks
    5
    My Mood
    Confused
    hi

    Man the code:

    self GiveWeapon("blast_shield", 0, true);

    dont work?
    Because I use this code for give blastshield for all players, I put in onplayerspawn(), and for me works fine... :S
    Last edited by FILIPE1; 10-21-2010 at 12:24 PM.

  5. #5
    Marcin96's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    111
    Reputation
    10
    Thanks
    3
    My Mood
    Paranoid
    Oh sorry i thinked you mean riot shield, sorry xD

    Shouldn't it be blast_shield_mp ???

    Edit: I tried blast_shield_mp and blast_shield and both didn't work O.o
    Last edited by Marcin96; 10-21-2010 at 12:34 PM.

  6. #6
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Asked this so many times without answers..
    Try this though:

    maps\mp\perks\_perks::givePerk( "blast_shield" );

    or

    maps\mp\perks\_perks::givePerk( "blast_shield_mp" );

    Since its like that for throwing knives, semtex etc.

  7. #7
    Imthebosss's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In modding world :D
    Posts
    241
    Reputation
    21
    Thanks
    132
    My Mood
    Drunk
    All the codes are unfortunately not working!
    + I have one more question;
    How can I disable picking up weapons??
    Do you need a signature? I will make it! Send me a PM =)



  8. #8
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    maps\mp\perks\_perks::givePerk( "blastshield_mp" );
    setAmmoStock("blastshield_mp", 1);

    or
    self _giveWeapon("blastshield_mp");
    with '_'

  9. #9
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    while(self getCurrentWeapon() == "none") {
    self switchToWeapon("Weaponname");
    wait 0.05;

  10. #10
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Found it

    Code:
    self _setperk("specialty_blastshield");

  11. The Following User Says Thank You to Arasonic For This Useful Post:

    Imthebosss (10-22-2010)

  12. #11
    Imthebosss's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In modding world :D
    Posts
    241
    Reputation
    21
    Thanks
    132
    My Mood
    Drunk
    All thanks for the codes! 1 code helped for me, the code from Arasonic! Really helpful! Thank you

    /solved
    Do you need a signature? I will make it! Send me a PM =)



Similar Threads

  1. For questions about the Code of WallHak + See Ghost in the Crossfire
    By vailozchinsu in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 8
    Last Post: 10-03-2010, 01:14 PM
  2. Blast shield code
    By Asakari in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 12
    Last Post: 08-11-2010, 08:32 PM
  3. [Question]About hack coding
    By master11 in forum C++/C Programming
    Replies: 12
    Last Post: 07-17-2009, 11:49 AM
  4. [QUESTION] Are retail codes pattern based?
    By iHack in forum WarRock - International Hacks
    Replies: 14
    Last Post: 08-04-2007, 03:51 PM
  5. Promo Codes Question(s)
    By Zededarian in forum WarRock - International Hacks
    Replies: 44
    Last Post: 01-06-2007, 08:31 AM