- 175
- 6
- Версия MoonLoader
- .026-beta
lua:
function ev.onShowDialog(id, style, title, b1, b2, text)
--sampAddChatMessage(id, -1)
--sampAddChatMessage(style, -1)
--sampAddChatMessage(text, -1)
if id == 32700 and style == 0 then
if text:find("{FFFFFF}Водительские права: {63BD4E}%[^.+%]") then
sampAddChatMessage("true", -1)
end
end
end
Последнее редактирование: