1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

sendMessage timer

Discussion in 'Development' started by Exploit5678, Jun 1, 2017.

  1. Exploit5678

    Exploit5678 Spider

    Messages:
    12
    GitHub:
    Unknown
    Does anyone know how send a delay to each sendmessage to player? Ex: Game starting in 5.. 4... 3... 2... 1...
     
  2. Zuruki

    Zuruki Baby Zombie

    Messages:
    118
    GitHub:
    zuruki
    Use a task and decrease the time, then using an if function . if time = 5, senddMessage(
    "5 second")
     
  3. Exploit5678

    Exploit5678 Spider

    Messages:
    12
    GitHub:
    Unknown
    Yea but I want it when someone excutes a command
     
  4. Zuruki

    Zuruki Baby Zombie

    Messages:
    118
    GitHub:
    zuruki
    schedulerepeatingtask on command
     
  5. SOFe

    SOFe Administrator Staff Member PMMP Team Poggit Admin

    Messages:
    1,968
    GitHub:
    sof3
    Why not make a task that repeats throughout the whole plugin runtime and inject queues into it?
     
    corytortoise likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.