Set head model name

develop
Louvenarde 2024-06-16 11:16:15 +02:00
parent b1e0774bb8
commit c81478edb2
25 changed files with 25 additions and 0 deletions

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_arab_regular_assault"); self setModel("body_mp_arab_regular_assault");
self attach("head_mp_arab_regular_suren", "", true); self attach("head_mp_arab_regular_suren", "", true);
self.headModel = "head_mp_arab_regular_suren";
self setViewmodel("viewhands_desert_opfor"); self setViewmodel("viewhands_desert_opfor");
self.voice = "arab"; self.voice = "arab";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_arab_regular_cqb"); self setModel("body_mp_arab_regular_cqb");
self attach("head_mp_arab_regular_headwrap", "", true); self attach("head_mp_arab_regular_headwrap", "", true);
self.headModel = "head_mp_arab_regular_headwrap";
self setViewmodel("viewhands_desert_opfor"); self setViewmodel("viewhands_desert_opfor");
self.voice = "arab"; self.voice = "arab";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_arab_regular_engineer"); self setModel("body_mp_arab_regular_engineer");
self attach("head_mp_arab_regular_ski_mask", "", true); self attach("head_mp_arab_regular_ski_mask", "", true);
self.headModel = "head_mp_arab_regular_ski_mask";
self setViewmodel("viewhands_desert_opfor"); self setViewmodel("viewhands_desert_opfor");
self.voice = "arab"; self.voice = "arab";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_arab_regular_sniper"); self setModel("body_mp_arab_regular_sniper");
self attach("head_mp_arab_regular_sadiq", "", true); self attach("head_mp_arab_regular_sadiq", "", true);
self.headModel = "head_mp_arab_regular_sadiq";
self setViewmodel("viewhands_desert_opfor"); self setViewmodel("viewhands_desert_opfor");
self.voice = "arab"; self.voice = "arab";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_arab_regular_support"); self setModel("body_mp_arab_regular_support");
self attach("head_mp_arab_regular_asad", "", true); self attach("head_mp_arab_regular_asad", "", true);
self.headModel = "head_mp_arab_regular_asad";
self setViewmodel("viewhands_desert_opfor"); self setViewmodel("viewhands_desert_opfor");
self.voice = "arab"; self.voice = "arab";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_opforce_assault"); self setModel("body_mp_opforce_assault");
self attach("head_mp_opforce_headwrap", "", true); self attach("head_mp_opforce_headwrap", "", true);
self.headModel = "head_mp_opforce_headwrap";
self setViewmodel("viewhands_op_force"); self setViewmodel("viewhands_op_force");
self.voice = "russian"; self.voice = "russian";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_opforce_cqb"); self setModel("body_mp_opforce_cqb");
self attach("head_mp_opforce_gasmask", "", true); self attach("head_mp_opforce_gasmask", "", true);
self.headModel = "head_mp_opforce_gasmask";
self setViewmodel("viewhands_op_force"); self setViewmodel("viewhands_op_force");
self.voice = "russian"; self.voice = "russian";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_opforce_eningeer"); self setModel("body_mp_opforce_eningeer");
self attach("head_mp_opforce_gasmask", "", true); self attach("head_mp_opforce_gasmask", "", true);
self.headModel = "head_mp_opforce_gasmask";
self setViewmodel("viewhands_op_force"); self setViewmodel("viewhands_op_force");
self.voice = "russian"; self.voice = "russian";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_opforce_sniper"); self setModel("body_mp_opforce_sniper");
self attach("head_mp_opforce_ghillie", "", true); self attach("head_mp_opforce_ghillie", "", true);
self.headModel = "head_mp_opforce_ghillie";
self setViewmodel("viewhands_marine_sniper"); self setViewmodel("viewhands_marine_sniper");
self.voice = "russian"; self.voice = "russian";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_opforce_support"); self setModel("body_mp_opforce_support");
self attach("head_mp_opforce_3hole_mask", "", true); self attach("head_mp_opforce_3hole_mask", "", true);
self.headModel = "head_mp_opforce_3hole_mask";
self setViewmodel("viewhands_op_force"); self setViewmodel("viewhands_op_force");
self.voice = "russian"; self.voice = "russian";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_opforce_assault"); self setModel("body_mp_opforce_assault");
self attach("head_mp_opforce_headwrap", "", true); self attach("head_mp_opforce_headwrap", "", true);
self.headModel = "head_mp_opforce_headwrap";
self setViewmodel("viewhands_op_force"); self setViewmodel("viewhands_op_force");
self.voice = "russian"; self.voice = "russian";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_opforce_cqb"); self setModel("body_mp_opforce_cqb");
self attach("head_mp_opforce_gasmask", "", true); self attach("head_mp_opforce_gasmask", "", true);
self.headModel = "head_mp_opforce_gasmask";
self setViewmodel("viewhands_op_force"); self setViewmodel("viewhands_op_force");
self.voice = "russian"; self.voice = "russian";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_opforce_eningeer"); self setModel("body_mp_opforce_eningeer");
self attach("head_mp_opforce_gasmask", "", true); self attach("head_mp_opforce_gasmask", "", true);
self.headModel = "head_mp_opforce_gasmask";
self setViewmodel("viewhands_op_force"); self setViewmodel("viewhands_op_force");
self.voice = "russian"; self.voice = "russian";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_opforce_sniper_urban"); self setModel("body_mp_opforce_sniper_urban");
self attach("head_mp_opforce_justin", "", true); self attach("head_mp_opforce_justin", "", true);
self.headModel = "head_mp_opforce_justin";
self setViewmodel("viewhands_op_force"); self setViewmodel("viewhands_op_force");
self.voice = "russian"; self.voice = "russian";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_opforce_support"); self setModel("body_mp_opforce_support");
self attach("head_mp_opforce_3hole_mask", "", true); self attach("head_mp_opforce_3hole_mask", "", true);
self.headModel = "head_mp_opforce_3hole_mask";
self setViewmodel("viewhands_op_force"); self setViewmodel("viewhands_op_force");
self.voice = "russian"; self.voice = "russian";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_usmc_assault"); self setModel("body_mp_usmc_assault");
self attach("head_mp_usmc_tactical_mich", "", true); self attach("head_mp_usmc_tactical_mich", "", true);
self.headModel = "head_mp_usmc_tactical_mich";
self setViewmodel("viewmodel_base_viewhands"); self setViewmodel("viewmodel_base_viewhands");
self.voice = "american"; self.voice = "american";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_usmc_recon"); self setModel("body_mp_usmc_recon");
self attach("head_mp_usmc_nomex", "", true); self attach("head_mp_usmc_nomex", "", true);
self.headModel = "head_mp_usmc_nomex";
self setViewmodel("viewmodel_base_viewhands"); self setViewmodel("viewmodel_base_viewhands");
self.voice = "american"; self.voice = "american";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_usmc_sniper"); self setModel("body_mp_usmc_sniper");
self attach("head_mp_usmc_tactical_baseball_cap", "", true); self attach("head_mp_usmc_tactical_baseball_cap", "", true);
self.headModel = "head_mp_usmc_tactical_baseball_cap";
self setViewmodel("viewmodel_base_viewhands"); self setViewmodel("viewmodel_base_viewhands");
self.voice = "american"; self.voice = "american";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_usmc_specops"); self setModel("body_mp_usmc_specops");
self attach("head_mp_usmc_tactical_mich_stripes_nomex", "", true); 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 setViewmodel("viewmodel_base_viewhands");
self.voice = "american"; self.voice = "american";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_usmc_support"); self setModel("body_mp_usmc_support");
self attach("head_mp_usmc_shaved_head", "", true); self attach("head_mp_usmc_shaved_head", "", true);
self.headModel = "head_mp_usmc_shaved_head";
self setViewmodel("viewmodel_base_viewhands"); self setViewmodel("viewmodel_base_viewhands");
self.voice = "american"; self.voice = "american";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_usmc_woodland_assault"); self setModel("body_mp_usmc_woodland_assault");
self attach("head_mp_usmc_tactical_mich", "", true); self attach("head_mp_usmc_tactical_mich", "", true);
self.headModel = "head_mp_usmc_tactical_mich";
self setViewmodel("viewhands_sas_woodland"); self setViewmodel("viewhands_sas_woodland");
self.voice = "british"; self.voice = "british";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_usmc_woodland_recon"); self setModel("body_mp_usmc_woodland_recon");
self attach("head_mp_usmc_nomex", "", true); self attach("head_mp_usmc_nomex", "", true);
self.headModel = "head_mp_usmc_nomex";
self setViewmodel("viewhands_sas_woodland"); self setViewmodel("viewhands_sas_woodland");
self.voice = "british"; self.voice = "british";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_usmc_woodland_sniper"); self setModel("body_mp_usmc_woodland_sniper");
self attach("head_mp_usmc_ghillie", "", true); self attach("head_mp_usmc_ghillie", "", true);
self.headModel = "head_mp_usmc_ghillie";
self setViewmodel("viewhands_marine_sniper"); self setViewmodel("viewhands_marine_sniper");
self.voice = "british"; self.voice = "british";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_usmc_woodland_specops"); self setModel("body_mp_usmc_woodland_specops");
self attach("head_mp_usmc_tactical_mich_stripes_nomex", "", true); 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 setViewmodel("viewhands_sas_woodland");
self.voice = "british"; self.voice = "british";
} }

View File

@ -3,6 +3,7 @@ main()
{ {
self setModel("body_mp_usmc_woodland_support"); self setModel("body_mp_usmc_woodland_support");
self attach("head_mp_usmc_shaved_head", "", true); self attach("head_mp_usmc_shaved_head", "", true);
self.headModel = "head_mp_usmc_shaved_head";
self setViewmodel("viewhands_sas_woodland"); self setViewmodel("viewhands_sas_woodland");
self.voice = "british"; self.voice = "british";
} }