From 9acdcf9d973c60fd82a10fa449769ee8e1bd231d Mon Sep 17 00:00:00 2001 From: erius0 <63460770+erius0@users.noreply.github.com> Date: Fri, 8 Jan 2021 21:00:50 +0300 Subject: [PATCH] Update tabletRadar.lua --- tabletRadar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabletRadar.lua b/tabletRadar.lua index 52e0db8..315b640 100644 --- a/tabletRadar.lua +++ b/tabletRadar.lua @@ -6,7 +6,7 @@ print("радар запущен") while true do local players = radar.getPlayers() for i = 1, #players do - print(players[i].name.." ; Расстояние: "..players[i].distance.." ; Координаты: x = "..players[i].x.." z = "..players[i].z.." y = "..players[i].y) + print(players[i].name.." ; Расстояние: "..players[i].distance.." ; Координаты: x = "..players[i].x.." y = "..players[i].y.." z = "..players[i].z) print("") end end