18 lines
446 B
Text
18 lines
446 B
Text
|
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
||
|
main()
|
||
|
{
|
||
|
self setModel("char_usa_marine_wet_body1_1");
|
||
|
self.headModel = "char_usa_marine_head_shot";
|
||
|
self attach(self.headModel, "", true);
|
||
|
self.gearModel = "char_usa_raider_wet_gear2";
|
||
|
self attach(self.gearModel);
|
||
|
self.voice = "american";
|
||
|
}
|
||
|
|
||
|
precache()
|
||
|
{
|
||
|
precacheModel("char_usa_marine_wet_body1_1");
|
||
|
precacheModel("char_usa_marine_head_shot");
|
||
|
precacheModel("char_usa_raider_wet_gear2");
|
||
|
}
|