15 lines
378 B
Text
15 lines
378 B
Text
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
|
main()
|
|
{
|
|
self setModel("body_mp_usmc_woodland_recon");
|
|
self attach("head_mp_usmc_nomex", "", true);
|
|
self setViewmodel("viewhands_sas_woodland");
|
|
self.voice = "british";
|
|
}
|
|
|
|
precache()
|
|
{
|
|
precacheModel("body_mp_usmc_woodland_recon");
|
|
precacheModel("head_mp_usmc_nomex");
|
|
precacheModel("viewhands_sas_woodland");
|
|
}
|