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