iw6-scripts/character/character_ramos_a.gsc
2024-02-13 13:20:49 +01:00

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" );
}