local sampev = require 'lib.samp.events'
local loka = ''
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
end
end
function sampev.onShowTextDraw(id, data)
posx, posy = sampTextdrawGetPos(id)
if id == АЙДИ and posx == ПОЛОЖЕНИЕ ПО X and posy == ПОЛОЖЕНИЕ ПО Y then
loka = data.text
end
end