Advertisement
icdb

[ArmA3] Make all civs kill on sight

May 29th, 2020
1,418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.09 KB | None | 0 0
  1. {
  2.   if ((side _x) == civilian) then {
  3.       _x addRating -10000;
  4.   };
  5. } forEach allUnits;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement