- 211
- 12
- Версия MoonLoader
- .026-beta
Lua:
function samp.onServerMessage(color, text)
lua_thread.create(function()
if text:find('Ваш клан объявил войну клану Prestige[ID:104]! Вы можете убивать друг друга без потери очков кармы!') then
wait(100)
sampProcessChatInput('/q')
end
end)
end