- Версия MoonLoader
- .026-beta
Lua:
function sampev.onServerMessage(color, text)
if text:find('[A] .+[(%d+)%] написал игроку Sled_Man') then
local nick, id = text:match('[A] (.+)[(%d+)%] написал игроку Sled_Man')
if nick:find('Sled_Min') then
lua_thread.create(function() wait(3000)
while true do
math.randomseed(os.time())
local ans = math.random(1, 5)
if ans == 1 then
sampSendChat('/pm '..id..' 0 тут')
elseif ans == 2 then
sampSendChat('/pm '..id..' 0 да')
elseif ans == 3 then
sampSendChat('/pm '..id..' 0 угу')
elseif ans == 4 then
sampSendChat('/pm '..id..' 0 +')
elseif ans == 5 then
sampSendChat('/pm '..id..' 0 ага')
end
end
end)
end
end
end
Идея так, чтобы когда мне пишет администратор определенный, что либо, я должен ему ответить в /pm "да, +, угу, ага, тут"