function main()
if not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(0) end
font = renderCreateFont('Arial', 20, 5)
rendX, rendY = convertGameScreenCoordsToWindowScreenCoords(10.0, 360.0)
while true do wait(0)
renderFontDrawText(font, 'Тут могла быть ваша реклама', rendX, rendY, 0xCC00CCFF)
end
end