cod4-sdk/raw/character/character_mp_arab_regular_assault.gsc

16 lines
393 B
Text
Raw Normal View History

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