Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
Can someone add an ESP line into this lua, it's an object finder. I tried on my own but i couldn't get it to work...
This is what i tried ://
renderDrawLine(wX, wY, 200, 200, 2.0, 0xFF60FF60)
I'm no expert so... :<
I understand however the whole point of this was so i could afk farm one of the jobs on this server, i was doing the job while using invisible hacks however i was caught since they can't spectate me, they probably got suspicious of what i was doing.
Do you think if im afk and send data.position...
Is it possible to be shown as AFK but not actually and still interact with checkpoints? I tried something similiar to this
function sampev.onSendPlayerSync()
if afk then
return false
end
end
However when i go to the checkpoint obviously it won't work, i was wondering if there's...
This is just a small part of the code, basically, this LUA only works with race checkpoints what im trying to do is make it so it works with normal checkpoints aswell but I can't figure it out how
how do i make this work with normal checkpoints?
function SearchMarker()
local ret_posX = 0.0
local ret_posY = 0.0
local ret_posZ = 0.0
localisFind=false
for id = 0, 31 do
localMarkerStruct = 0
MarkerStruct = 0xC7F168 + id * 56
local MarkerPosX =...