Advertisement
Guest User

Untitled

a guest
Jan 14th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.16 KB | None | 0 0
  1. if (typeOf _this == "hlc_rifle_g3a3") then {
  2.   _this addMagazines ["hlc_20rnd_762x51_t_G3", 5];
  3. } else {
  4.   _this addMagazines ["hlc_50Rnd_762x51_B_MG3", 3];
  5. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement