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

14 lines
320 B
Text

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