0 Üye ve 1 Ziyaretçi konuyu incelemekte.
guiSetProperty(denemelabel,"NormalTextColour","FFFF0000")
{'lbl', id='denemelabel', text='Deneme 123', width = 230},guiLabelSetColor(getControl(wndMain,'denemelabel'),255,0,0)
function mainWndShow() guiLabelSetColor(getControl(wndMain,'denemelabel'),255,0,0) if not getPedOccupiedVehicle(localPlayer) then hideControls(wndMain, 'repair', 'flip', 'upgrades', 'color', 'paintjob', 'lightson', 'lightsoff') end updateTimer = updateTimer or setTimer(updateGUI, 2000, 0) updateGUI(true)end