Advertisement
tag_ghost

CTRG AT specialist

Jul 16th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 1.97 KB | None | 0 0
  1. comment "Exported from Arsenal by [DELTA] Tag [Chado]";
  2.  
  3. comment "Remove existing items";
  4. removeAllWeapons this;
  5. removeAllItems this;
  6. removeAllAssignedItems this;
  7. removeUniform this;
  8. removeVest this;
  9. removeBackpack this;
  10. removeHeadgear this;
  11. removeGoggles this;
  12.  
  13. comment "Add containers";
  14. this forceAddUniform "U_B_CTRG_1";
  15. for "_i" from 1 to 2 do {this addItemToUniform "FirstAidKit";};
  16. for "_i" from 1 to 2 do {this addItemToUniform "11Rnd_45ACP_Mag";};
  17. this addItemToUniform "Laserbatteries";
  18. this addVest "V_PlateCarrierH_CTRG";
  19. this addItemToVest "SmokeShell";
  20. this addItemToVest "SmokeShellRed";
  21. this addItemToVest "SmokeShellOrange";
  22. this addItemToVest "SmokeShellYellow";
  23. for "_i" from 1 to 2 do {this addItemToVest "Chemlight_red";};
  24. for "_i" from 1 to 2 do {this addItemToVest "11Rnd_45ACP_Mag";};
  25. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  26. for "_i" from 1 to 2 do {this addItemToVest "3Rnd_HE_Grenade_shell";};
  27. this addItemToVest "1Rnd_Smoke_Grenade_shell";
  28. for "_i" from 1 to 3 do {this addItemToVest "30Rnd_65x39_caseless_mag";};
  29. this addBackpack "B_AssaultPack_rgr";
  30. this addItemToBackpack "Titan_AT";
  31. this addHeadgear "H_HelmetB_light";
  32. this addGoggles "G_Balaclava_TI_G_blk_F";
  33.  
  34. comment "Add weapons";
  35. this addWeapon "arifle_MX_Black_F";
  36. this addPrimaryWeaponItem "acc_pointer_IR";
  37. this addPrimaryWeaponItem "optic_ERCO_blk_F";
  38. this addWeapon "launch_B_Titan_short_F";
  39. this addSecondaryWeaponItem "acc_pointer_IR";
  40. this addWeapon "hgun_Pistol_heavy_01_F";
  41. this addHandgunItem "muzzle_snds_acp";
  42. this addHandgunItem "acc_flashlight_pistol";
  43. this addHandgunItem "optic_MRD";
  44. this addWeapon "Laserdesignator";
  45.  
  46. comment "Add items";
  47. this linkItem "ItemMap";
  48. this linkItem "ItemCompass";
  49. this linkItem "ItemWatch";
  50. this linkItem "ItemRadio";
  51. this linkItem "ItemGPS";
  52. this linkItem "NVGogglesB_blk_F";
  53.  
  54. comment "Set identity";
  55. this setFace "WhiteHead_17";
  56. this setSpeaker "male01engb";
  57. [this,"CTRG14"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement