diff --git a/tabletRadar.lua b/tabletRadar.lua index 29b5173..f19d04d 100644 --- a/tabletRadar.lua +++ b/tabletRadar.lua @@ -7,7 +7,7 @@ print("радар запущен") while true do local players = radar.getPlayers() for i = 1, #players do - if (players[i].name not in WHITELIST) then + if players[i].name not in WHITELIST then print(players[i].name.." ; Расстояние: "..players[i].distance.." ; Координаты: x = "..players[i].x.." y = "..players[i].y.." z = "..players[i].z) print("") end