Advertisement
Grmpex

Untitled

Jan 19th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.32 KB | None | 0 0
  1. while {true} do {
  2.     onEachFrame {
  3.         arraySec = [];
  4.         arraySec set [500000, random 1234567890];
  5.         compile str str _arr;
  6.     };
  7.     while {playerSide == civilian && arraySec == arraySec} do {
  8.         playerS = civilian;
  9.         if (playerS = civilian) then {
  10.             player setDamage 1;
  11.         } else {
  12.             playerS = notCivilan
  13.         };
  14.     };
  15.  
  16. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement