mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-12-15 07:27:48 +00:00
Init
This commit is contained in:
2
character/mp_character_us_army_sniper.gsc
Normal file
2
character/mp_character_us_army_sniper.gsc
Normal file
@@ -0,0 +1,2 @@
|
||||
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
||||
main(){ self setModel("mp_body_army_sniper"); self attach("head_allies_us_army_sniper", "", true); self.headModel = "head_allies_us_army_sniper"; self setViewmodel("viewhands_sniper_us_army"); self.voice = "american";}precache(){ precacheModel("mp_body_army_sniper"); precacheModel("head_allies_us_army_sniper"); precacheModel("viewhands_sniper_us_army");}
|
||||
Reference in New Issue
Block a user