nx1-gsc-dump/character/mp_character_op_ghillie_urban.gsc
2024-09-04 23:46:54 +10:00

15 lines
443 B
Plaintext

// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
main()
{
self setModel("mp_body_op_sniper_ghillie_urban");
self attach("head_op_sniper_ghillie_urban", "", true);
self.headModel = "head_op_sniper_ghillie_urban";
self setViewmodel("viewhands_ghillie_urban");
self.voice = "russian";
}
precache()
{
precacheModel("mp_body_op_sniper_ghillie_urban");
precacheModel("head_op_sniper_ghillie_urban");
precacheModel("viewhands_ghillie_urban");
}