Bir konuda yardımınıza ihtiyacım oldu f1 freeroam panelde bazı yerlerde gördüm bende denemeye çalıştım fakat beceremedim
hızlıca anlatayım f1 panelde araç oluştur tuş değişiyor şu şekil bir araç oluştur yazısı oluyor beyaz ardından güncellendi yazısı oluyor buda sarı renk şeklinde oluyor bu 5 saniyede bir değişiyor,
setTimer (function()
setTimer(function()
guiLabelSetColor (getControl(wndMain,'question'), 255, 0, 0 )
guiLabelSetColor (getControl(wndMain,'sunucuayar'), 255, 0, 0)
guiLabelSetColor (getControl(wndMain,'gorevsistem'), 255, 0, 0 )
guiLabelSetColor (getControl(wndMain,'createvehicle'), 255, 127, 0 )
end,1000,1)
if oyuncu_renk == 1 then
guiLabelSetColor (getControl(wndMain,'question'), 255, 255, 255 )
guiLabelSetColor (getControl(wndMain,'sunucuayar'), 255, 255, 255 )
guiLabelSetColor (getControl(wndMain,'gorevsistem'), 255, 255, 255 )
guiLabelSetColor (getControl(wndMain,'createvehicle'), 255, 255, 255 )
end
end, 2000, 0)