This commit is contained in:
reaaLx
2024-09-04 23:46:54 +10:00
parent 5f950a3356
commit 1ea2370337
471 changed files with 108331 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
// 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");
}