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

Wysłany: 2019-11-07, 22:03


Kulegg







Wiek: 46
Na forum: 3125 dni
Posty: 283

Piwa: 20

Respekt: 50

Cze??,

Tak jak w tytule, po zdaniu prawa jazdy (testowa?em kat B). Gdy zdamy i wsi?dziemy do auta to mo?emy je?dzi? bo mamy prawko, ale po reconnec'tcie ju? usuwa nam prawko. Miesza?em w kodzie z tego prawka bo wklei?em du?? cz??? z innego skryptu prawka (te? z ogrpg-office) z ogrpg tak samo, i mo?liwe ?e oni mieli inny wygl?d kodu i np te PjA to u nich Pj albo katA czy jakos tak, dlatego pisze do was bo nie mam poj?cia jak naprawi? to :D

Kody w bazie danych kt?re zapisuje prawko:
PjA
PjB
PjC
PjL

Jest to domy?lny skrypt z ogrpg w ogrpg-office

s_zdawanie:

local wolneMiejsce=createColSphere(-1978.88461.4528.68,4)
local wolneMiejsce2=createColSphere(-1306.5173.2814.54,10)

addEvent("license:tp_player"true)
addEventHandler("license:tp_player"resourceRoot, function(player)
    fadeCamera(playerfalse1000)
    Timer(function()
        setElementInterior(player0)
        setElementDimension(player0)
        setElementPosition(player1310.11, -1370.1113.57)
    end10001)
    Timer(fadeCamera10001playertrue1)
end)

addEvent("license:zdaj"true)
addEventHandler("license:zdaj"resourceRoot, function(type)
    local dbid getElementData(client"player:uid")
    exports["ogrpg-db"]:dbSet("UPDATE ogrpg_users SET pj"..type.."=? WHERE id=?"1dbid)
end)

addEvent("license:do",true)
addEventHandler("license:do"resourceRoot, function(cost,selected)    
    local result exports["ogrpg-db"]:dbGet("SELECT * FROM ogrpg_punish WHERE type=? AND active=? AND serial=? AND time>NOW()","prawko",1,getPlayerSerial(client))
    if #result >= 1 then outputChatBox("Posiadasz zawieszone licencje",client) return end
    
    if tonumber(cost) <= client.money then
        client:takeMoney(cost)
    end
    
    local veh nil
    if selected == "A" then
        veh createVehicle(5861278.11, -1372.4112.73359.20.6179.9)
        client:setDimension(client:getData("player:uid"))
        veh:setDimension(client:getData("player:uid"))
    elseif selected == "B" then 
        veh createVehicle(4361278.11, -1372.4113.03359.20.6179.9)
        client:setDimension(client:getData("player:uid"))
        veh:setDimension(client:getData("player:uid"))
    elseif selected == "C" then
        veh createVehicle(4821278.11, -1372.4113.53359.20.6179.9)
        client:setDimension(client:getData("player:uid"))
        veh:setDimension(client:getData("player:uid"))
    elseif selected == "L" then
        veh createVehicle(593, -1306.9675.2514.540.410.00134.39)
        client:setDimension(client:getData("player:uid"))
        veh:setDimension(client:getData("player:uid"))
    end
    
    if not veh then return end
    if selected == "L" then
        veh:setData("vehicle:desc""Egzamin licencji lotniczej\nKategoria "..selected)
    else
        veh:setData("vehicle:desc""Egzamin prawa jazdy\nKategoria "..selected)
        setVehicleHandling(veh"maxVelocity"57.0)
    end

    veh:setData("vehicle:fuel"100)
    veh:setData("vehicle:mileage"math.random(50090000))
    veh:setData("vehicle:lic"true)
    client:setInterior(0)
        client:setDimension(0)
    client:warpIntoVehicle(veh0)
    
    triggerClientEvent(client"license:start"resourceRootselectedveh)
    triggerClientEvent(client"onClientAddNotification"client"Przyst?pi?e?(a?) do egzaminu prawa jazdy na kategori? "..selected.."""success")
end)

addEvent("license:vehdel"true)
addEventHandler("license:vehdel"resourceRoot, function(veh)
    veh:destroy()
end)

addEventHandler("onPlayerQuit"root, function()
    local vehicle source.vehicle
    if not vehicle or vehicle:getController() ~= source or not vehicle:getData("vehicle:lic"then return false end
    vehicle:destroy()
end)

addEventHandler("onVehicleDamage"resourceRoot, function(loss)
    local vehicle_controller getVehicleController(source)
    if not vehicle_controller or not source:getData("vehicle:lic"then return false end
    
    if source.model ~= 593 then
        if loss 5 then 
            source:destroy()
            triggerClientEvent(vehicle_controller"onClientAddNotification"vehicle_controller"Uszkodzi?e?(a?) pojazd, nie zdajesz egzaminu!""error")
            triggerClientEvent(vehicle_controller"license:finish"resourceRoottrue)
            fadeCamera(vehicle_controllerfalse1)
            vehicle_controller:setDimension(0)
            Timer(fadeCamera10001vehicle_controllertrue1)
            Timer(setElementInterior10001vehicle_controller0)
            Timer(setElementDimension10000vehicle_controller0)
            Timer(setElementPosition10001vehicle_controller1310.17, -1369.7413.57)    
        end
    else
        if loss 100 then 
            source:destroy()
            triggerClientEvent(vehicle_controller"onClientAddNotification"vehicle_controller"Uszkodzi?e?(a?) samolot, nie zdajesz egzaminu!""error")
            triggerClientEvent(vehicle_controller"license:finish"resourceRoottrue)
            fadeCamera(vehicle_controllerfalse1)
            vehicle_controller:setDimension(0)
            Timer(fadeCamera10001vehicle_controllertrue1)
            Timer(fadeCamera10001vehicle_controllertrue1)
            Timer(setElementDimension10000vehicle_controller0)
            Timer(setElementPosition10001vehicle_controller1310.17, -1369.7413.57)    
        end
    end
end)

addEventHandler("onVehicleStartExit"resourceRoot, function()
    cancelEvent()
end)

addCommandHandler("lotgp", function(plr,cmd)
    local x,y,z=getElementPosition(plr)
    local p=string.format("{%.02f, %.02f, %.02f},"x,y,z)
    outputChatBox(pplr)
end)

addCommandHandler("lotgp2", function(plr,cmd)
    local veh=getPedOccupiedVehicle(plr)
    if not veh then return end
    local x,y,z=getElementPosition(veh)
    local rx,ry,rz=getElementRotation(veh)
    local p=string.format("%.02f, %.02f, %.02f, %.02f, %.02f, %.02f"x,y,z,rx,ry,rz)
    outputChatBox(pplr)
end)


c_zdawanie:

--[[
    ResourceOURGame v2
    DevelopersSplit <split.programista@gmail.com>
    You have no right to use this code without my permission.
    (c2015 <split.programista@gmail.com>. All rights reserved.
]]

local licenseBlip
local licenseTarget
local licenseMarker
local licenseVehicle
local licenseCategory

local categoryPositions={
    ["A"]={
        {1278.45, -1381.2412.95},
        {1272.64, -1393.2612.84},
        {1238.24, -1393.1512.82},
        {1173.26, -1393.0713.05},
        {1106.50, -1393.1713.15},
        {1077.09, -1393.5613.28},
        {1060.44, -1369.0713.08},
        {1060.25, -1340.2113.08},
        {1060.12, -1301.5413.26},
        {1060.36, -1251.0314.65},
        {1060.35, -1193.5919.78},
        {1060.31, -1164.2723.41},
        {1081.07, -1149.5623.35},
        {1117.17, -1149.2223.35},
        {1156.44, -1149.0923.34},
        {1208.08, -1149.2423.22},
        {1254.37, -1149.2623.35},
        {1289.16, -1148.8323.34},
        {1325.70, -1148.9223.34},
        {1340.37, -1162.0623.41},
        {1340.43, -1191.6820.05},
        {1340.49, -1235.8013.25},
        {1340.31, -1266.0813.07},
        {1350.23, -1282.4413.07},
        {1359.85, -1261.7513.08},
        {1373.88, -1242.9013.07},
        {1404.00, -1242.9913.07},
        {1437.61, -1243.0713.07},
        {1452.64, -1260.6313.07},
        {1452.50, -1288.2313.07},
        {1470.95, -1304.1313.14},
        {1509.20, -1304.5014.07},
        {1566.89, -1304.3816.71},
        {1634.57, -1304.5615.92},
        {1692.87, -1304.7913.24},
        {1721.82, -1303.2413.08},
        {1747.78, -1300.4113.15},
        {1774.21, -1288.4913.15},
        {1807.98, -1266.3813.15},
        {1832.73, -1263.4413.23},
        {1846.03, -1284.0313.08},
        {1845.69, -1323.0413.08},
        {1845.82, -1390.9113.08},
        {1845.93, -1466.3513.09},
        {1834.93, -1529.2313.08},
        {1819.60, -1593.5713.05},
        {1845.07, -1614.5913.08},
        {1893.89, -1614.5713.08},
        {1926.94, -1614.5013.07},
        {1939.51, -1635.6813.08},
        {1939.58, -1695.0113.07},
        {1939.67, -1737.0113.07},
        {1924.21, -1750.2813.07},
        {1895.72, -1750.2013.08},
        {1855.91, -1750.1513.08},
        {1836.32, -1750.0513.08},
        {1819.67, -1761.8413.07},
        {1819.47, -1799.2013.07},
        {1819.23, -1844.8913.11},
        {1819.07, -1878.1813.09},
        {1819.00, -1921.7313.07},
        {1833.39, -1934.2813.06},
        {1886.05, -1934.3813.07},
        {1946.43, -1934.6013.07},
        {1963.68, -1918.3513.08},
        {1963.79, -1884.8013.07},
        {1963.89, -1838.1513.07},
        {1963.83, -1775.9613.07},
        {1982.74, -1754.3813.07},
        {2057.85, -1754.4513.08},
        {2080.90, -1754.4513.08},
        {2100.93, -1732.0513.09},
        {2114.70, -1677.6713.07},
        {2114.76, -1606.7224.13},
        {2114.77, -1512.6823.43},
        {2114.75, -1477.3923.50},
        {2094.70, -1460.0123.49},
        {2059.81, -1459.7620.55},
        {2008.46, -1460.1113.08},
        {1943.69, -1460.0613.08},
        {1904.94, -1460.0313.08},
        {1865.69, -1460.0013.07},
        {1830.99, -1459.0213.06},
        {1776.82, -1447.1313.06},
        {1730.99, -1438.9113.06},
        {1628.21, -1438.8913.07},
        {1519.48, -1438.5613.07},
        {1469.76, -1438.4013.07},
        {1441.09, -1438.3113.07},
        {1423.00, -1421.4413.07},
        {1408.39, -1393.1313.07},
        {1370.89, -1393.2313.14},
        {1348.39, -1393.4013.09},
        {1326.18, -1393.3013.06},
        {1272.50, -1393.1312.85},
        {1260.91, -1374.1412.91},
        {1261.04, -1350.6712.81},
        {1269.22, -1336.7613.02},
        {1279.48, -1336.8213.05},
    },
    ["C"]={
        {1278.45, -1381.2412.95},
        {1272.64, -1393.2612.84},
        {1238.24, -1393.1512.82},
        {1173.26, -1393.0713.05},
        {1106.50, -1393.1713.15},
        {1077.09, -1393.5613.28},
        {1060.44, -1369.0713.08},
        {1060.25, -1340.2113.08},
        {1060.12, -1301.5413.26},
        {1060.36, -1251.0314.65},
        {1060.35, -1193.5919.78},
        {1060.31, -1164.2723.41},
        {1081.07, -1149.5623.35},
        {1117.17, -1149.2223.35},
        {1156.44, -1149.0923.34},
        {1208.08, -1149.2423.22},
        {1254.37, -1149.2623.35},
        {1289.16, -1148.8323.34},
        {1325.70, -1148.9223.34},
        {1340.37, -1162.0623.41},
        {1340.43, -1191.6820.05},
        {1340.49, -1235.8013.25},
        {1340.31, -1266.0813.07},
        {1350.23, -1282.4413.07},
        {1359.85, -1261.7513.08},
        {1373.88, -1242.9013.07},
        {1404.00, -1242.9913.07},
        {1437.61, -1243.0713.07},
        {1452.64, -1260.6313.07},
        {1452.50, -1288.2313.07},
        {1470.95, -1304.1313.14},
        {1509.20, -1304.5014.07},
        {1566.89, -1304.3816.71},
        {1634.57, -1304.5615.92},
        {1692.87, -1304.7913.24},
        {1721.82, -1303.2413.08},
        {1747.78, -1300.4113.15},
        {1774.21, -1288.4913.15},
        {1807.98, -1266.3813.15},
        {1832.73, -1263.4413.23},
        {1846.03, -1284.0313.08},
        {1845.69, -1323.0413.08},
        {1845.82, -1390.9113.08},
        {1845.93, -1466.3513.09},
        {1834.93, -1529.2313.08},
        {1819.60, -1593.5713.05},
        {1845.07, -1614.5913.08},
        {1893.89, -1614.5713.08},
        {1926.94, -1614.5013.07},
        {1939.51, -1635.6813.08},
        {1939.58, -1695.0113.07},
        {1939.67, -1737.0113.07},
        {1924.21, -1750.2813.07},
        {1895.72, -1750.2013.08},
        {1855.91, -1750.1513.08},
        {1836.32, -1750.0513.08},
        {1819.67, -1761.8413.07},
        {1819.47, -1799.2013.07},
        {1819.23, -1844.8913.11},
        {1819.07, -1878.1813.09},
        {1819.00, -1921.7313.07},
        {1833.39, -1934.2813.06},
        {1886.05, -1934.3813.07},
        {1946.43, -1934.6013.07},
        {1963.68, -1918.3513.08},
        {1963.79, -1884.8013.07},
        {1963.89, -1838.1513.07},
        {1963.83, -1775.9613.07},
        {1982.74, -1754.3813.07},
        {2057.85, -1754.4513.08},
        {2080.90, -1754.4513.08},
        {2100.93, -1732.0513.09},
        {2114.70, -1677.6713.07},
        {2114.76, -1606.7224.13},
        {2114.77, -1512.6823.43},
        {2114.75, -1477.3923.50},
        {2094.70, -1460.0123.49},
        {2059.81, -1459.7620.55},
        {2008.46, -1460.1113.08},
        {1943.69, -1460.0613.08},
        {1904.94, -1460.0313.08},
        {1865.69, -1460.0013.07},
        {1830.99, -1459.0213.06},
        {1776.82, -1447.1313.06},
        {1730.99, -1438.9113.06},
        {1628.21, -1438.8913.07},
        {1519.48, -1438.5613.07},
        {1469.76, -1438.4013.07},
        {1441.09, -1438.3113.07},
        {1423.00, -1421.4413.07},
        {1408.39, -1393.1313.07},
        {1370.89, -1393.2313.14},
        {1348.39, -1393.4013.09},
        {1326.18, -1393.3013.06},
        {1272.50, -1393.1312.85},
        {1260.91, -1374.1412.91},
        {1261.04, -1350.6712.81},
        {1269.22, -1336.7613.02},
        {1279.48, -1336.8213.05},
    },
    ["B"]={
        {1278.45, -1381.2412.95},
        {1272.64, -1393.2612.84},
        {1238.24, -1393.1512.82},
        {1173.26, -1393.0713.05},
        {1106.50, -1393.1713.15},
        {1077.09, -1393.5613.28},
        {1060.44, -1369.0713.08},
        {1060.25, -1340.2113.08},
        {1060.12, -1301.5413.26},
        {1060.36, -1251.0314.65},
        {1060.35, -1193.5919.78},
        {1060.31, -1164.2723.41},
        {1081.07, -1149.5623.35},
        {1117.17, -1149.2223.35},
        {1156.44, -1149.0923.34},
        {1208.08, -1149.2423.22},
        {1254.37, -1149.2623.35},
        {1289.16, -1148.8323.34},
        {1325.70, -1148.9223.34},
        {1340.37, -1162.0623.41},
        {1340.43, -1191.6820.05},
        {1340.49, -1235.8013.25},
        {1340.31, -1266.0813.07},
        {1350.23, -1282.4413.07},
        {1359.85, -1261.7513.08},
        {1373.88, -1242.9013.07},
        {1404.00, -1242.9913.07},
        {1437.61, -1243.0713.07},
        {1452.64, -1260.6313.07},
        {1452.50, -1288.2313.07},
        {1470.95, -1304.1313.14},
        {1509.20, -1304.5014.07},
        {1566.89, -1304.3816.71},
        {1634.57, -1304.5615.92},
        {1692.87, -1304.7913.24},
        {1721.82, -1303.2413.08},
        {1747.78, -1300.4113.15},
        {1774.21, -1288.4913.15},
        {1807.98, -1266.3813.15},
        {1832.73, -1263.4413.23},
        {1846.03, -1284.0313.08},
        {1845.69, -1323.0413.08},
        {1845.82, -1390.9113.08},
        {1845.93, -1466.3513.09},
        {1834.93, -1529.2313.08},
        {1819.60, -1593.5713.05},
        {1845.07, -1614.5913.08},
        {1893.89, -1614.5713.08},
        {1926.94, -1614.5013.07},
        {1939.51, -1635.6813.08},
        {1939.58, -1695.0113.07},
        {1939.67, -1737.0113.07},
        {1924.21, -1750.2813.07},
        {1895.72, -1750.2013.08},
        {1855.91, -1750.1513.08},
        {1836.32, -1750.0513.08},
        {1819.67, -1761.8413.07},
        {1819.47, -1799.2013.07},
        {1819.23, -1844.8913.11},
        {1819.07, -1878.1813.09},
        {1819.00, -1921.7313.07},
        {1833.39, -1934.2813.06},
        {1886.05, -1934.3813.07},
        {1946.43, -1934.6013.07},
        {1963.68, -1918.3513.08},
        {1963.79, -1884.8013.07},
        {1963.89, -1838.1513.07},
        {1963.83, -1775.9613.07},
        {1982.74, -1754.3813.07},
        {2057.85, -1754.4513.08},
        {2080.90, -1754.4513.08},
        {2100.93, -1732.0513.09},
        {2114.70, -1677.6713.07},
        {2114.76, -1606.7224.13},
        {2114.77, -1512.6823.43},
        {2114.75, -1477.3923.50},
        {2094.70, -1460.0123.49},
        {2059.81, -1459.7620.55},
        {2008.46, -1460.1113.08},
        {1943.69, -1460.0613.08},
        {1904.94, -1460.0313.08},
        {1865.69, -1460.0013.07},
        {1830.99, -1459.0213.06},
        {1776.82, -1447.1313.06},
        {1730.99, -1438.9113.06},
        {1628.21, -1438.8913.07},
        {1519.48, -1438.5613.07},
        {1469.76, -1438.4013.07},
        {1441.09, -1438.3113.07},
        {1423.00, -1421.4413.07},
        {1408.39, -1393.1313.07},
        {1370.89, -1393.2313.14},
        {1348.39, -1393.4013.09},
        {1326.18, -1393.3013.06},
        {1272.50, -1393.1312.85},
        {1260.91, -1374.1412.91},
        {1261.04, -1350.6712.81},
        {1269.22, -1336.7613.02},
        {1279.48, -1336.8213.05},
         
    },
    ["L"]={
        {413.222508.4516.98},
        {333.022510.1717.81},
        {237.282509.1134.80},
        {138.162509.3052.04},
        {55.602509.3582.06},
        {0.922507.86104.80},
        {-38.972456.8199.51},
        {13.882372.89101.60},
        {121.392326.9283.42},
        {252.372276.1438.69},
        {354.882278.6969.68},
        {443.052351.1443.14},
        {448.442438.5248.34},
        {355.152455.5146.60},
        {292.872515.2558.50},
        {346.602583.2156.50},
        {441.442551.1856.60},
        {556.462552.0961.06},
        {657.662561.7774.49},
        {678.702495.5393.96},
        {602.382464.6194.88},
        {525.702489.4987.52},
        {442.012501.0545.21},
        {353.072500.9027.99},
        {277.302506.5717.01},
        {213.162508.2517.03},
        {168.642493.3716.96},
        {186.712479.1416.96},
        {239.112480.4917.00},
        {290.192491.7816.98},
        {292.482525.4817.28},
        {288.392550.4517.28},
    },
    ["T"]={
        {-198.441068.2819.59},
        {-212.641021.0019.59},
        {-272.871036.3319.59},
        {-303.121065.9019.59},
        {-333.201101.1419.59},
        {-322.881145.9619.59},
        {-261.951195.7119.59},
        {-126.291195.9819.58},
        {-118.641157.0019.59},
        {-179.501150.6119.60},
        {-209.201100.9519.59},
    },
}

function finishLicense(value)
    if isElement(licenseMarker) and licenseMarker then
        destroyElement(licenseMarker)
        licenseMarker=nil
    end
    if isElement(licenseBlip) and licenseBlip then
        destroyElement(licenseBlip)
        licenseBlip=nil
    end
    if value == true then
        licenseCategory=nil
        licenseVehicle=nil
        licenseMarker=nil
        licenseTarget=nil
        licenseBlip=nil
    end
end
addEvent("license:finish",true)
addEventHandler("license:finish"resourceRootfinishLicense)

function showMarker()
    local pos=categoryPositions[licenseCategory][licenseTarget]
    if licenseCategory ~= "L" then
    licenseMarker=createMarker(pos[1], pos[2], pos[3], "checkpoint"1.500255155)
    else
    licenseMarker=createMarker(pos[1], pos[2], pos[3], "ring"3.500255155)
    end
    licenseBlip=createBlip(pos[1], pos[2], pos[3], 01.1502550)
    if categoryPositions[licenseCategory][licenseTarget+1then
          e=categoryPositions[licenseCategory][licenseTarget+1]
        setMarkerTarget(licenseMarkere[1], e[2], e[3])
    end
    addEventHandler("onClientMarkerHit"licenseMarker, function(el,md)
        if not md or el~=localPlayer then return end
        if not getPedOccupiedVehicle(elthen return end
        if licenseTarget #categoryPositions[licenseCategory] then
            --local sound=playSound(":ogrpg-misc/misc/point.wav")
            --setSoundVolume(sound1.0)
            
            finishLicense(false)
            licenseTarget=licenseTarget+1
            showMarker()
        else
            --local sound=playSound(":ogrpg-misc/misc/success.flac")
            --setSoundVolume(sound1.0)

            outputChatBox("* Zda?e?(a?) egzamin. Gratulacje!")
            triggerServerEvent("license:vehdel"resourceRootlicenseVehicle)
            setElementData(localPlayer,"player:license:pj"..licenseCategory1)
            finishLicense(true)
        end
    end)
end

addEvent("license:start",true)
addEventHandler("license:start"resourceRoot, function(category,vehicle)
    licenseTarget=1
    licenseBlip=nil
    licenseMarker=nil
    licenseCategory=category
    licenseVehicle=vehicle
    showMarker()
end)

punkty={}

function nalicz()
    local veh=getPedOccupiedVehicle(localPlayer)
    if not veh then return end
    local x,y,z=getElementPosition(veh)
    table.insert(punkty, {x,y,z})
    outputChatBox("* Dodano")
end


Postaw piwo autorowi tego posta
 

 
Wysłany: 2019-11-07, 22:08


Szypki_exe







Wiek: 21
Na forum: 3239 dni
Posty: 172

Piwa: 1426

Respekt: 150
Respekt: 150Respekt: 150

W evencie "license:zdaj" jest ?le oznaczony element gracza - zmie? go z "client" na "source"

Postaw piwo autorowi tego posta
 

 
Wysłany: 2019-11-07, 23:05


Wilq







Wiek: 24
Na forum: 4428 dni
Posty: 3410

Piwa: 739

Respekt: 1225,8
Respekt: 1225,8

Nie wiem, czy wiesz, ale 'client' to jak najbardziej poprawna zmienna. Nic nie zmieniaj przy niej.

Natomiast prawid?owym rozwi?zaniem jest triggerowanie tego eventu 'license:zdaj' po uko?czeniu egzaminu, bo nie wydaje mi si?, ?eby? gdzie? to robi?. Zobacz czy w tym evencie masz dobrze wskazane kolumny i w triggerze uwzgl?dnij kategori? egzaminu.

Postaw piwo autorowi tego posta
 

 
Więcej szczegółów
Wystawiono 1 piw(a):
Kulegg
Wysłany: 2019-11-08, 15:21


Kulegg







Wiek: 46
Na forum: 3125 dni
Posty: 283

Piwa: 20

Respekt: 50

Doda?em jak radzi?e?, trigger, zaraz po license:zdaj:

triggerServerEvent("license:zdaj"resourceRootlicenseCategory)

I uda?o si?, dzi?kuje ci bardzo, zimne :piwo: dla ciebie :D

Postaw piwo autorowi tego posta
 

 
Tagi: brak :: zapisywania :: się :: prawa :: jazdy :: zrobieniu
Anonymous





Na forum: 245 dni
Posty: 1



Anonymous Koniecznie zajrzyj na:






Skocz do:  
Wyświetl posty z ostatnich:   
GTAONLINE.PL » JĘZYKI PROGRAMOWANIA » LUA » Brak zapisywania się prawa jazdy po zrobieniu go Ten temat jest zablokowany bez możliwości zmiany postów lub pisania odpowiedzi

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