IW4-Dump-Files/character/mp_character_op_airborne_sn...

17 lines
428 B
Plaintext
Raw Permalink Normal View History

2017-07-08 11:47:21 -07:00
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
main()
{
self setModel("mp_body_op_airborne_sniper");
self attach("head_op_airborne_sniper", "", true);
self.headModel = "head_op_airborne_sniper";
self setViewmodel("viewhands_sniper_op_airborne");
self.voice = "russian";
}
precache()
{
precacheModel("mp_body_op_airborne_sniper");
precacheModel("head_op_airborne_sniper");
precacheModel("viewhands_sniper_op_airborne");
}