Post: Multiple Riot Shields
12-30-2010, 05:02 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); This is just something simple and quite obvious but a few people have asked for it so here you go.

It seems you can only add 3 shields plus an extra one if you choose a class with a riot shield..

You can't see the shields in first person view but other people can. I don't know if they deflect bullets either, they should do, so if someone tests it let us know.

Code:

shields()
{
self endon("death");
self giveWeapon("shield_mp", 0);
self AttachShieldModel( "weapon_riot_shield_mp", "back_low" );
self giveWeapon("shield_mp", 0);
self AttachShieldModel( "weapon_riot_shield_mp", "j_head" );
self giveWeapon("shield_mp", 0);
self AttachShieldModel( "weapon_riot_shield_mp", "tag_weapon_left" );
}


you can mess around with it by changing the "tags" for any of these


"j_mainroot";
"pelvis";
"j_hip_le";
"j_hip_ri";
"torso_stabilizer";
"j_chin_skinroll";
"back_low";
"j_knee_le";
"j_knee_ri";
"back_mid";
"j_ankle_le";
"j_ankle_ri";
"j_ball_le";
"j_ball_ri";
"j_spine4";
"j_clavicle_le";
"j_clavicle_ri";
"j_neck";
"j_head";
"j_shoulder_le";
"j_shoulder_ri";
"j_elbow_bulge_le";
"j_elbow_bulge_ri";
"j_elbow_le";
"j_elbow_ri";
"j_shouldertwist_le";
"j_shouldertwist_ri";
"j_wrist_le";
"j_wrist_ri";
"j_wristtwist_le";
"j_wristtwist_ri";
"j_index_le_1";
"j_index_ri_1";
"j_mid_le_1";
"j_mid_ri_1";
"j_pinky_le_1";
"j_pinky_ri_1";
"j_ring_le_1";
"j_ring_ri_1";
"j_thumb_le_1";
"j_thumb_ri_1";
"tag_weapon_left";
"tag_weapon_right";
"j_index_le_2";
"j_index_ri_2";
"j_mid_le_2";
"j_mid_ri_2";
"j_pinky_le_2";
"j_pinky_ri_2";
"j_ring_le_2";
"j_ring_ri_2";
"j_thumb_le_2";
"j_thumb_ri_2";
"j_index_le_3";
"j_index_ri_3";
"j_mid_le_3";
"j_mid_ri_3";
"j_pinky_le_3";
"j_pinky_ri_3";
"j_ring_le_3";
"j_ring_ri_3";
"j_thumb_le_3";
"j_thumb_ri_3";
"j_spine4";
"j_neck";
"j_head";
"j_cheek_le";
"j_cheek_ri";
"j_head_end";
"j_jaw";
"j_levator_le";
"j_levator_ri";
"j_lip_top_le";
"j_lip_top_ri";
"j_mouth_le";
"j_mouth_ri";
"tag_eye";
credit to lost4468






.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 10 users say thank you to x_DaftVader_x for this useful post:

ᅟᅟᅟᅟᅟᅟᅟᅟᅟᅟᅟᅟ, |ManiaC|, d7w7z, DR-Dizzy, iJokaa, Janiboy, lovebros, Mw2Freak13, Tuhoaja, w8t4it
12-30-2010, 09:04 PM #11
Demmonnixx
Vault dweller
If you could make it where there are just 2 Riot Shields instead of 4. One on his back and the other being held, would look more realistic imo. Very Nice though and thanks for sharing, I can see several people using this in their patches! At least I would like to see it in one of Mossy's patches or Derreks in progress patch.
12-30-2010, 10:10 PM #12
DEREKTROTTER
You're Goddamn Right
added to my player menu, thanks =D

---------- Post added at 05:10 PM ---------- Previous post was at 05:02 PM ----------

should try this one :p

    
shld(p) {
self endon("death");
p giveWeapon("shield_mp", 0);
p AttachShieldModel("furniture_blowupdoll01", "back_low");
p giveWeapon("shield_mp", 0);
p AttachShieldModel("furniture_blowupdoll01", "j_head");
p giveWeapon("shield_mp", 0);
p AttachShieldModel("furniture_blowupdoll01", "tag_weapon_left");
p giveWeapon("shield_mp", 0);
}
12-30-2010, 10:11 PM #13
DanGFX
Dan's GFX Shop v 2.0 check it out!
cant watch vid :( but nice find Smile
12-30-2010, 10:12 PM #14
Originally posted by DEREKTROTTER View Post
added to my player menu, thanks =D

---------- Post added at 05:10 PM ---------- Previous post was at 05:02 PM ----------

should try this one :p

    
shld(p) {
self endon("death");
p giveWeapon("shield_mp", 0);
p AttachShieldModel("furniture_blowupdoll01", "back_low");
p giveWeapon("shield_mp", 0);
p AttachShieldModel("furniture_blowupdoll01", "j_head");
p giveWeapon("shield_mp", 0);
p AttachShieldModel("furniture_blowupdoll01", "tag_weapon_left");
p giveWeapon("shield_mp", 0);
}


haha, sex doll rape Dancing
12-30-2010, 10:24 PM #15
DEREKTROTTER
You're Goddamn Right
Originally posted by Homer
haha, sex doll rape Dancing


av put it in my patch lol, al av a vid up in a sec

---------- Post added at 05:24 PM ---------- Previous post was at 05:17 PM ----------

[WS]zMFetDlOBnM[/WS]
12-30-2010, 10:29 PM #16
Originally posted by DEREKTROTTER View Post
av put it in my patch lol, al av a vid up in a sec

---------- Post added at 05:24 PM ---------- Previous post was at 05:17 PM ----------

[WS]zMFetDlOBnM[/WS]


That's just wrong on so many levels........ Eek
12-30-2010, 10:33 PM #17
TONEY777
[move]Dancing GoML BiTcHeZz Dancing[/move]
:420:Nice:y:
12-30-2010, 10:50 PM #18
LOL! Attach a sex doll to the pelvis xD
01-01-2011, 01:45 PM #19
Dreamcather
Call me Eddie Winky Winky
Originally posted by Homer
This is just something simple and quite obvious but a few people have asked for it so here you go.

It seems you can only add 3 shields plus an extra one if you choose a class with a riot shield..

You can't see the shields in first person view but other people can. I don't know if they deflect bullets either, they should do, so if someone tests it let us know.

Code:

shields()
{
self endon("death");
self giveWeapon("shield_mp", 0);
self AttachShieldModel( "weapon_riot_shield_mp", "back_low" );
self giveWeapon("shield_mp", 0);
self AttachShieldModel( "weapon_riot_shield_mp", "j_head" );
self giveWeapon("shield_mp", 0);
self AttachShieldModel( "weapon_riot_shield_mp", "tag_weapon_left" );
}


you can mess around with it by changing the "tags" for any of these


"j_mainroot";
"pelvis";
"j_hip_le";
"j_hip_ri";
"torso_stabilizer";
"j_chin_skinroll";
"back_low";
"j_knee_le";
"j_knee_ri";
"back_mid";
"j_ankle_le";
"j_ankle_ri";
"j_ball_le";
"j_ball_ri";
"j_spine4";
"j_clavicle_le";
"j_clavicle_ri";
"j_neck";
"j_head";
"j_shoulder_le";
"j_shoulder_ri";
"j_elbow_bulge_le";
"j_elbow_bulge_ri";
"j_elbow_le";
"j_elbow_ri";
"j_shouldertwist_le";
"j_shouldertwist_ri";
"j_wrist_le";
"j_wrist_ri";
"j_wristtwist_le";
"j_wristtwist_ri";
"j_index_le_1";
"j_index_ri_1";
"j_mid_le_1";
"j_mid_ri_1";
"j_pinky_le_1";
"j_pinky_ri_1";
"j_ring_le_1";
"j_ring_ri_1";
"j_thumb_le_1";
"j_thumb_ri_1";
"tag_weapon_left";
"tag_weapon_right";
"j_index_le_2";
"j_index_ri_2";
"j_mid_le_2";
"j_mid_ri_2";
"j_pinky_le_2";
"j_pinky_ri_2";
"j_ring_le_2";
"j_ring_ri_2";
"j_thumb_le_2";
"j_thumb_ri_2";
"j_index_le_3";
"j_index_ri_3";
"j_mid_le_3";
"j_mid_ri_3";
"j_pinky_le_3";
"j_pinky_ri_3";
"j_ring_le_3";
"j_ring_ri_3";
"j_thumb_le_3";
"j_thumb_ri_3";
"j_spine4";
"j_neck";
"j_head";
"j_cheek_le";
"j_cheek_ri";
"j_head_end";
"j_jaw";
"j_levator_le";
"j_levator_ri";
"j_lip_top_le";
"j_lip_top_ri";
"j_mouth_le";
"j_mouth_ri";
"tag_eye";
credit to lost4468


You must login or register to view this content.




.


WTF?! I like thisHappy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo