Advertisement
tag_ghost

CTRG injured operator

Jul 16th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.51 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_2";
  15. this addHeadgear "H_HeadBandage_bloody_F";
  16.  
  17. comment "Add weapons";
  18.  
  19. comment "Add items";
  20.  
  21. comment "Set identity";
  22. this setFace "WhiteHead_17";
  23. this setSpeaker "male01engb";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement