- Версия MoonLoader
- .026-beta
Почему она не работает ? Помогите пожалуйста.
Lua:
function samp.onServerMessage(color, text)
testid, msg = text:match('.+%[(%d+)]: (.+)')
if testid and msg and msg:find('Тест') then
sampAddChatMessage('Чтобы выдать мут нажмите клавишу CTRL', -1)
end
if isKeyJustPressed(key.VK_CTRL) and testid ~= nil then
sampAddChatMessage('/mute '..testid..' 15')
end
end
Последнее редактирование: