Jump to content

help


Hugos

Recommended Posts

Posted

I had a problem. When I click on "body" I have a missing "go." What to do? Help.

addEvent("PlayerJoined", true)
function PlayerJoined()
    setCursorPosition(x/2, y/2)
    showCursor(true)
    body = guiCeateStaticImage(x/2-(y/(1080/280)/2), y/2+y/8.5, y/(1080/280), y/(1080/50), "gfx/go!.png", false)
    go = guiCreateStaticImage(x/2-(y/(1080/400)/2), y/2-(y/(1080/530)/2), y/(1080/400), y/(1080/530), "gfx/body.png", false)
end
addEventHandler("PlayerJoined", localPlayer, PlayerJoined)

 

Говорю на русском. Sorry for bad english.
 

Posted

I realized what the problem was. When you click on a picture, it gets to the foreground. How do I fix it?

Говорю на русском. Sorry for bad english.
 

Posted
guiSetEnabled(image, false)

 

Please do not PM me with scripting related question nor support, use the forums instead.

Posted
Just now, DNL291 said:

guiSetEnabled(image, false)

 

Thanks a lot!

Говорю на русском. Sorry for bad english.
 

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