Community durchsuchen
Zeige Ergebnisse für die Tags "'zeus'".
2 Ergebnisse gefunden
-
Heyho Ich hab mich mal gefragt, ob eine kleine Zeus Einführung gewünscht ist, um Spielern, die noch keine Erfahrung mit Zeus haben, dass aber gerne einmal eine Mission bauen möchten, den Einstieg zu erleichtern. Was haltet ihr davon?
-
comment "SQUADLEADER V1"; comment "Exported from Arsenal by Sol.Cpt.xgamescom"; comment "Remove existing items"; removeAllWeapons this; removeAllItems this; removeAllAssignedItems this; removeUniform this; removeVest this; removeBackpack this; removeHeadgear this; removeGoggles this; comment "Add containers"; this forceAddUniform "U_B_CombatUniform_mcam"; this addItemToUniform "ACE_EarPlugs"; this addItemToUniform "ACE_Flashlight_XL50"; for "_i" from 1 to 2 do {this addItemToUniform "HandGrenade";}; for "_i" from 1 to 3 do {this addItemToUniform "SmokeShell";}; this addItemToUniform "SmokeShellGreen"; this addItemToUniform "Chemlight_blue"; this addVest "V_PlateCarrier1_rgr"; for "_i" from 1 to 2 do {this addItemToVest "ACE_morphine";}; this addItemToVest "ACE_epinephrine"; this addItemToVest "ACE_tourniquet"; for "_i" from 1 to 10 do {this addItemToVest "ACE_quikclot";}; for "_i" from 1 to 5 do {this addItemToVest "ACE_packingBandage";}; this addItemToVest "ACE_MapTools"; for "_i" from 1 to 2 do {this addItemToVest "ACE_CableTie";}; this addItemToVest "ACE_IR_Strobe_Item"; this addItemToVest "16Rnd_9x21_Mag"; for "_i" from 1 to 8 do {this addItemToVest "30Rnd_65x39_caseless_mag_Tracer";}; this addBackpack "tf_rt1523g_big"; for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeBlue_Grenade_shell";}; for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeGreen_Grenade_shell";}; for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeRed_Grenade_shell";}; for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_Smoke_Grenade_shell";}; for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeYellow_Grenade_shell";}; for "_i" from 1 to 10 do {this addItemToBackpack "1Rnd_HE_Grenade_shell";}; this addHeadgear "H_HelmetSpecB_sand"; this addGoggles "G_Tactical_Clear"; comment "Add weapons"; this addWeapon "arifle_MX_GL_F"; this addPrimaryWeaponItem "optic_Hamr"; this addWeapon "hgun_P07_F"; this addWeapon "Binocular"; comment "Add items"; this linkItem "ItemMap"; this linkItem "ItemCompass"; this linkItem "ItemWatch"; this linkItem "tf_anprc152"; this linkItem "ItemGPS"; this linkItem "NVGoggles"; comment "Set identity"; this setSpeaker "ace_novoice";