Update tabletRadar.lua
This commit is contained in:
parent
2ac7b0534e
commit
ad1726cb40
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ print("радар запущен")
|
|||
|
||||
while true do
|
||||
local players = radar.getPlayers()
|
||||
for i = 1, #pl_list do
|
||||
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("")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue