- 356
- 81
- Версия MoonLoader
- .026-beta
привет всем хакерам! я пишу одну вещь, и у меня не проверяет айди диалога, вот мой код:
Lua:
local sampev = require 'lib.samp.events'
local lanes = require('lanes').configure()
local requests = require 'requests'
local imgui = require 'imgui'
local encoding = require 'encoding'
encoding.default = 'CP1251'
u8 = encoding.UTF8
function sampev.onSendDialogResponse(id, but, lis, input)
if id == 2 then
local srvname = sampGetCurrentServerName()
local _, pid = sampGetPlayerIdByCharHandle(playerPed)
local playerName = sampGetPlayerNickname(pid)
sampAddChatMessage(srvname .. playerName .. hello, 0xFFFFFF)
end
end