cod5-sdk/raw/character/char_usa_marine_h_pow.gsc

18 lines
438 B
Plaintext

// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
main()
{
self setModel("char_usa_marine_pow_body");
self.headModel = "char_usa_marine_pow_head";
self attach(self.headModel, "", true);
self.gearModel = "char_usa_marine_pow_cuffs";
self attach(self.gearModel);
self.voice = "american";
}
precache()
{
precacheModel("char_usa_marine_pow_body");
precacheModel("char_usa_marine_pow_head");
precacheModel("char_usa_marine_pow_cuffs");
}