Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: memoris=pys3.0
1. memoris=pys3.0
witam jak podpi?c taba z memoris do pysa nie dzia?a ani frakcja ani uid pomoze ktos
kod[lua] ocal screenW, screenH = guiGetScreenSize()

local sx,sy = guiGetScreenSize()
local zoom = 2
local fh = 2020
if sx < fh then
zoom = math.min(2,fh/sx)
end

-- tego nie ruszaj
local k = 1
local n = 19

local score = false

local font = dxCreateFont("font.ttf", 9)

local ping = {}

local logo = false -- wylaczanie/wlaczanie loga w scoreboardzie

function dxDrawShadowText(text,x,y,w,h,color,size,font,x1,x2)
dxDrawText(string.gsub(text, "#%x%x%x%x%x%x", ""),x+1,y+1,w+1,h+1,tocolor(0,0,0),size,font,x1,x2,false,false,false,false,false)
dxDrawText(text,x,y,w,h,color,size,font,x1,x2,false,false,false,true,false)
end

addEventHandler("onClientRender", root, function()

score = getKeyState("tab")
local gracze = getElementsByType("player")
if score ~= true then return end
-- werjsa z logiem
if logo == true then
dxDrawRectangle(screenW * 0.3250, screenH * 0.2120, screenW * 0.3505, screenH * 0.5759, tocolor(0, 0, 0, 200), false)
dxDrawImage(screenW * 0.3729, screenH * 0.2194, screenW * 0.2562, screenH * 0.09, "logo.png", 0, 0, 0, tocolor(255, 255, 255, 255), false)
else -- wersja bez loga
dxDrawImage(65, 250, 1920/zoom, 780/zoom, ":MR-scoreboard/tab.png", 0, 0, 0, tocolor(255, 255, 255, 255), false)
end
local x = 0
for i,v in ipairs(gracze) do
if i >= k ...