Results 1 to 3 of 3

Thread: round restart [need help]

  1. #1
    Private
    Join Date
    Aug 2013
    Posts
    95
    Thanks
    13
    Thanked 4 Times in 3 Posts

    round restart [need help]

    yo all

    i want your help for a thing:
    i created a round restart script for zom mod.
    when time has been reached, the hud restart as well and i get "round restart".
    but if the zombies kill hunters before the time , it do a round restart but the hud do not restart, it move until 0.
    i tried some ways but it dont work.
    i specify: if the zombies kills the hunters, the hud must restart.
    ordi
    xf: ordi37zk

  2. #2
    Private First Class
    Join Date
    Jul 2013
    Posts
    170
    Thanks
    44
    Thanked 16 Times in 11 Posts
    hm.. u should make a check in round restart, level.round = 1; and if(level.round == 1) start that hud,when time come at end then thread roundrestart(); and level.round = 0; , so everytime when round restart it will reset..
    Wait me on xfire i will show u.. I dont know how to explain now..
    Last edited by Rocky; 8th August 2014 at 10:11.

  3. #3
    Private
    Join Date
    Aug 2013
    Posts
    95
    Thanks
    13
    Thanked 4 Times in 3 Posts
    i did but i get error

Posting Permissions

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