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: zdawanie
1. serverside zdawanie prawka
Witam ot?? gdy chc? rozpocz?? kurs na prawa jazdy nie mog?, nic si? nie respi oraz wyskakuje b??d w DB3
[lua]ERROR: Client (FajnyNick) triggered serverside event license:do, but event is not added serverside[/lua]

2erro w DB3
[lua]Loading script failed ogrpg-offices/lincense/s_zdawanie.lua:79: unexpected symbol near')'[/lua]

kod
c_category

[lua]--[[
Resource: OURGame v2
Developers: Split <[email protected]>
You have no right to use this code without my permission.
(c) 2015 <[email protected]>. All rights reserved.
]]

licenseCategory={
{"A", "Pojazdy jednośladowe", 350000},
{"B", "Samochody osobowe", 0},
{"C", "Pojazdy dostawcze", 1000000},
--{"L", "Samoloty osobowe(w trakcie prac)", 0},
}

licenseCategory2={
{"L", "Maszyny Powietrzne", 500000},
}[/lua]

c_license


[lua]--[[
Resource: OURGame v2
Developers: Split <[email protected]>
You have no right to use this code without my permission.
(c) 2015 <[email protected]>. All rights reserved.
]]

mojeW,mojeH = 1280, 1024
sW,sH = guiGetScreenSize()
w, h = (sW/mojeW), (sH/mojeH)

local sx, sy = guiGetScreenSize ()

prawko = false

function mysz(psx,psy,pssx,pssy,abx,aby)
if not isCursorShowing() then return end
cx,cy=getCursorPosition()
cx,cy=cx*sx,cy*sy
...