18 lines
349 B
Plaintext
18 lines
349 B
Plaintext
// IW6 GSC SOURCE
|
|
// Generated by https://github.com/xensik/gsc-tool
|
|
|
|
main()
|
|
{
|
|
self setmodel( "body_ramos_b" );
|
|
self attach( "head_ramos_x", "", 1 );
|
|
self.headmodel = "head_ramos_x";
|
|
self.voice = "russian";
|
|
self setclothtype( "cloth" );
|
|
}
|
|
|
|
precache()
|
|
{
|
|
precachemodel( "body_ramos_b" );
|
|
precachemodel( "head_ramos_x" );
|
|
}
|