Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.

Wysłany: 2020-12-20, 13:57


Frixen







Wiek: 28
Na forum: 2851 dni
Posty: 61
Nick w MP: Frixenek

Piwa: 1040

Respekt: 30,5

Witam probowalem zrobic jakis film z yt na tle logowania nie udalo mi sie pomoze ktos? logowanie wziete z pysa bylo zedytowac chcialem i nie uda?o si? :c brak errorow i brak logowania jest

Postaw piwo autorowi tego posta
 

 
Wysłany: 2020-12-20, 14:06


_jvneczek







Wiek: 22
Na forum: 4325 dni
Posty: 1513
Nick w MP: _jvneczek

Piwa: 3949

Respekt: 337,5
Respekt: 337,5Respekt: 337,5Respekt: 337,5

Kod.

Postaw piwo autorowi tego posta
 

 
Wysłany: 2020-12-20, 14:27


Frixen







Wiek: 28
Na forum: 2851 dni
Posty: 61
Nick w MP: Frixenek

Piwa: 1040

Respekt: 30,5

c_logging
Kod:

if getElementData(localPlayer, "player:sid") then return end

local root = getRootElement()
local resourceRoot = getResourceRootElement(getThisResource())
local screenWidth, screenHeight = guiGetScreenSize()
local sx, sy = guiGetScreenSize()
local guiInfo = {
browser = {
volume = 200,
dimness = 90,
url = "https://www.youtube.com/embed/G3FU_-gQAEE?rel=0&autoplay=1",
loadTime = 8000,
}
}

x,y=2513.58, 1282.80-- my width
intro_step=math.random(0,850)

local sx,sy=guiGetScreenSize()
local data={ showed=nil, button={}, info=nil, misc=nil, }

function isMouseIn(psx,psy,pssx,pssy,abx,aby)
if not isCursorShowing() then return end
cx,cy=getCursorPosition()
cx,cy=cx*sx,cy*sy
if cx >= psx and cx <= psx+pssx and cy >= psy and cy <= psy+pssy then
return true,cx,cy
else
return false
end
end
local dist = 100
local angler = 0
function getPointFromDistanceRotation(x, y, dist, angler)
local a = math.rad(90 - angler)
local dx = math.cos(a) * dist;
local dy = math.sin(a) * dist;
return x+dx, y+dy;
end

function loadBrowser()
loadBrowserURL(guiInfo.browser.browser, guiInfo.browser.url)
end

function onBrowserLoad(url)
if url == guiInfo.browser.url then
setTimer(setBrowserVolume, 1000, 2, guiInfo.browser.browser, guiInfo.browser.volume)
setTimer(renderLoginBox, guiInfo.browser.loadTime, 1)
end
end

local foncik = dxCreateFont('Regular.ttf', 16/1920 * sx)
local foncik2 = dxCreateFont('Regular.ttf', 11/1920 * sx)
function renderLoginBox()
dxDrawImage(0, 0, sx, sy, guiInfo.browser.browser, 0, 0, 0)
dxDrawRectangle(0, 0, sx, sy, tocolor(0, 0, 0, guiInfo.browser.dimness))
dxDrawImage(0, 0, sx, sy, 'bg1.png', 0, 0, 0)

if data.info then dxDrawText(data.info, 767/1920 * sx, 570/1080 * sy, 1152/1920 * sx, 625/1080* sy, tocolor(255, 255, 255, 200), 1.00, foncik2, "center", "center", false) end
local x,y=getPointFromDistanceRotation(1413.58, 1082.80, dist, angler)
setCameraMatrix(x,y,207.72+0.9,2623.69, 1285.66, 0+0.9)
angler=(angler+0.1)
end





addEventHandler("onClientClick", root, function(btn,state)
if btn=="left" and state=="down" then
if isMouseIn(764/1920 * sx, 651/1080 * sy, 395/1920 * sx, 53/ 1080 * sy) and data.showed then
local login=exports.editboxy:getEditboxText("login")
local pass=exports.editboxy:getEditboxText("pass")
if string.len(login) < 2 or string.len(pass) < 2 then
data.info="Nale?y wype?ni? wszystkie pola."
return
end
triggerServerEvent("logging:checkAccount", resourceRoot, login, pass)
end
if isMouseIn(762/1920 * sx, 715/1080 * sy, 397/1920 * sx, 53/1080 *sy) and data.showed then
local login=exports.editboxy:getEditboxText("login")
local pass=exports.editboxy:getEditboxText("pass")
if string.len(login) > 22 or string.len(pass) > 22 and string.len(login) < 3 or string.len(pass) < 3 then
data.info="Login i has?o powinno zawiera? od 3 do 22 znak?w."
return
end
triggerServerEvent("logging:newAccount", resourceRoot, login, pass)
end
end
end)

addEvent("logging:result", true)
addEventHandler("logging:result", resourceRoot, function(value,info)
if not info then info="" end
if value then
data.showed=false
showZones(data.misc)

-- Usuwamy elementy
exports.editboxy:destroyEditbox("login")
exports.editboxy:destroyEditbox("pass")
destroyElement(guiInfo.browser.browser)
removeEventHandler("onClientRender", root, renderLoginBox)
else
data.info=tostring(info)
setTimer(function() data.info=nil end, 3000, 1)
end
end)

addEventHandler("onClientResourceStart", resourceRoot, function()
guiInfo.browser.browser = createBrowser(sx, sy, false, false)
showChat(false)
showCursor(true)
fadeCamera(true)
data.showed=true
setElementAlpha(localPlayer,0)
--data.misc=playSound("misc/intro.mp3",true)
showPlayerHudComponent("radar",false)
--setSoundVolume(data.misc, 1.0)
showPlayerHudComponent("all",false)
guiSetInputMode("no_binds_when_editing")
setElementData(localPlayer,"status","Loguje si?")
--setElementData(localPlayer,"player:logged",false)
addEventHandler("onClientRender", root, renderLoginBox)
local nick = getPlayerName( localPlayer )
-- data.button[1]=guiCreateEdit(0.045, 0.50, 0.22, 0.04, ""..nick.."", true)
--data.button[2]=guiCreateEdit(0.045, 0.60, 0.22, 0.04, "", true)
exports.editboxy:createEditbox("login", 0.40, 0.41, 0.20, 0.05, true, "", false, 90, foncik, false, 0, { 255, 255, 255, 120 }, true, { 0, 0, 0, 0 }, 2, true, 90, true, "Nazwa u?ytkownika", { 255, 255, 255, 160 }, true, 0, foncik, true, true, {0, 0, 0}, false)
exports.editboxy:createEditbox("pass", 0.40, 0.47, 0.20, 0.05, true, "", true, 90, foncik, false, 0, { 255, 255, 255, 120 }, true, { 0, 0, 0, 0 }, 2, true, 90, true, "Has?o", { 255, 255, 255, 160 }, true, 0, foncik, true, true, {0, 0, 0}, false)
addEventHandler("onClientBrowserCreated", guiInfo.browser.browser, loadBrowser)
addEventHandler("onClientBrowserDocumentReady" , guiInfo.browser.browser, onBrowserLoad)
end)


[ Dodano: 2020-12-20, 14:28 ]
c_zone.lua
Kod:

dashboard=false
-- skalowanie
local sx, sy = guiGetScreenSize()
local px, py = (sx/1920), (sy/1080)

-- myszka
function isMouseIn ( x, y, width, height )
if ( not isCursorShowing( ) ) then
return false
end
local sx, sy = guiGetScreenSize ( )
local cx, cy = getCursorPosition ( )
local cx, cy = ( cx * sx ), ( cy * sy )
if ( cx >= x and cx <= x + width ) and ( cy >= y and cy <= y + height ) then
return true
else
return false
end
end

-- czcionka
local font = dxCreateFont("font.ttf", 14)
local switchon = dxCreateTexture("switch_on.png","argb",true,"clamp")
local switchoff = dxCreateTexture("switch_off.png","argb",true,"clamp")
local lokalizacja = "N/A"
local pojazdy = {}
local k = 1
local n = 4
local m = 4

local k2 = 1
local n2 = 4
local m2 = 4



function mth(minutes)
local h = math.floor(minutes/60)
local m = minutes - (h*60)
return {h,m}
end

-- dashboard
function gui()
local sid = getElementData(localPlayer, "player:sid") or 0
local pieniadze = string.format("%1d", (getPlayerMoney(localPlayer) or 0))
local bm = tostring(getElementData(localPlayer,'player:bank')) or 0
local rp = getElementData(localPlayer, "player:srp") or 0
local minuty = getElementData(localPlayer, "player:hours")
local prawkoA = getElementData(localPlayer, "player:license:pjA") or 0
if prawkoA == 1 then
prawkoA = "aktywne"
prawkoA2 = "#da493faktywne"
else
prawkoA = "brak"
prawkoA2 = "#da493fbrak"
end

local prawkoB = getElementData(localPlayer, "player:license:pjB") or 0
if prawkoB == 1 then
prawkoB = "aktywne"
prawkoB2 = "#da493faktywne"
else
prawkoB = "brak"
prawkoB2 = "#da493fbrak"
end

local prawkoC = getElementData(localPlayer, "player:license:pjC") or 0
if prawkoC == 1 then
prawkoC = "aktywne"
prawkoC2 = "#da493faktywne"
else
prawkoC = "brak"
prawkoC2 = "#da493fbrak"
end
local prawkoL = getElementData(localPlayer, "player:license:pjL") or 0
if prawkoL == 1 then
prawkoL= "aktywne"
prawkoL2 = "#1ab185aktywne"
else
prawkoL = "brak"
prawkoL2 = "#da493fbrak"
end

dxDrawImage(0*px, 0*py, 1920*px, 1080*py, "dash.png", 0, 0, 0, tocolor(255, 255, 255, 255), false)
--dxDrawRectangle(30*px, 667*py, 278*px, 50*py, tocolor(255, 255, 255, 255), false)
dxDrawText("Statystyki", 245*px, 345*py, 100*px, 40*py, tocolor(255, 255, 255), 1.0*px, font, "center", "top",false,false,false,true)
dxDrawText("Pojazdy", 245*px, 455*py, 100*px, 40*py, tocolor(255, 255, 255), 1.0*px, font, "center", "top",false,false,false,true)
dxDrawText("Ustawienia", 245*px, 567*py, 100*px, 40*py, tocolor(255, 255, 255), 1.0*px, font, "center", "top",false,false,false,true)
dxDrawText("Sklep", 245*px, 677*py, 100*px, 40*py, tocolor(255, 255, 255), 1.0*px, font, "center", "top",false,false,false,true)
if page=="statystyki" then
--dxDrawText("staty", 2000*px, 550*py, 100*px, 40*py, tocolor(255, 255, 255), 1.0*px, font, "center", "top",false,false,false,true)
shadowText("Statystyki gracza", 2000*px, 550*py, 100*px, 40*py, tocolor(200,200,200, 255), 1*px, font, "center", "center", false, false, false, false, false)
dxDrawText("#ccccccLogin konta: #4169e1"..getPlayerName(localPlayer):gsub("#%x%x%x%x%x%x","").."\n#ccccccNumer konta (sid): #4169e1"..sid.."\n#ccccccGotĂłwka przy sobie: #4169e1"..pieniadze.." $\n#ccccccGotĂłwka w bankomacie: #4169e1"..bm.." $\n#ccccccReputacja: #4169e1"..rp.."\n#ccccccPrzegrany czas na serwerze: #4169e1"..mth(minuty)[1].."h "..mth(minuty)[2].."m\n#ccccccData rejestracji: #3366ff"..getElementData(localPlayer, "player:registerdate").."\n#ccccccPrawo jazdy kat.A: #3366ff"..prawkoA.."\n#ccccccPrawo jazdy kat.B: #3366ff"..prawkoB.."\n#ccccccPrawo jazdy kat.C: #3366ff"..prawkoC.."\n#ccccccLicencja lotnicza: #3366ff"..prawkoL.."", 2000*px, 400*py, 100*px, 40*py, tocolor(255, 255, 255), 1.0*px, font, "center", "top",false,false,false,true)

