Results 1 to 3 of 3

Thread: Thread on level

  1. #1
    Private
    Join Date
    Feb 2013
    Posts
    27
    Thanks
    7
    Thanked 12 Times in 5 Posts

    Thread on level

    Hi,

    I'm currently working on a SD pub mod for my clan. I rewrote the stock zPAM 2.07 pub mod and added some cool function with libcod. One of them is a vote system. it works fine when the vote ends on the same round where it starts. But if u start a vote and suddenly the current round ends, the loop does not "survive" the next round. The thread runs on the level. Any idea how to solve that? Thanks in advance!

  2. #2
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Cant, sd uses fast_restart, which restarts the script. You could store it in some game["hello"] vars and re-initiate on "round start" though.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  3. The Following 2 Users Say Thank You to IzNoGoD For This Useful Post:

    kung foo man (30th August 2015),qwerty (30th August 2015)

  4. #3
    Private
    Join Date
    Feb 2013
    Posts
    27
    Thanks
    7
    Thanked 12 Times in 5 Posts
    Thanks, it works!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •