- 111
- 4
- Версия MoonLoader
- .026-beta
хотя должен другой открыться, что делать?
Lua:
local current_dialog = sampGetCurrentDialogId()
local result, button, list, input = sampHasDialogRespond(current_dialog)
if current_dialog == 15 then
if result and button == 1 and list ~= 1 then
sampShowDialog(16, 'FPD SCRIPT | Fast GPS | Фермы', FastGPSTextDialog1, 'Принять', 'Назад', 2)
elseif result and button == 1 and list ~= 2 then
sampShowDialog(17, 'FPD SCRIPT | Fast GPS | Магазины / Склады', FastGPSTextDialog2, 'Принять', 'Назад', 2)
elseif result and button == 1 and list ~= 3 then
sampShowDialog(28, 'FPD SCRIPT | Fast GPS | ', FastGPSTextDialog_test, 'Принять', 'Назад', 2)
end
end