cod5-sdk/raw/character/char_rus_wet_player1.gsc

21 lines
577 B
Plaintext
Raw Permalink Normal View History

2008-11-20 00:00:00 +00:00
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
main()
{
self setModel("char_rus_guardwet_player_body1_1");
self.headModel = "char_rus_guard_head1_1";
self attach(self.headModel, "", true);
self.hatModel = "char_rus_guardwet_helm1";
self attach(self.hatModel);
self.gearModel = "char_rus_guardwet_body1_gear1_1";
self attach(self.gearModel);
self.voice = "russian";
}
precache()
{
precacheModel("char_rus_guardwet_player_body1_1");
precacheModel("char_rus_guard_head1_1");
precacheModel("char_rus_guardwet_helm1");
precacheModel("char_rus_guardwet_body1_gear1_1");
}