15 lines
413 B
Text
15 lines
413 B
Text
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
|
main()
|
|
{
|
|
self setModel("body_mp_usmc_specops");
|
|
self attach("head_mp_usmc_tactical_mich_stripes_nomex", "", true);
|
|
self setViewmodel("viewmodel_base_viewhands");
|
|
self.voice = "american";
|
|
}
|
|
|
|
precache()
|
|
{
|
|
precacheModel("body_mp_usmc_specops");
|
|
precacheModel("head_mp_usmc_tactical_mich_stripes_nomex");
|
|
precacheModel("viewmodel_base_viewhands");
|
|
}
|