Jump to content

طلب كود تلوين زر الفري روم ~


iPrestege

Recommended Posts

عدل الكود ليكون كذا

{'btn', id='killMe', text='انتحار', onclick=killLocalPlayer}, 

mainWndShow ثم أبحث عن الفنكشن

و ضيف فيه ذا الكود

guiSetProperty(getControl(wndMain, 'killMe'), "NormalTextColour", "FF00FF00") 

ليكون كذا

function mainWndShow() 
    guiSetProperty(getControl(wndMain, 'killMe'), "NormalTextColour", "FF00FF00") 
    if not getPedOccupiedVehicle(g_Me) then 
        hideControls(wndMain, 'repair', 'flip', 'upgrades', 'color', 'paintjob', 'lightson', 'lightsoff') 
    end 
    updateTimer = updateTimer or setTimer(updateGUI, 2000, 0) 
    updateGUI(true) 
end 

Link to comment

تابل سويتة كذا صح ؟

  
function mainWndShow() 
       guiSetProperty(getControl(wndMain, 'killMe'), "NormalTextColour", "#FF0A47") 
    if not getPedOccupiedVehicle(g_Me) then 
        hideControls(wndMain, 'repair', 'flip', 'upgrades', 'color', 'lightson', 'lightsoff') 
    end 
    updateTimer = updateTimer or setTimer(updateGUI, 2000, 0) 
    updateGUI(true) 
end 

سويتة وحطيت كود اللون اللي فوق لكن طلع الزر آسود :(

Link to comment

انسخ الكود ذا

guiSetProperty(getControl(wndMain, 'kill'), "NormalTextColour", "FFA52A2A") 

وحطه تحت

function mainWndShow() 

ملاحظه ::

'kill= اسم الزر>اذكان مع زخرفه حطه مع زخرفه

FFA52A2A:كود الون يكون قبل كود الون اف ثنتين بدل المربع

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...