Update tabletRadar.lua
This commit is contained in:
parent
7c54d6952f
commit
a3c42ac212
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue