cod5-sdk/raw/character/char_rus_wet_r_tanker.gsc

61 lines
3.7 KiB
Plaintext

// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
main()
{
self setModel("char_rus_tankerwet_body1");
self.headModel = codescripts\character::randomElement(xmodelalias\char_rus_guard_headalias::main());
self attach(self.headModel, "", true);
self.hatModel = codescripts\character::randomElement(xmodelalias\char_rus_tankerwet_helmalias::main());
self attach(self.hatModel, "", true);
self.voice = "russian";
self.torsoDmg1 = "char_rus_guardwet_body1_g_upclean";
self.torsoDmg2 = codescripts\character::randomElement(xmodelalias\char_rus_guardwet_g_rarmoffalias::main());
self.torsoDmg3 = codescripts\character::randomElement(xmodelalias\char_rus_guardwet_g_larmoffalias::main());
self.torsoDmg4 = codescripts\character::randomElement(xmodelalias\char_rus_guardwet_g_torsoalias::main());
self.torsoDmg5 = "char_rus_guardwet_body1_g_behead";
self.legDmg1 = "char_rus_guardwet_body1_g_lowclean";
self.legDmg2 = codescripts\character::randomElement(xmodelalias\char_rus_guardwet_g_rlegoffalias::main());
self.legDmg3 = codescripts\character::randomElement(xmodelalias\char_rus_guardwet_g_llegoffalias::main());
self.legDmg4 = codescripts\character::randomElement(xmodelalias\char_rus_guardwet_g_legsoffalias::main());
self.gibSpawn1 = "char_rus_guardwet_body1_g_rarmspawn";
self.gibSpawnTag1 = "J_Elbow_RI";
self.gibSpawn2 = "char_rus_guardwet_body1_g_larmspawn";
self.gibSpawnTag2 = "J_Elbow_LE";
self.gibSpawn3 = "char_rus_guardwet_body1_g_rlegspawn";
self.gibSpawnTag3 = "J_Knee_RI";
self.gibSpawn4 = "char_rus_guardwet_body1_g_llegspawn";
self.gibSpawnTag4 = "J_Knee_LE";
}
precache()
{
precacheModel("char_rus_tankerwet_body1");
codescripts\character::precacheModelArray(xmodelalias\char_rus_guard_headalias::main());
codescripts\character::precacheModelArray(xmodelalias\char_rus_tankerwet_helmalias::main());
precacheModel("char_rus_guardwet_body1_g_upclean");
codescripts\character::precacheModelArray(xmodelalias\char_rus_guardwet_g_rarmoffalias::main());
codescripts\character::precacheModelArray(xmodelalias\char_rus_guardwet_g_larmoffalias::main());
codescripts\character::precacheModelArray(xmodelalias\char_rus_guardwet_g_torsoalias::main());
precacheModel("char_rus_guardwet_body1_g_behead");
precacheModel("char_rus_guardwet_body1_g_lowclean");
codescripts\character::precacheModelArray(xmodelalias\char_rus_guardwet_g_rlegoffalias::main());
codescripts\character::precacheModelArray(xmodelalias\char_rus_guardwet_g_llegoffalias::main());
codescripts\character::precacheModelArray(xmodelalias\char_rus_guardwet_g_legsoffalias::main());
precacheModel("char_rus_guardwet_body1_g_rarmspawn");
precacheModel("char_rus_guardwet_body1_g_larmspawn");
precacheModel("char_rus_guardwet_body1_g_rlegspawn");
precacheModel("char_rus_guardwet_body1_g_llegspawn");
precacheModel("char_rus_guardwet_body1_g_upclean");
codescripts\character::precacheModelArray(xmodelalias\char_rus_guardwet_g_rarmoffalias::main());
codescripts\character::precacheModelArray(xmodelalias\char_rus_guardwet_g_larmoffalias::main());
codescripts\character::precacheModelArray(xmodelalias\char_rus_guardwet_g_torsoalias::main());
precacheModel("char_rus_guardwet_body1_g_behead");
precacheModel("char_rus_guardwet_body1_g_lowclean");
codescripts\character::precacheModelArray(xmodelalias\char_rus_guardwet_g_rlegoffalias::main());
codescripts\character::precacheModelArray(xmodelalias\char_rus_guardwet_g_llegoffalias::main());
codescripts\character::precacheModelArray(xmodelalias\char_rus_guardwet_g_legsoffalias::main());
precacheModel("char_rus_guardwet_body1_g_rarmspawn");
precacheModel("char_rus_guardwet_body1_g_larmspawn");
precacheModel("char_rus_guardwet_body1_g_rlegspawn");
precacheModel("char_rus_guardwet_body1_g_llegspawn");
}