Jump to content

CapY

Members
  • Posts

    1,646
  • Joined

  • Last visited

Everything posted by CapY

  1. CapY

    GUI Advanced

    GUI is client side only, how will he create a button server side? I was in rush, didn't saw what am I typing. MIKI785 setElementPosition outputChatBox can be used client side also, no need for triggers actually..
  2. Yes. What do you want to do ?
  3. Why are you using 2 GuiEditor_Window = {} tables ?
  4. CapY

    don t work!!

    What do you exactly want to do ?
  5. No, you're going to fix it for yourself. https://wiki.multitheftauto.com/wiki/Dxscoreboard
  6. CapY

    question

    Because I wrote: (duh)
  7. I don't get you, could you explain that a bit more ? createBlip
  8. CapY

    GUI Advanced

    Create a button client side add onClientGuiClick handler to the button make a function which triggers the server or client event for teleporting. Done!
  9. CapY

    [Solved]

    No, it's supposed to be positive, like: setJetpackMaxHeight ( 9999 )
  10. local sMessage = '' function fStart(sText) sMessage = sText end function fDraw() if sMessage ~= '' then dxDrawText("Roll :", 17.0, 189.0, 61.0, 206.0, tocolor(255, 255, 0, 255), 1.0, "default-bold", "center", "bottom", false, false, false) dxDrawText(sMessage, 61.0, 189.0, 264.0, 226.0, tocolor(0, 225, 0, 255), 1.0, "default-bold", "center", "bottom", false, false, false, false) end setTimer ( function ( ) removeEventHandler ( "onClientRender", root, ffDraw ) end ,1500,1) end addEvent("new", true) addEventHandler("new", root, fStart) addEventHandler("onClientRender", root, fDraw)
  11. CapY

    question

    You can use account data also(If you're going to use accounts even).
  12. I'm sure he meant on: If you accidentally pay to a low skilled scripter.
  13. Wish you all the best Toad!
  14. Okej, al' nikakve mu pomoci svejedno.
  15. CapY

    PC COMBO QUESTION!

    FOTHER MUCKER! Impressive.
  16. CapY

    PC COMBO QUESTION!

    Still beating you in graphics..
×
×
  • Create New...