Jump to content

XetaQuake

Members
  • Posts

    561
  • Joined

  • Last visited

Everything posted by XetaQuake

  1. it works already, but thanks for help
  2. i thank you, that is waht i looking for! it works perfect!
  3. i have tried it with http://development.mtasa.com/index.php?title=FileOpen but hmmm, no i think it is currently a level to big for me ;( can somebody help me with a little code or so?
  4. ah yes sorry i have forgotten taht this is possible thanks for help, this thread is finish
  5. i thank you, this works is it possible that only 1 line have a colour? and not a complete label?
  6. hmm but this open and save scripts, but i want to have that a text.xml file shows on a GUI window
  7. hi, it is possibly that a GUI window shows the content from a file?
  8. thanks Twig again it working realy good another question (i dont want to open a new thread): can i change the colour? on OutputChatBox it is easy, but is this possibly on guiCreateLabel?
  9. thanks Twig! (lol i have the same windows style ) Thanks for the file
  10. Hi, i have made a guiCreateLabel, here is the code: Welcome = guiCreateLabel(0.02, 0.04, 0.94, 0.2, " Some text to explain my problem \n this is line 2 \n this is line 3 \n this is line 4 \n this is line 5 \n this is line 6 \n this is line 7 [b]and this dont show![/b]", true, tabWelcome) here is a screenshot from the problem: Declaration from my problem: you can see that line 7 dont show, but in the code i have 7 lines. pleas anybody help me so fast as you can, its realy important
  11. can nobody help me? or give me a little exemplar from a spawn-screen with a background camera that shows in a interior? i am currently learning LUA, but at this time i am still a nooby
  12. Twig, can you give me the Notepad++ mod? i have alredy send you are pm, but no answer
  13. eXo|Mr.Hankey, i thank you very very well! the LOCAL was the problem! now all working perfectly by the way: the "end" is from "function joinInfos()" at line 3 now i delete this thread from my favorites, thank @ all for help!
  14. okok, i explain my problem better: i have getting it working to deactivate the cursor after klicking PLAY but the otherwise problem is: when i clicking on PLAY, the GUI window dont go away here is my complete code: edit: censored
  15. its so good! now i can toggle my graphic bug you are realy the best i have a funy idea for a next release: when i am chat /[command] the icon dont show, and when i chat with a number or a letter in beginning, the icon are show its only a funy idea, not so important thanks khepra for your nice public releases!
  16. i thank you now the cursor go away when i clicked and i have make a outputChatBox ("Clicked") that shows to but, the window joinInfos dont go away, i think anything like this is not correct: guiSetVisible ( joinInfos, false ) can anybody help? I have a suspicion: my script need a guiSetVisible ( joinInfos, true ) befor i change it to false, is that possibly? ----- by the way, eXo|Mr.Hankey i will try to help you: change OKButton = guiCreateButton ( 0.4, 0.85, 0.20, 0.15, "OK", true, Menu ) to OKButton = guiCreateButton ( 0.4, 0.85, 0.20, 0.15, "OK", true )
  17. @mabako: i have tried exitButton = guiCreateButton( 0.30, 0.75, 0.4, 0.03, "Play", true ) function exitTheInfoWindow() guiSetVisible( joinInfos, false ) showCursor( false ) end addEventHandler( "onClientGUIClick", exitButton, exitTheInfoWindow ) noting change ;( @50p: can you explain me a little bit more? Where should I place exactly getRootElement?
  18. good idea, i have tried it first with outputChatBox -> noting came than i have use debugscript 3, and he says bad argument @ addEventHandler, so the problem is the event. but i cant find any problems: addEventHandler( "onClientGUIClick", exitButton, exitTheInfoWindow )
  19. nice, i use it now, but i will make in the future my own bubble the transparent effect are realy nice but that dont solve my problem, but khepra says "I'll see what I can do", so the hope is not terminated
  20. now i have exitButton = guiCreateButton( 0.30, 0.75, 0.4, 0.03, "Play", true ) addEventHandler( "onClientGUIClick", exitButton, exitTheInfoWindow ) function exitTheInfoWindow() guiSetVisible( joinInfos, false ) showCursor( false ) end but the result is the same @Hedning: i already use guiSetVisible
  21. Means that you will make a public Release and post it in the Scripting board when you are finish?
  22. can nobody help me? i thing that some peaple here can help me in 1minute pleas. i currently learning lua, but i dont can it in one day
  23. hi, i have starting with scripting and i have get it working to make a GUI window. I am realy happy but i have a problem with my "PLAY" button, when i click it, the window dont go away. Here is a snip from the button: exitButton = guiCreateButton( 0.30, 0.75, 0.4, 0.03, "Play", true ) addEventHandler( "onClientClick", exitButton, exitTheInfoWindow ) function exitTheInfoWindow() guiSetVisible( joinInfos, false ) showCursor( false ) end can anybody help me?
×
×
  • Create New...