- 2,119
- 1,720
Хочу что-бы было так:
но так не работает,без wait(500) всё норма
Lua:
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
print(teg .. '{00FF00}Загружен!')
sampRegisterChatCommand('ba.help', function()
sampAddChatMessage('Test1, -1)
wait(500)
sampAddChatMessage('Test2', -1)
end)