Hey guys,
I'm trying to write a config that I can execute at 10:59 tomorrow that'll warn players that in a minute they'll be a moment of silence.
This is what I have so far:
The bugger isn't working though! My wait's don't even wait and I need this done for tomorrow. Any ideas? Thanks!
-Winston
I'm trying to write a config that I can execute at 10:59 tomorrow that'll warn players that in a minute they'll be a moment of silence.
This is what I have so far:
Quote:alias "wait10" "wait; wait; wait; wait; wait; wait; wait; wait; wait; wait"
alias "wait50" "wait10; wait10; wait10; wait10; wait10"
alias "wait100" "wait50; wait50"
alias "wait500" "wait100; wait100; wait100; wait100; wait100"
alias "wait1000" "wait500; wait500"
alias "wait5000" "wait1000; wait1000; wait1000; wait1000; wait1000"
alias "wait10000" "wait5000; wait5000"
alias "wait50000" "wait10000; wait10000; wait10000; wait10000; wait10000"
alias wait 100000" "wait50000; wait50000"
say "Rememberance Day cfg loaded..."
wait10
say "In one minute it will be 11th hour, on the 11th day of the 11th month"
wait10
say "Game play will be paused for a moment of silence"
wait100000
ma_freeze #all
wait10
ma_mute #all
mp_roundtime 5
mp_c4timer 99
mp_freezetime 99
say "The server will now have a moment of silence in memory of the heros that died for our country"
wait100000
say "Thank you."
wait50
ma_unmute #all
wait10
ma_defrost #all
mp_roundtime 3
mp_c4timer 35
mp_freezetime 3
The bugger isn't working though! My wait's don't even wait and I need this done for tomorrow. Any ideas? Thanks!
-Winston