- 27
- 3
Чо я не так делаю (при запуске игры скрипт даже не инициализируется)
Lua:
end imgui.SameLine()
if imgui.Button(u8'Стата', bet) then
sampSendChat('/stats '..rInfo.id)
end imgui.SameLine()
if imgui.Button(u8'Оффстата', bet) then
sampSendChat('/offstats '..getNick(rInfo.id))
end imgui.SameLine()
if imgui.Button(u8'Подкинуть', bet) then
sampSendChat('/slap '..rInfo.id)
end imgui.SameLine()
if imgui.Button(u8'Заморозка', bet) then
sampSendChat('/freeze '..rInfo.id)
end imgui.SameLine()
if imgui.Button(u8'Разморозка', bet) then
sampSendChat('/unfreeze '..rInfo.id)
end imgui.SameLine()
if imgui.Button(u8'Алог', bet) then
sampSendChat('/alog '..getNick(rInfo.id))
end imgui.SameLine()
if imgui.Button(u8'Вы тут', bet) then
sampSendChat('/pm '..rInfo.id' Are you here? Answer in /b)
end imgui.SameLine()