cod5-sdk/raw/character/char_usa_raider_playerf.gsc

21 lines
552 B
Plaintext
Raw Normal View History

2008-11-20 00:00:00 +00:00
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
main()
{
self setModel("char_usa_raider_player_body1_1");
self.headModel = "char_usa_raider_head4_4";
self attach(self.headModel, "", true);
self.hatModel = "char_usa_raider_helm1";
self attach(self.hatModel);
self.gearModel = "char_usa_marine_helmF";
self attach(self.gearModel);
self.voice = "american";
}
precache()
{
precacheModel("char_usa_raider_player_body1_1");
precacheModel("char_usa_raider_head4_4");
precacheModel("char_usa_raider_helm1");
precacheModel("char_usa_marine_helmF");
}