cod4-sdk/raw/character/character_mp_opforce_sniper.gsc

16 lines
380 B
Text
Raw Permalink Normal View History

2008-01-19 00:00:00 +00:00
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
main()
{
self setModel("body_mp_opforce_sniper");
self attach("head_mp_opforce_ghillie", "", true);
self setViewmodel("viewhands_marine_sniper");
self.voice = "russian";
}
precache()
{
precacheModel("body_mp_opforce_sniper");
precacheModel("head_mp_opforce_ghillie");
precacheModel("viewhands_marine_sniper");
}