17 lines
422 B
Text
17 lines
422 B
Text
|
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
||
|
main()
|
||
|
{
|
||
|
self setModel("body_sp_arab_regular_asad");
|
||
|
self attach("head_sp_arab_regular_asad", "", true);
|
||
|
self.hatModel = "helmet_sp_arab_regular_asad";
|
||
|
self attach(self.hatModel);
|
||
|
self.voice = "arab";
|
||
|
}
|
||
|
|
||
|
precache()
|
||
|
{
|
||
|
precacheModel("body_sp_arab_regular_asad");
|
||
|
precacheModel("head_sp_arab_regular_asad");
|
||
|
precacheModel("helmet_sp_arab_regular_asad");
|
||
|
}
|