Unhappy[QUESTION] Blast Shield code

Posts 111 of 11 · Page 1 of 1
[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
self GiveWeapon("riotshield_mp", 0, true);

Press Thanks if I helped
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
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
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
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.
All the codes are unfortunately not working!
+ I have one more question;
How can I disable picking up weapons??
maps\mp\perks\_perks::givePerk( "blastshield_mp" );
setAmmoStock("blastshield_mp", 1);

or
self _giveWeapon("blastshield_mp");
with '_'
while(self getCurrentWeapon() == "none") {
self switchToWeapon("Weaponname");
wait 0.05;
Found it

Code:
self _setperk("specialty_blastshield");
All thanks for the codes! 1 code helped for me, the code from Arasonic! Really helpful! Thank you

/solved
Posts 111 of 11 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?