- 338
- 81
- Версия MoonLoader
- .027.0-preview
Lua:
imgui.CenterText(fa.USER..' '..nicknamespec..' ID '..idspec..'\n Ping: '..sampGetPlayerPing(idspec)..' LVL '..sampGetPlayerScore(idspec), imgui.SetCursorPosY(10))
if imgui.IsItemClicked() then
setClipboardText(nicknamespec)
sampAddChatMessage('Ник '..nicknamespec..' скопирован!', 0xAAFFAA)
else
imgui.Hint(u8'Нажмите чтоб скопировать ник')
end