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

2 lines
399 B
Plaintext

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