Advertisement
NHold

GPS + BattLevel

May 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. $objects=getObjectsByClass("Users");
  2. $text = "";
  3. foreach($objects as $obj) {
  4. $text .= getGlobal($obj['TITLE'].".fullName")." - ".getGlobal($obj['TITLE'].".BattLevel"). " % Находится ".getGlobal($obj['TITLE'].".seenAt")." - ".getGlobal($obj['TITLE'].".CoordinatesUpdated")." . ";
  5. }
  6.  
  7. return ".$text.";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement