cod4-sdk/raw/character/character_mp_arab_regular_support.gsc
2008-01-19 00:00:00 +00:00

15 lines
391 B
Text

// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
main()
{
self setModel("body_mp_arab_regular_support");
self attach("head_mp_arab_regular_asad", "", true);
self setViewmodel("viewhands_desert_opfor");
self.voice = "arab";
}
precache()
{
precacheModel("body_mp_arab_regular_support");
precacheModel("head_mp_arab_regular_asad");
precacheModel("viewhands_desert_opfor");
}