cod5-sdk/raw/character/char_usa_marine_h_roebuck.gsc
2008-11-20 00:00:00 +00:00

14 lines
296 B
Text

// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
main()
{
self setModel("char_usa_marine_roebuck");
self.hatModel = "char_usa_raider_helm2";
self attach(self.hatModel);
self.voice = "american";
}
precache()
{
precacheModel("char_usa_marine_roebuck");
precacheModel("char_usa_raider_helm2");
}