- 18
- 7
- Версия SA-MP
-
- Другая
gfhdgh:
local sampev = require('samp.events')
function sampev.onSendSpawn()
newTask(function ()
wait(3000)
if getBotInterior() == 0 then
wait(3000)
coordStart(x, y, z, 400, 7.5, true)
wait(180000)
setAutoPick(true)
wait(1000)
sendKey(1024) -- нажатие alt
end
end)
end
function sendKey(id)
key = id
updateSync()
end