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: przewodnika
1. Nie działa mój skrypt na Przewodnika pod F1
Witam, stworzy?em m?j 2 autorski skrypt ale tym razem na Przewodnika kt?ry
znajduje si? pod F1 ale jest problem taki ?e on si? nie wy?wietla i nie wiem jak to naprawi? prosz? o pomoc wynagrodze piwem!.


[code]local Aktualizacje = fileRead(P_Aktualizacje, 50000)

txt = guiCreateMemo(0.22, 0.31, 0.59, 0.46, "", true)
guiMemoSetReadOnly (txt, true)
guiSetVisible (txt, false)

Kolor = {}

PanelPomoc = false
function PanelF1()

Kolor[1] = tocolor(0, 90, 255, 99)
Kolor[2] = tocolor(0, 90, 255, 99)
Kolor[3] = tocolor(0, 90, 255, 99)
Kolor[4] = tocolor(0, 90, 255, 99)
Kolor[5] = tocolor(0, 90, 255, 99)
Kolor[6] = tocolor(0, 90, 255, 99)

if cursorPosition(screen * 0.2140, screen * 0.2617, screen * 0.0950, screen * 0.0395) then Kolor[1] = tocolor(0, 110, 255, 99) end
if cursorPosition(screen * 0.3140, screen * 0.2617, screen * 0.0950, screen * 0.0395) then Kolor[2] = tocolor(0, 110, 255, 99) end
if cursorPosition(screen * 0.4140, screen * 0.2617, screen * 0.0950, screen * 0.0395) then Kolor[3] = tocolor(0, 110, 255, 99) end
if cursorPosition(screen * 0.5140, screen * 0.2617, screen * 0.0950, screen * 0.0395) then Kolor[4] = tocolor(0, 110, 255, 99) end
if cursorPosition(screen * 0.6140, screen * 0.2617, screen * 0.0950, screen * 0.0395) then Kolor[5] = tocolor(0, 110, 255, 99) end
if cursorPosition(screen * 0.7140, screen * 0.2617, screen * 0.0950, screen * 0.0395) then Kolor[6] = tocolor(0, 110, 255, 99) end

dxDrawRect...