local screenshotTimer = nil
local isScreenshotActive = false
local fCommandText = "Пост: деньги, тёлки, тачки"
local delayBetweenCycles = 600000
function main()
sampRegisterChatCommand("fpost", function()
toggleScreenshotTimer()
end)
wait(-1)
end
function...