- 35
- 8
- Версия MoonLoader
- .027.0-preview
В чем проблема?
Lua:
require "lib.moonloader"
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
sampRegisterChatCommand("ah", cmd_help)
sampAddChatMessage("work", 0x3152f5)
end
function cmd_help(arg)
sampShowDialog(1, "текст", "Ок", "Закрыть", 0)
end