Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. doStop this;if (!isServer) exitWith {};removeAllWeapons this; removeAllItems this; removeAllAssignedItems this; removeUniform this; removeVest this; removeBackpack this; removeHeadgear this; removeGoggles this; this forceAddUniform "U_B_CombatUniform_mcam"; for "_i" from 1 to 2 do {this addItemToUniform "AGM_Bandage";}; this addItemToUniform "AGM_Morphine"; this addItemToUniform "AGM_CableTie"; for "_i" from 1 to 2 do {this addItemToUniform "SmokeShellBlue";}; for "_i" from 1 to 2 do {this addItemToUniform "Chemlight_green";}; for "_i" from 1 to 2 do {this addItemToUniform "RH_15Rnd_45cal_fnp";}; this addItemToUniform "SUPER_flash"; this addVest "rhsusf_iotv_ocp_Rifleman"; this addItemToVest "AGM_Morphine"; this addItemToVest "AGM_Bandage"; this addItemToVest "HandGrenade"; for "_i" from 1 to 2 do {this addItemToVest "SUPER_flash";}; for "_i" from 1 to 3 do {this addItemToVest "rhs_mag_30Rnd_556x45_Mk318_Stanag";}; for "_i" from 1 to 4 do {this addItemToVest "rhs_mag_30Rnd_556x45_Mk262_Stanag";}; this addBackpack "B_AssaultPack_mcamo"; this addItemToBackpack "RH_SFM952V"; for "_i" from 1 to 5 do {this addItemToBackpack "AGM_Bandage";}; this addItemToBackpack "AGM_Epipen"; this addItemToBackpack "AGM_Morphine"; this addItemToBackpack "AGM_IR_Strobe_Item"; this addItemToBackpack "muzzle_snds_H"; this addItemToBackpack "FHQ_optic_HWS"; this addItemToBackpack "B_IR_Grenade"; for "_i" from 1 to 2 do {this addItemToBackpack "HandGrenade";}; for "_i" from 1 to 2 do {this addItemToBackpack "SUPER_flash";}; this addItemToBackpack "RH_15Rnd_45cal_fnp"; for "_i" from 1 to 7 do {this addItemToBackpack "rhs_mag_30Rnd_556x45_Mk262_Stanag";}; this addHeadgear "H_HelmetB_light_sand"; this addGoggles "AV_ESS_grn_clr"; this addWeapon "rhs_weap_m16a4_grip"; this addPrimaryWeaponItem "SMA_ELCAN_SPECTER"; this addWeapon "RH_fnp45"; this addHandgunItem "muzzle_snds_acp"; this addHandgunItem "RH_X300"; this addWeapon "Rangefinder"; this linkItem "ItemMap"; this linkItem "ItemCompass"; this linkItem "ItemWatch"; this linkItem "ItemGPS"; this linkItem "ItemRadio";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement