Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
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... :<
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...
Is it possible to hide a specific weapon / melee? So let's say uhm you want to hide a bat so when you litefoot you don't mess it up, i know i can use samp ++ for this but you cant get the weapon back with samp ++ for a few minutes, so i wanted to know if its possible to script something like...