Jump to content

[HELP] echo text


Depko

Recommended Posts

Hi! I have such script

addEventHandler("onClientRender", root,
    function()
        showCursor(true)
        guiCreateStaticImage(660, 396, 250, 30, "images/edit.png")
    end

It is necessary for me that when pressing (on "guiCreateStaticImage") it was possible to enter symbols (login/password) and they were displayed on image. How it is possible to make it?

 

(Without use guiCreateEdit)

Quote

The guiCreateStaticImage(660, 396, 250, 30, "images/edit.png"):

2AUZSX2.png

 

Edited by Depko
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...