- Версия MoonLoader
- .026-beta
Вроде где-то видел подобную тему, где тоже не пед не бежал на коорды, вроде что-то связанное с условным оператором, но тему найти не могу.
Lua:
while true do
wait(0)
if bot then
local posX, posY, posZ = getCharCoordinates(PLAYER_PED)
BeginToPoint(994.423, -982.355, 1398.884, 1, type_run.v)
local _, mx, my, mz = SearchMarker(posX, posY, posZ, 500000000000, false)
if _ and mx == 989.54357910156 and my == -1023.884765625 and mz == 1398.8251953125 then
BeginToPoint(mx,my,mz,1,type_run.v)
end
end
end