This commit is contained in:
2024-02-13 13:20:49 +01:00
commit 872504afef
1761 changed files with 871764 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
// IW6 GSC SOURCE
// Generated by https://github.com/xensik/gsc-tool
main()
{
self setmodel( "body_hesh_udt_assault_ax" );
self attach( "head_hesh_udt_head_x_skull", "", 1 );
self.headmodel = "head_hesh_udt_head_x_skull";
self.voice = "american";
self setclothtype( "vestheavy" );
}
precache()
{
precachemodel( "body_hesh_udt_assault_ax" );
precachemodel( "head_hesh_udt_head_x_skull" );
}