18 lines
516 B
Text
18 lines
516 B
Text
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
|
main()
|
|
{
|
|
self setModel("body_sp_arab_regular_yasir");
|
|
self attach("head_sp_arab_regular_suren", "", true);
|
|
self.hatModel = "helmet_sp_arab_regular_suren";
|
|
self attach(self.hatModel);
|
|
self attach("weapon_mg42_carry", "TAG_ORIGIN");
|
|
self.voice = "arab";
|
|
}
|
|
|
|
precache()
|
|
{
|
|
precacheModel("body_sp_arab_regular_yasir");
|
|
precacheModel("head_sp_arab_regular_suren");
|
|
precacheModel("helmet_sp_arab_regular_suren");
|
|
precacheModel("weapon_mg42_carry");
|
|
}
|