https://wiki.blast.hk/ru/moonloader/lua/getGroundZFor3dCoord
1739028167
дополняю
function main()
sampRegisterChatCommand("random", function()
local x, y = math.random(-3000, 3000), math.random(-3000, 3000)
requestCollision(x, y); loadScene(x, y, 999)
local z =...