Mam problem poniewa? gui dzia?? normalnie ale jak pujde z urzedu i wroce za jakis wiekszy czas to sie buguje. po prostu nie mozna nic klikn??.
[lua]
local marker=createMarker(358.26,185.35,1008.38-0.9, "cylinder", 1, 255, 255, 255, 155)
setElementInterior(marker, 3)
local screenW, screenH = guiGetScreenSize()
panelorga = false
function PanelUrzad4()
local Alpha, Alpha2 = interpolateBetween(0, 0, 0, 255, 180, 0, ((getTickCount() - tickorga) / 2500), "Linear")
dxDrawImage(screenW * 0.0743, screenH * 0.0804, screenW * 0.9400, screenH * 0.8352, ":ogrpg-core/okn.png", 0, 0, 0, tocolor(0, 0, 0, Alpha2), false)
dxDrawText("PRZEPISYWANIE POJAZDOW NA ORGANIZACJE!", screenW * 0.1038, screenH * 0.2702, screenW * 0.9625, screenH * 0.1500, tocolor(255,0,0), 3.00, "default", "center", "center", false, false, false, false, false)
end
local wmor={}
wmor.window=guiCreateStaticImage(0.12, 0.037, 0.84, 0.9, ":ogrpg-core/okn1.png", true)
guiSetVisible(wmor.window, false)
wmor.label=guiCreateLabel(0.02, 0.19, 0.96, 0.05, "Z ponizszej listy wybierz pojazd ktory chesz przepisac na organizacje a nastepnie kliknij przycisk Przepisz/Wypisz", true, wmor.window)
guiLabelSetHorizontalAlign(wmor.label, "center", false)
guiLabelSetVerticalAlign(wmor.label, "center")
wmor.gridlist=guiCreateGridList(0.25, 0.23, 0.53, 0.5, true, wmor.window)
guiGridListAddColumn(w... |