18 lines
414 B
Plaintext
18 lines
414 B
Plaintext
// IW6 GSC SOURCE
|
|
// Generated by https://github.com/xensik/gsc-tool
|
|
|
|
main()
|
|
{
|
|
self setmodel( "body_hesh_fed_shotgun_a_duffle" );
|
|
self attach( "head_hesh_fed_head_a", "", 1 );
|
|
self.headmodel = "head_hesh_fed_head_a";
|
|
self.voice = "american";
|
|
self setclothtype( "vestlight" );
|
|
}
|
|
|
|
precache()
|
|
{
|
|
precachemodel( "body_hesh_fed_shotgun_a_duffle" );
|
|
precachemodel( "head_hesh_fed_head_a" );
|
|
}
|