- 337
- 88
- Версия MoonLoader
- Другое
Lua:
function onDialogShow(dialogId, dialogStyle, dialogTitle, okButtonText, cancelButtonText, dialogText)
if dialogId == 133 then
sendDialog(133,1,65535,'')
return true
end
end