Jump to content

Zeps

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by Zeps

  1. Zeps

    Coroutine don't work

    How?
  2. Zeps

    Coroutine don't work

    So I'm using threads and some how it doesn't work? local detect_thread = coroutine.create(function() while detectionOn do if gg.isVisible(true) then local stop = gg.alert(" Stop Detection?", "Yes", "No") if stop == 1 then detectionOn = false gg.toast("Detection stopped.") break else gg.setVisible(false) end end local detect_thread = coroutine.create(function()` attempt to index ? (a nil value) with key 'create' (global 'coroutine') level = 1, const = 7, proto = 1, upval = 5, vars = 3, code = 23
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.