Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.56 KB | None | 0 0
  1. IF (isServer) THEN {
  2. _tarray = {cachelocation1,cachelocation2,cachelocation3,cachelocation4,cachelocation5,cachelocation6,cachelocation7,cachelocation8,cachelocation9,cachelocationA,cachelocationB,cachelocationC,cachelocationD,cachelocationE,cachelocationF,cachelocationG,cachelocationH,cachelocationI,cachelocationJ,cachelocationK,cachelocationL,cachelocationM,cachelocationN,cachelocationO};
  3. _tstart = _tarray SELECT FLOOR(random(24));
  4. cache setPos [(getPos _tstart SELECT 0), (getPos _tstart SELECT 1), (getPos _tstart SELECT 2)];
  5. "mark1" setmarkerpos getpos cache;
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement