Compare commits
39 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
38696ab9ee | |
|
|
4255047379 | |
|
|
b9ef601902 | |
|
|
525d77f95a | |
|
|
c81478edb2 | |
|
|
550f1bd27d | |
|
|
b1e0774bb8 | |
|
|
1652ed0a0e | |
|
|
4652b1ad41 | |
|
|
b3abeae088 | |
|
|
e2b50d691a | |
|
|
611760cb38 | |
|
|
c9e1e1de82 | |
|
|
b32875849d | |
|
|
fd5a71b32e | |
|
|
f1c5207c8a | |
|
|
f3a07312c5 | |
|
|
ed93e6cc3e | |
|
|
0b8d678893 | |
|
|
704a69a9ec | |
|
|
671a0a181c | |
|
|
d310691343 | |
|
|
c93351046b | |
|
|
f711722e5b | |
|
|
3f2f24ab09 | |
|
|
9576031f63 | |
|
|
16b8ca89c3 | |
|
|
40008170ec | |
|
|
75ab8a88cc | |
|
|
7744518f3c | |
|
|
5c7ba128cc | |
|
|
7dcca93eed | |
|
|
bb8ba5bea7 | |
|
|
66bfdf1b06 | |
|
|
e8cf3048c5 | |
|
|
17f0f49635 | |
|
|
32e940e5d4 | |
|
|
b3adaada92 | |
|
|
20a0dc25a7 |
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_arab_regular_assault");
|
||||
self attach("head_mp_arab_regular_suren", "", true);
|
||||
self.headModel = "head_mp_arab_regular_suren";
|
||||
self setViewmodel("viewhands_desert_opfor");
|
||||
self.voice = "arab";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_arab_regular_cqb");
|
||||
self attach("head_mp_arab_regular_headwrap", "", true);
|
||||
self.headModel = "head_mp_arab_regular_headwrap";
|
||||
self setViewmodel("viewhands_desert_opfor");
|
||||
self.voice = "arab";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_arab_regular_engineer");
|
||||
self attach("head_mp_arab_regular_ski_mask", "", true);
|
||||
self.headModel = "head_mp_arab_regular_ski_mask";
|
||||
self setViewmodel("viewhands_desert_opfor");
|
||||
self.voice = "arab";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_arab_regular_sniper");
|
||||
self attach("head_mp_arab_regular_sadiq", "", true);
|
||||
self.headModel = "head_mp_arab_regular_sadiq";
|
||||
self setViewmodel("viewhands_desert_opfor");
|
||||
self.voice = "arab";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_arab_regular_support");
|
||||
self attach("head_mp_arab_regular_asad", "", true);
|
||||
self.headModel = "head_mp_arab_regular_asad";
|
||||
self setViewmodel("viewhands_desert_opfor");
|
||||
self.voice = "arab";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_opforce_assault");
|
||||
self attach("head_mp_opforce_headwrap", "", true);
|
||||
self.headModel = "head_mp_opforce_headwrap";
|
||||
self setViewmodel("viewhands_op_force");
|
||||
self.voice = "russian";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_opforce_cqb");
|
||||
self attach("head_mp_opforce_gasmask", "", true);
|
||||
self.headModel = "head_mp_opforce_gasmask";
|
||||
self setViewmodel("viewhands_op_force");
|
||||
self.voice = "russian";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_opforce_eningeer");
|
||||
self attach("head_mp_opforce_gasmask", "", true);
|
||||
self.headModel = "head_mp_opforce_gasmask";
|
||||
self setViewmodel("viewhands_op_force");
|
||||
self.voice = "russian";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_opforce_sniper");
|
||||
self attach("head_mp_opforce_ghillie", "", true);
|
||||
self.headModel = "head_mp_opforce_ghillie";
|
||||
self setViewmodel("viewhands_marine_sniper");
|
||||
self.voice = "russian";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_opforce_support");
|
||||
self attach("head_mp_opforce_3hole_mask", "", true);
|
||||
self.headModel = "head_mp_opforce_3hole_mask";
|
||||
self setViewmodel("viewhands_op_force");
|
||||
self.voice = "russian";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_opforce_assault");
|
||||
self attach("head_mp_opforce_headwrap", "", true);
|
||||
self.headModel = "head_mp_opforce_headwrap";
|
||||
self setViewmodel("viewhands_op_force");
|
||||
self.voice = "russian";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_opforce_cqb");
|
||||
self attach("head_mp_opforce_gasmask", "", true);
|
||||
self.headModel = "head_mp_opforce_gasmask";
|
||||
self setViewmodel("viewhands_op_force");
|
||||
self.voice = "russian";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_opforce_eningeer");
|
||||
self attach("head_mp_opforce_gasmask", "", true);
|
||||
self.headModel = "head_mp_opforce_gasmask";
|
||||
self setViewmodel("viewhands_op_force");
|
||||
self.voice = "russian";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_opforce_sniper_urban");
|
||||
self attach("head_mp_opforce_justin", "", true);
|
||||
self.headModel = "head_mp_opforce_justin";
|
||||
self setViewmodel("viewhands_op_force");
|
||||
self.voice = "russian";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_opforce_support");
|
||||
self attach("head_mp_opforce_3hole_mask", "", true);
|
||||
self.headModel = "head_mp_opforce_3hole_mask";
|
||||
self setViewmodel("viewhands_op_force");
|
||||
self.voice = "russian";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_usmc_assault");
|
||||
self attach("head_mp_usmc_tactical_mich", "", true);
|
||||
self.headModel = "head_mp_usmc_tactical_mich";
|
||||
self setViewmodel("viewmodel_base_viewhands");
|
||||
self.voice = "american";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_usmc_recon");
|
||||
self attach("head_mp_usmc_nomex", "", true);
|
||||
self.headModel = "head_mp_usmc_nomex";
|
||||
self setViewmodel("viewmodel_base_viewhands");
|
||||
self.voice = "american";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_usmc_sniper");
|
||||
self attach("head_mp_usmc_tactical_baseball_cap", "", true);
|
||||
self.headModel = "head_mp_usmc_tactical_baseball_cap";
|
||||
self setViewmodel("viewmodel_base_viewhands");
|
||||
self.voice = "american";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_usmc_specops");
|
||||
self attach("head_mp_usmc_tactical_mich_stripes_nomex", "", true);
|
||||
self.headModel = "head_mp_usmc_tactical_mich_stripes_nomex";
|
||||
self setViewmodel("viewmodel_base_viewhands");
|
||||
self.voice = "american";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_usmc_support");
|
||||
self attach("head_mp_usmc_shaved_head", "", true);
|
||||
self.headModel = "head_mp_usmc_shaved_head";
|
||||
self setViewmodel("viewmodel_base_viewhands");
|
||||
self.voice = "american";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_usmc_woodland_assault");
|
||||
self attach("head_mp_usmc_tactical_mich", "", true);
|
||||
self.headModel = "head_mp_usmc_tactical_mich";
|
||||
self setViewmodel("viewhands_sas_woodland");
|
||||
self.voice = "british";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_usmc_woodland_recon");
|
||||
self attach("head_mp_usmc_nomex", "", true);
|
||||
self.headModel = "head_mp_usmc_nomex";
|
||||
self setViewmodel("viewhands_sas_woodland");
|
||||
self.voice = "british";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_usmc_woodland_sniper");
|
||||
self attach("head_mp_usmc_ghillie", "", true);
|
||||
self.headModel = "head_mp_usmc_ghillie";
|
||||
self setViewmodel("viewhands_marine_sniper");
|
||||
self.voice = "british";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_usmc_woodland_specops");
|
||||
self attach("head_mp_usmc_tactical_mich_stripes_nomex", "", true);
|
||||
self.headModel = "head_mp_usmc_tactical_mich_stripes_nomex";
|
||||
self setViewmodel("viewhands_sas_woodland");
|
||||
self.voice = "british";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ main()
|
|||
{
|
||||
self setModel("body_mp_usmc_woodland_support");
|
||||
self attach("head_mp_usmc_shaved_head", "", true);
|
||||
self.headModel = "head_mp_usmc_shaved_head";
|
||||
self setViewmodel("viewhands_sas_woodland");
|
||||
self.voice = "british";
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue