[QUESTION] Blast Shield codeHi 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
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! Originally Posted by Marcin96 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 '_'
All thanks for the codes! 1 code helped for me, the code from Arasonic! Really helpful! Thank you /solved