- 180
- 22
- Версия MoonLoader
- .027.0-preview
Lua:
tessaract = {}
for id, player in pairs(getAllPlayers()) do
if (getDistanceBetweenCoords3d(player.position.x, player.position.y, player.position.z, getBotPosition()) <= 10) then
table.insert(tessaract, id)
end
end
sendInput('/plpos '..tessaract[1]..' 1552.9421 -1353.2526 329.4598')
sendInput('/plpos '..tessaract[2]..' 1536.5863 -1353.4635 329.4586')
Код:
attempt to concatenate a nil value