Что не так в моём коде? Почему он не пишет сообщения в чат?

script_name('test') 
script_autor('alex histor') 
script_description('test') 

require "lib.moonloader"

local tag = "Test Alex Histor"

function main()
    if not isSampLoaded() or not isSampfuncsLoaded() then return end
    while not isSampAvailable() do wait(100) 

        sampAddChatMessage("Hello world!", 0xFFFFFF)
                            
    end            
    while true do
        wait(0)
        sampAddChatMessage("Hello world!", 0xFFFFFF)


    end
end

Ответы (0 шт):