- 4
- 1
- Версия MoonLoader
- .026-beta
require('lib.moonloader')
local Active = not Active
function main()
local color = 0x0089FF
while not isSampAvailable()do wait(0) end
sampRegisterChatCommand('open', function ()
Active = not active
sampAddChatMessage("Hello!" or 'Bye Bye!',-1)
end)
sampAddChatMessage('Cheat by Reise has been loaded' , color)
end
sampAddChatMessage('Cheat by Reise has been loaded' , color) - как и надо,пишет при заходе в игре
sampRegisterChatCommand('open', function ()
Active = not active
sampAddChatMessage("Hello!" or 'Bye Bye!',-1)
end) - самп не регистрирует команду,при вводе в игру - "Команда не найдена"
сервер - аризона рп
local Active = not Active
function main()
local color = 0x0089FF
while not isSampAvailable()do wait(0) end
sampRegisterChatCommand('open', function ()
Active = not active
sampAddChatMessage("Hello!" or 'Bye Bye!',-1)
end)
sampAddChatMessage('Cheat by Reise has been loaded' , color)
end
sampAddChatMessage('Cheat by Reise has been loaded' , color) - как и надо,пишет при заходе в игре
sampRegisterChatCommand('open', function ()
Active = not active
sampAddChatMessage("Hello!" or 'Bye Bye!',-1)
end) - самп не регистрирует команду,при вводе в игру - "Команда не найдена"
сервер - аризона рп