[İstek]Freeroam Panel Görünüş

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı FLAMES

  • Yeni Üye
  • *
    • İleti: 20
: 23 Temmuz 2025, 03:28:53
Merhabalar;

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,


Kod
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)
 


MTASATURK

[İstek]Freeroam Panel Görünüş
« : 23 Temmuz 2025, 03:28:53 »