А кикать за быстрый ответ на диалог не может?
local q = require 'lib.samp.events'
local memory = require 'memory'
local svWork = false
local arr = {}
function main()
if not isSampLoaded() and not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(0) end...