cod5-sdk/raw/character/char_japwet_off.gsc

18 lines
468 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_jap_impinfwet_officer_body");
self.headModel = "char_jap_impinf_officer_head";
self attach(self.headModel, "", true);
self.hatModel = "char_jap_impinfwet_officer_hat";
self attach(self.hatModel);
self.voice = "japanese";
}
precache()
{
precacheModel("char_jap_impinfwet_officer_body");
precacheModel("char_jap_impinf_officer_head");
precacheModel("char_jap_impinfwet_officer_hat");
}