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

15 lines
248 B
Plaintext

// IW6 GSC SOURCE
// Generated by https://github.com/xensik/gsc-tool
main()
{
self setmodel( "fullbody_dog_c_hurt" );
self.voice = "arab";
self setclothtype( "vestlight" );
}
precache()
{
precachemodel( "fullbody_dog_c_hurt" );
}