- 89
- 37
- Версия MoonLoader
- .026-beta
Всем привет , помогите пожалуйста ввести регулярные выражения чтобы работал авто - репорт
Кто поможет, скину на киви 20 рублей)
LUA:
if e.checkbox.report.v and text:find('%[/pm%] Обращение №(%d+) от (.*): (.*)') then
lua_thread.create(function()
txtreport = text:match(": (.+)")
idsreport = text:match(" №(%d+)")
nickreport = text:match("от (.*)%[")
reportid = text:match("%[(%d+)%]:")
if bNotf then
notf.addNotification(("Reports Номер: "..idsreport.."\nОт игрока: "..nickreport..'['..reportid..']'), 4, 2)
end
wait(0)
sampSendChat("/rep")
end)
end
Последнее редактирование: