iw4x-rawfiles/iw4x/iw4x_00/character/character_mp_usmc_woodland_...

17 lines
403 B
Plaintext
Raw Normal View History

2023-08-30 16:00:24 -07:00
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
main()
{
self setModel("body_mp_usmc_woodland_recon");
self attach("head_mp_usmc_nomex", "", true);
2024-06-16 02:16:15 -07:00
self.headModel = "head_mp_usmc_nomex";
2023-08-30 16:00:24 -07:00
self setViewmodel("viewhands_sas_woodland");
self.voice = "british";
}
precache()
{
precacheModel("body_mp_usmc_woodland_recon");
precacheModel("head_mp_usmc_nomex");
precacheModel("viewhands_sas_woodland");
}