- 7
- 0
- Версия MoonLoader
- .026-beta
В консоле
[ML] (error) Helper Event Admins: cannot resume non-suspended coroutine
stack traceback:
[C]: in function 'sampGetPlayerNickname'
C:\GTA\moonloader\B-event.lua:182: in function <C:\GTA\moonloader\B-event.lua:16>
[ML] (error) Helper Event Admins: Script died due to an error. (01D95E0C)
Выводит постоянно мой ник и мой ID
[ML] (error) Helper Event Admins: cannot resume non-suspended coroutine
stack traceback:
[C]: in function 'sampGetPlayerNickname'
C:\GTA\moonloader\B-event.lua:182: in function <C:\GTA\moonloader\B-event.lua:16>
[ML] (error) Helper Event Admins: Script died due to an error. (01D95E0C)
Получаем из него input:
elseif list == 6 then
sampShowDialog(117, "Победитель", "Введите ID победителя на мероприятии", "Озвучить", "Закрыть", 1)
Вот собственно как его получаем, из input надо вывести в чат ник:
local result, button, list, input = sampHasDialogRespond(117)
local vin = input
res, name_player = sampGetPlayerNickname(vin)
if result then
if button == 1 then
sampSendChat('./oad На мероприятии побеждает', name_player, ' [' .. input .. ']')
end
end
Выводит постоянно мой ник и мой ID