Upvote Upvoted 2 Downvote Downvoted
Resetting round timer
posted in Q/A Help
1
#1
1 Frags +

I made a bind to reset the round and give me health to practice rollouts, but I'd also like to be able to reset the round timer (to the default of 10 minutes for 5cp). Not the server timer but the one at the top middle of your screen that starts at 10 minutes default for 5cp. That way I can get a better sense of how fast I'm rolling out. I've checked in several places but the only options i've found were plugins from 3 years ago that were broken back then. Any help would be appreciated.
Thanks

I made a bind to reset the round and give me health to practice rollouts, but I'd also like to be able to reset the round timer (to the default of 10 minutes for 5cp). Not the server timer but the one at the top middle of your screen that starts at 10 minutes default for 5cp. That way I can get a better sense of how fast I'm rolling out. I've checked in several places but the only options i've found were plugins from 3 years ago that were broken back then. Any help would be appreciated.
Thanks
2
#2
3 Frags +

mp_restartgame_immediate 1
Bind that instead, should restart the round time as well.

mp_restartgame_immediate 1
Bind that instead, should restart the round time as well.
3
#3
0 Frags +

mp_restartround or something like that

mp_restartround or something like that
4
#4
0 Frags +

bind downarrow "mp_restartround 1; wait 1200; hurtme -99999; mp_timelimit 15" is what i have atm
Thanks hooli i'll try that

bind downarrow "mp_restartround 1; wait 1200; hurtme -99999; mp_timelimit 15" is what i have atm
Thanks hooli i'll try that
5
#5
1 Frags +

This is what I use.

alias +reroll "mp_restartgame 1; wait 3000; hurtme -160"
bind f2 +reroll
This is what I use.

[quote]alias +reroll "mp_restartgame 1; wait 3000; hurtme -160"
bind f2 +reroll[/quote]
6
#6
0 Frags +

Thanks it works

Thanks it works
Please sign in through STEAM to post a comment.