require('addon')
local sampev = require 'lib.samp.events'
function sampev.onServerMessage(color, text)
if text:match('^Добро пожаловать на Arizona Role Play!$') then
local task = newTask(function()
wait(5000)
sendInput('/present arizonastart2023')
end)
end
end