Jump to content

Recommended Posts

  • Replies 50
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

التايمر خطا كبير
setTimer(guiSetVisible,9000,1,serverlogo,false) 

اول شي نحط الحدث الي نبيه

و هو اخفاء/اظهار الـصورة

بعدين حطينا الوقت بعدين كم مرة الحدث بعدين اسم الصورة بعدين

false

عشان تختفي

والله انك شنب ورجل

يعطيك الف عافيه

Link to comment
التايمر خطا كبير
setTimer(guiSetVisible,9000,1,serverlogo,false) 

اول شي نحط الحدث الي نبيه

و هو اخفاء/اظهار الـصورة

بعدين حطينا الوقت بعدين كم مرة الحدث بعدين اسم الصورة بعدين

false

عشان تختفي

والله انك شنب ورجل

يعطيك الف عافيه

Yw

Link to comment
addEventHandler ("onClientGUIClick", getRootElement() 
  
function(button, state, absoluteX, absoluteY) 
  
if ( source ==  GUIEditor_Button[1] ) thenGUIEditor_Button[1]   
serverlogo = guiCreateStaticImage ( 0.8262, 0.2604, 0.1221, 0.1536, "sultan.png", true ) 
setTimer(guiSetVisible,9000,1,serverlogo,false) 
end 
end 
) 

صح ولا غلط؟

addEventHandler( 'onClientGUIClick', GUIEditor_Button[1], 
    function( ) 
        fW, fH = guiGetScreenSize( ) 
        Image = guiCreateStaticImage( 0, 0, fW, fH, 'sultan.png', false ) 
        setTimer( destroyElement, 9000, 1, Image ) 
    end 
) 

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...