elseif page=="pojazdy" then
--dxDrawText("pojazdy", 2000*px, 550*py, 100*px, 40*py, tocolor(255, 255, 255), 1.0*px, font, "center", "top",false,false,false,true)
local x2 = 0
shadowText("Lista twoich pojazdĂłw: "..#pojazdy, 2000*px, 550*py, 100*px, 40*py, tocolor(200,200,200, 255), 1*px, font, "center", "center", false, false, false, false, false)
for i,v in ipairs(pojazdy) do
if i >= k2 and i <= n2 then
x2 = x2 + 1
local dodatekY = (87*py)*(x2-1)
local dodatekY2 = (174*py)*(x2-1)

local model = getVehicleNameFromModel(v.model)

local lokalizacja = "N/A";
if tonumber(v.przecho) == 1 then
lokalizacja = "Przechowalnia pojazdĂłw"
elseif v.poli == 1 then
lokalizacja = "Parking policyjny"
else
for k,p in ipairs(getElementsByType("vehicle")) do
local id = getElementData(p, "vehicle:id")
if id and id == v["id"] then
local x,y,z = getElementPosition(p)
lokalizacja = getZoneName(x,y,z,true)..", "..getZoneName(x,y,z,false)
end
end
end
dxDrawLine(901*px, 317*py, 1203*px, 317*py, tocolor(65,105,225), 2, false)
dxDrawLine(901*px, 467*py+dodatekY, 1203*px, 467*py+dodatekY, tocolor(65,105,225), 2, false)
shadowText(model.." | id: "..v.id, 940*px, 433*py + dodatekY2, 779*px, 396*py, tocolor(200,200,200, 255), 1*px, font, "left", "center", false, false, false, false, false)
shadowText(lokalizacja, 940*px, 446*py + dodatekY2, 779*px, 439*py, tocolor(200,200,200, 255), 1*px, font, "left", "center", false, false, false, false, false)
end
end
elseif page=="ustawienia" then
shadowText("Ustawienia", 1950*px, 550*py, 100*px, 40*py, tocolor(200,200,200, 255), 1*px, font, "center", "center", false, false, false, false, false)
shadowText("Ustawienia gry", 2100*px, 380*py, 676*px, 336*py, tocolor(200,200,200, 255), 1*px, font, "center", "center", false, false, false, false, false)
if not getElementData(localPlayer, "pmoff") then
dxDrawImage(1160*px, 436*py, 100*px, 50*py, switchon, 0, 0, 0, tocolor(200,200,200, 255), false)
else
dxDrawImage(1160*px, 436*py, 100*px, 50*py, switchoff, 0, 0, 0, tocolor(200,200,200, 255), false)
end
if not getElementData(localPlayer, "player:pchatoff") then
dxDrawImage(1160*px, 486*py, 100*px, 50*py, switchon, 0, 0, 0, tocolor(200,200,200, 255), false)
else
dxDrawImage(1160*px, 486*py, 100*px, 50*py, switchoff, 0, 0, 0, tocolor(200,200,200, 255), false)
end
if getElementData(localPlayer, "shader:fps") then
dxDrawImage(1160*px, 536*py, 100*px, 50*py, switchon, 0, 0, 0, tocolor(200,200,200, 255), false)
else
dxDrawImage(1160*px, 536*py, 100*px, 50*py, swotchoff, 0, 0, 0, tocolor(200,200,200, 255), false)
end
if getElementData(localPlayer, "player:rp:mode") == 1 then
dxDrawImage(1160*px, 586*py, 100*px, 50*py, switchon, 0, 0, 0, tocolor(200,200,200, 255), false)
else
dxDrawImage(1160*px, 586*py, 100*px, 50*py, switchoff, 0, 0, 0, tocolor(200,200,200, 255), false)
end
if getElementData(localPlayer, "ogloszenie:blokuj") then
dxDrawImage(1160*px, 636*py, 100*px, 50*py, switchon, 0, 0, 0, tocolor(200,200,200, 255), false)
else
dxDrawImage(1160*px, 636*py, 100*px, 50*py, switchoff, 0, 0, 0, tocolor(200,200,200, 255), false)
end
if getElementData(localPlayer, "hud:visible") then
dxDrawImage(1160*px, 686*py, 100*px, 50*py, switchon, 0, 0, 0, tocolor(200,200,200, 255), false)
else
dxDrawImage(1160*px, 686*py, 100*px, 50*py, switchoff, 0, 0, 0, tocolor(200,200,200, 255), false)
end
shadowText("Prywatne wiadomo?›ci", 2100*px, 536*py, 676*px, 386*py, tocolor(200,200,200, 255), 1*px, font, "center", "center", false, false, false, false, false)
shadowText("Czat premium", 2100*px, 586*py, 676*px, 436*py, tocolor(200,200,200, 255), 1*px, font, "center", "center", false, false, false, false, false)
shadowText("Licznik FPS", 2100*px, 636*py, 678*px, 486*py, tocolor(200,200,200, 255), 1*px, font, "center", "center", false, false, false, false, false)
shadowText("Odgrywanie RP", 2100*px, 686*py, 678*px, 536*py, tocolor(200,200,200, 255), 1*px, font, "center", "center", false, false, false, false, false)
shadowText("Wy?‚?…cz og?‚oszenia premium", 2100*px, 736*py, 678*px, 586*py, tocolor(200,200,200, 255), 1*px, font, "center", "center", false, false, false, false, false)
shadowText("Schowaj hud", 2100*px, 786*py, 678*px, 636*py, tocolor(200,200,200, 255), 1*px, font, "center", "center", false, false, false, false, false)
shadowText("Ustawienia graficzne", 300*px, 380*py, 1099*px, 336*py, tocolor(200,200,200, 255), 1*px, font, "center", "center", false, false, false, false, false)
if getElementData(localPlayer, "shader:1") then
dxDrawImage(500*px, 436*py, 100*px, 50*py, switchon, 0, 0, 0, tocolor(200,200,200, 255), false)
else
dxDrawImage(500*px, 436*py, 100*px, 50*py, switchoff, 0, 0, 0, tocolor(200,200,200, 255), false)
end
if getElementData(localPlayer, "shader:3") then
dxDrawImage(500*px, 486*py, 100*px, 50*py, switchon, 0, 0, 0, tocolor(200,200,200, 255), false)
else
dxDrawImage(500*px, 486*py, 100*px, 50*py, switchoff, 0, 0, 0, tocolor(200,200,200, 255), false)
end
if getElementData(localPlayer, "shader:6") then
dxDrawImage(500*px, 536*py, 100*px, 50*py, switchon, 0, 0, 0, tocolor(200,200,200, 255), false)
else
dxDrawImage(500*px, 536*py, 100*px, 50*py, switchoff, 0, 0, 0, tocolor(200,200,200, 255), false)
end
if getElementData(localPlayer, "shader:2") then
dxDrawImage(500*px, 586*py, 100*px, 50*py, switchon, 0, 0, 0, tocolor(200,200,200, 255), false)
else
dxDrawImage(500*px, 586*py, 100*px, 50*py, switchoff, 0, 0, 0, tocolor(200,200,200, 255), false)
end
shadowText("Karoseria pojazdĂłw", 300*px, 486*py, 1099*px, 436*py, tocolor(200,200,200, 255), 1*px, font, "center", "center", false, false, false, false, false)
shadowText("Bloom", 300*px, 536*py, 1099*px, 486*py, tocolor(200,200,200, 255), 1*px, font, "center", "center", false, false, false, false, false)
shadowText("?»ywe kolory", 300*px, 586*py, 1099*px, 536*py, tocolor(200,200,200, 255), 1*px, font, "center", "center", false, false, false, false, false)
shadowText("Woda", 300*px, 636*py, 1099*px, 586*py, tocolor(200,200,200, 255), 1*px, font, "center", "center", false, false, false, false, false)
end
end


-- klik
addEventHandler("onClientClick", root, function(btn,state)
if btn=="left" and state=="down" then
if isMouseIn(30*px, 335*py, 278*px, 50*py) then
page="statystyki"
elseif isMouseIn(30*px, 445*py, 278*px, 50*py) then
triggerServerEvent("pokazPojazdySource", localPlayer)
page="pojazdy"
elseif isMouseIn(30*px, 557*py, 278*px, 50*py) then
page="ustawienia"
elseif isMouseIn(30*px, 667*py, 278*px, 50*py) then
page="sklep"
elseif isMouseIn(1160*px, 436*py, 100*px, 50*py) and dashboard == true then
if getElementData(localPlayer, "pmoff") then
setElementData(localPlayer, "pmoff", false)
else
setElementData(localPlayer, "pmoff", true)
end
elseif isMouseIn(1160*px, 486*py, 100*px, 50*py) and dashboard == true then
if getElementData(localPlayer, "player:pchatoff") then
setElementData(localPlayer, "player:pchatoff", false)
else
setElementData(localPlayer, "player:pchatoff", true)
end
elseif isMouseIn(500*px, 436*py, 100*px, 50*py) and dashboard == true then
if getElementData(localPlayer, "shader:1") then
setElementData(localPlayer, "shader:1", false)
else
setElementData(localPlayer, "shader:1", true)
end
elseif isMouseIn(500*px, 486*py, 100*px, 50*py) and dashboard == true then
if getElementData(localPlayer, "shader:3") then
setElementData(localPlayer, "shader:3", false)
else
setElementData(localPlayer, "shader:3", true)
end
elseif isMouseIn(500*px, 536*py, 100*px, 50*py) and dashboard == true then
if getElementData(localPlayer, "shader:6") then
setElementData(localPlayer, "shader:6", false)
else
setElementData(localPlayer, "shader:6", true)
end
elseif isMouseIn(500*px, 586*py, 100*px, 50*py) and dashboard == true then
if getElementData(localPlayer, "shader:2") then
setElementData(localPlayer, "shader:2", false)
else
setElementData(localPlayer, "shader:2", true)
end
elseif isMouseIn(1160*px, 536*py, 100*px, 50*py) and dashboard == true then
if getElementData(localPlayer, "shader:fps") then
setElementData(localPlayer, "shader:fps", false)
else
setElementData(localPlayer, "shader:fps", true)
end
elseif isMouseIn(1160*px, 586*py, 100*px, 50*py) and dashboard == true then
if getElementData(localPlayer, "player:rp:mode") then
setElementData(localPlayer, "player:rp:mode", false)
else
setElementData(localPlayer, "player:rp:mode", true)
end
elseif isMouseIn(1160*px, 636*py, 100*px, 50*py) and dashboard == true then
if getElementData(localPlayer, "ogloszenie:blokuj") then
setElementData(localPlayer, "ogloszenie:blokuj", false)
else
setElementData(localPlayer, "ogloszenie:blokuj", true)
end
elseif isMouseIn(1160*px, 686*py, 100*px, 50*py) and dashboard == true then
if getElementData(localPlayer, "hud:visible") then
setElementData(localPlayer, "hud:visible", false)
else
setElementData(localPlayer, "hud:visible", true)
end

end
end
end)

addEvent("pokazPojazdyClient", true)
addEventHandler("pokazPojazdyClient", root, function(tabelka)
pojazdy = tabelka
end)

bindKey("mouse_wheel_down", "both", function()
if page == "pojazdy" then
scrollUp2()
end
end)

bindKey("mouse_wheel_up", "both", function()
if page == "pojazdy" then
scrollDown2()
end
end)

function scrollDown2()
if n2 == m2 then return end
k2 = k2-1
n2 = n2-1
end

function scrollUp2()
if n2 >= #pojazdy then return end
k2 = k2+1
n2 = n2+1
end
function shadowText(text,x,y,w,h,color,size,font,xx,yy,x1,x2,x3,x4,x5)
dxDrawText(text,x+1,y+1,w+1,h+1,tocolor(0,0,0),size,font,xx,yy,x1,x2,x3,x4,x5)
dxDrawText(text,x,y,w,h,color,size,font,xx,yy,x1,x2,x3,x4,x5)
end

bindKey("F2", "down", function()
page="glowna"
if dashboard== true then
dashboard = false
removeEventHandler("onClientRender", root, gui)
--setElementData(localPlayer, "hud:visible", true)
showPlayerHudComponent ("radar", true )
showCursor(false)
showChat(true)
else
if not getElementData(localPlayer,"player:logged") then return end
dashboard = true
-- setElementData(localPlayer, "hud:visible", false)
showPlayerHudComponent ("radar", false )
addEventHandler("onClientRender", root, gui)
showCursor(true)
showChat(false)
end
end)


[ Dodano: 2020-12-20, 14:33 ]
a s_logging nie mg bo ma wiecej niz 3k

Postaw piwo autorowi tego posta
 

 
Wysłany: 2020-12-20, 14:43


TheSebaPL

Mod-team






Wiek: 21
Na forum: 3098 dni
Posty: 964

Piwa: 3102

Respekt: 640,5
Respekt: 640,5Respekt: 640,5

Postaw piwo autorowi tego posta
 

 
Tagi: logowanie
Anonymous





Na forum: 245 dni
Posty: 1



Anonymous Koniecznie zajrzyj na:






Skocz do:  
Wyświetl posty z ostatnich:   
GTAONLINE.PL » JĘZYKI PROGRAMOWANIA » LUA » Logowanie Odpowiedz do tematu

Nie możesz pisać nowych tematów
Nie możesz odpowiadać w tematach
Nie możesz zmieniać swoich postów
Nie możesz usuwać swoich postów
Nie możesz głosować w ankietach
Dodaj temat do Ulubionych
Wersja do druku