Wait doesn't work?

Discussion in 'Support' started by PreDominance, Jun 23, 2009.

  1. PreDominance

    PreDominance Member

    Messages:
    4,182
    Likes Received:
    0
    Trophy Points:
    0
    I was trying to make a burst-fire script for the Machine Pistol, but wait doesn't work. :pathetic:

    Is it disabled in EMP?

    *Edit

    It seems it's whenever I try to bind multiple waits. Is there anything wrong with:

    alias w5 "wait;wait;wait;wait" ?
     
    Last edited: Jun 23, 2009
  2. Metal Smith

    Metal Smith Member

    Messages:
    4,520
    Likes Received:
    3
    Trophy Points:
    0
    wait is set up to do something like wait 1000 where the integer is in milliseconds or something like that. Type help wait in console. But wait itself has no time for the wait action.
     
  3. PreDominance

    PreDominance Member

    Messages:
    4,182
    Likes Received:
    0
    Trophy Points:
    0
    Yeah, it does. :U


    Anyways, I just used multiple waits, no biggie.
     
  4. blizzerd

    blizzerd Member

    Messages:
    10,552
    Likes Received:
    60
    Trophy Points:
    0
    what language is this?
     
  5. spellman23

    spellman23 Member

    Messages:
    861
    Likes Received:
    0
    Trophy Points:
    0
    in-game Valve scripting binds.
     
  6. Omega_K2

    Omega_K2 Member

    Messages:
    343
    Likes Received:
    0
    Trophy Points:
    0
    sv_allow_wait_command 0

    I highly encourage any server owner to set that to 0 as it prevents lame scripts (and hacks).
     

Share This Page