15 lines
314 B
Text
15 lines
314 B
Text
|
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
||
|
main()
|
||
|
{
|
||
|
self setModel("char_usa_marine_wet_polonsky");
|
||
|
self.hatModel = "char_usa_raider_wet_helm2";
|
||
|
self attach(self.hatModel);
|
||
|
self.voice = "american";
|
||
|
}
|
||
|
|
||
|
precache()
|
||
|
{
|
||
|
precacheModel("char_usa_marine_wet_polonsky");
|
||
|
precacheModel("char_usa_raider_wet_helm2");
|
||
|
}
|