cod4-sdk/raw/character/character_mp_usmc_woodland_sniper.gsc

16 lines
386 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_usmc_woodland_sniper");
self attach("head_mp_usmc_ghillie", "", true);
self setViewmodel("viewhands_marine_sniper");
self.voice = "british";
}
precache()
{
precacheModel("body_mp_usmc_woodland_sniper");
precacheModel("head_mp_usmc_ghillie");
precacheModel("viewhands_marine_sniper");
}