I read and pulled apart Red's Guestbook Plugin and of course it didn't show up in the game.
all I Want is to place a simple Box on the screen so the player can enter info..
any help would be appreciated.
I read and pulled apart Red's Guestbook Plugin and of course it didn't show up in the game.
all I Want is to place a simple Box on the screen so the player can enter info..
any help would be appreciated.
Please avoid writing whole words in captial letters in the headline, unless it makes sense (e.g. GUI).
To create a build a gui, simply create a new gui element, and once a player connects to the server (e.g. in the PlayerConnectEvent or PlayerSpawnEvent), add the element to the players gui by calling player.addGuiElement(element)
Basic example which creates a panel and a label:
thanks and sorry for the caps, I was just getting frustrated because my database won't work so now I'm working on a different Project and this GUI Thing is getting on my nerves
and when I think of RGBA I think of
this: rgba(255, 0, 0, 0.3)
I don't know where you are coming up with (Oox000000BB) it looks like an extended version of the hexadecimal colors.
thanks and sorry for the caps, I was just getting frustrated because my database won't work so now I'm working on a different Project and this GUI Thing is getting on my nerves
and when I think of RGBA I think of
this: rgba(255, 0, 0, 0.3)
I don't know where you are coming up with (Oox000000BB) it looks like an extended version of the hexadecimal colors.
heres a color chart that may help http://www.nthelp.com/colorcodes.htm
The 0xRRGGBBAA is a hexadecimal color indeed (RR is the red color part, GG the green color, BB the blue color and AA the alpha part). Alternatively you can use the guiElement.setColor(r, g, b, a) method, there you can provide separate red, green, blue and alpha values (however, the range is between 0.0 and 1.0 in this case, instead of 0 and 255 [in other words, 255 == 1.0, 128 == 0.5 etc]). Example:
heres a color chart that may help http://www.nthelp.com/colorcodes.htm
thank you. i've been googling the color codes with NO luck.
thank you. i've been googling the color codes with NO luck.
yeah i understand if you google (Oox000000BB) you will get an windows blue screen error site lol oO
I'm assuming this is Normal when you add a text Field? i scaled it down and i get a big white screen
here my code with a timer set to 5sec this works fine
This works fine did you import the stuff needed for it to work oO
Don’t have an account yet? Create a new account now and be part of our community!