Jump to content

joakim89

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Posts posted by joakim89


  1. So my goal is to make zeus blind from Blue players and i have med som progress. However it seems for some reason when i run my script to remove Blue players, the game adds them again.

    while {true} do {
        sleep 10;
        {
            if !((side _x) == east) then {
    						ZM1 removeCuratorEditableObjects [[_x],true];
    			};
        } foreach allUnits + vehicles;
    };

    I am looking for any suggestions to how i can fix this. Thanks!

×