Advertisement
Marz1pan

Untitled

Sep 28th, 2019
656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.45 KB | None | 0 0
  1. if (isServer) then
  2. {
  3.     [] spawn {
  4.     waitUntil {sleep 10; a3a_var_started};
  5.     waitUntil
  6.     {
  7.         sleep 10;
  8.         if (west countside playableUnits < 10) then {["USMC понесли тяжелые потери. Победа обороны", west] call a3a_fnc_endMission;};
  9.         if (east countside playableUnits < 5) then {["МП Венесуэлы понесли большие потери. Победа атаки", east] call a3a_fnc_endMission;};
  10.         false
  11.     };
  12. };
  13. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement