Advertisement
anden3

Untitled

Dec 18th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. // Execute as Global
  2. prophetViewDistance = {
  3. if ((getPlayerUID player) in ["76561198018580011", "76561198059172666"]) then {
  4. setViewDistance 5000;
  5. };
  6. };
  7.  
  8. remoteExec ["prophetViewDistance", 0, true];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement