- 27
- 0
Надо сделать активацию и дезактивацию к этому скрипту на кнопку или команду.
Помогите пожалуйста.
Помогите пожалуйста.
lua:
local sampev = require('lib.samp.events')
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
wait(0)
end
end
function sampev.onServerMessage(color, text)
if text:find(' [Жалоба]') then
sampSendChat('/ot')
print('I found REPORT!!!')
end
end