cod5-sdk/raw/character/char_usa_marine_r_wound.gsc

15 lines
418 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_marine_body1_1");
self.headModel = codescripts\character::randomElement(xmodelalias\char_usa_marine_headalias::main());
self attach(self.headModel, "", true);
self.voice = "american";
}
precache()
{
precacheModel("char_usa_marine_body1_1");
codescripts\character::precacheModelArray(xmodelalias\char_usa_marine_headalias::main());
}