cod5-sdk/raw/character/char_usa_marinewet_player2.gsc

21 lines
576 B
Plaintext

// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
main()
{
self setModel("char_usa_marine_player_wet_body2_1");
self.headModel = "char_usa_marine_head2_2";
self attach(self.headModel, "", true);
self.hatModel = "char_usa_raider_wet_helm2";
self attach(self.hatModel);
self.gearModel = "char_usa_raider_wet_gear3";
self attach(self.gearModel);
self.voice = "american";
}
precache()
{
precacheModel("char_usa_marine_player_wet_body2_1");
precacheModel("char_usa_marine_head2_2");
precacheModel("char_usa_raider_wet_helm2");
precacheModel("char_usa_raider_wet_gear3");
}