Jump to content

How to do this?? GUI Button?


Recommended Posts

Posted

No, you don't need it, just attach it to the button element.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

Ok thanks. Hey can ypou also help me with this? I need a DRIFT Resource but with a export for get the Best Drift (and if it saves in your account, the best drift) is there any?

Posted

Not sure, have you searched on the community?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

I don't know, why don't you download it and check it by yourself?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
  
local Testik = { 
   ["something"]= guiCreateStaticImage(0.157, 0.19, 0.17, 0.305, "path", true) 
    } 
  
  
addEventHandler( "onClientMouseEnter", root, 
    function(aX, aY) 
        for key,gui in pairs (Testik) do 
              if gui == source then 
                  guiSetAlpha ( source, 1 ) 
                  playSound("sound/btn.mp3") 
                  return 
              end 
        end 
    end 
    ) 

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