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