Search the Community
Showing results for tags 'html'.
Found 2 results
-
hi guys, i'm trying to add a hyper link into my gui so players can join my discord just by clicking a link on the gui only problem is that when ever i go to test it, i get an error saying that i'm missing a ; on the line that my hyper link is on, has anyone else came across this problem before? this is a copy of the end part of my script: <br /> <br /> Please note: you may appeal any of the above bans, but you must provide video evidence to prove that you did not break any of the above rules. Said video MUST be atleast 3 minutes long and contain ingame and voice audio. You may also be required to produce a longer video if an admin deems it necessary. <br /> <a href="http://discord.me/ausairsupremacy">Join our Discord</a> ";
-
ColorPalette As part of a Eden's tools package I have been slowly putting together and as part of a mission workflow, I had the need for a colour palette. As this is something that works pretty well on its own I thought I would release it as a stand alone display for people to use. It can be used as a display as is, or will work quite happily buried in a ctrlsGroup. You can save up to 12 colours. Will output to RGBA 0-1 RGBA 0-255 RGBA Html RGB Html Procedural Texture Can be called with only a certain format pre defined ( demonstrated via player actions in the demo - cp_out ) Can be setup to return the chosen colour via a call back ( demonstrated via player actions in the demo - cp_out ) Can be given a call back for when the ui is exited ( demonstrated via player actions in the demo - cp_exit ) DOWNLOAD