14 lines
306 B
Text
14 lines
306 B
Text
|
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
||
|
main()
|
||
|
{
|
||
|
self setModel("body_sp_sas_woodland_assault_b");
|
||
|
self attach("head_sp_sas_woodland_mac", "", true);
|
||
|
self.voice = "british";
|
||
|
}
|
||
|
|
||
|
precache()
|
||
|
{
|
||
|
precacheModel("body_sp_sas_woodland_assault_b");
|
||
|
precacheModel("head_sp_sas_woodland_mac");
|
||
|
}
|