TheClaudePlay
Известный
- 202
- 43
lua:
local sampev = require 'lib.samp.events'
function sampev.onShowDialog(id, style, title, b1, b2, text)
if id == 25627 then
sampSendDialogResponse(id, 0, 0, 0)
return false
end
end