Jump to content

efex

Helpers
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by efex

  1. Good job, it was an honor to test it
  2. I've run out of suggestions unfortunately, if i have smth i will come back
  3. Is there any error on debug or F8? I dont understand why its not working
  4. local toggle = false local savedCursorX, savedCursorY local function restoreCursorPos() if savedCursorX and savedCursorY then local screenX, screenY = guiGetScreenSize() setCursorPosition(savedCursorX * screenX, savedCursorY * screenY) end end local function togglePanel() toggle = not toggle if toggle then showCursor(true) for i = 1, 5 do setTimer(restoreCursorPos, i * 50, 1) end else savedCursorX, savedCursorY = getCursorPosition() showCursor(false) end end bindKey("k", "down", togglePanel) Can you just try this? ı added a timer for it.
  5. Thank you for the thousands of hours you have offered us big boss. ?
  6. I'm working on this project since last day. I'm waiting your comments.
  7. efex

    MTA MB YÜKLENME HATASI

    Selam @Johny, öncelikle bu tüm scriptler için mi geçerli yoksa bir veya birkaç script için mi geçerli bir sorun? Eğer bir veya birkaç script'de böyle bir sorunla karşılaşıyorsan sorun eklemeye çalıştığın script'de olabilir. İyi günler efex
  8. Hi! Videos you've added aren't currently available to watch, but if you're using extra graphics mode etc. you can try removing them. Have a nice day! efex
  9. Working on new script.

×
×
  • Create New...