AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   [CSGO]Pause Freeze Time (https://forums.alliedmods.net/showthread.php?t=238061)

ofir753 04-03-2014 15:43

[CSGO]Pause Freeze Time
 
I had saw in some leauges that the players can pause the freeztime and it shows Match Paused and a PAUSE sign in the time text.
How do i enable this pause with a plugin?

Mitchell 04-03-2014 16:22

Re: [CSGO]Pause Freeze Time
 
im pretty sure there's a command that is 'sv_pausable 1' and 'pause' console command
some more information regarding the 'pause' command:
https://forums.alliedmods.net/showth...=62877?t=62877

ofir753 04-04-2014 05:48

Re: [CSGO]Pause Freeze Time
 
Quote:

Originally Posted by Mitchell (Post 2119746)
im pretty sure there's a command that is 'sv_pausable 1' and 'pause' console command
some more information regarding the 'pause' command:
https://forums.alliedmods.net/showth...=62877?t=62877

This command pretty sucks.
I know i can pause the game as i want with sv_matchpause_auto_5v5 but i cant make it unpause

splewis 04-05-2014 16:18

Re: [CSGO]Pause Freeze Time
 
FYI: the better command to get the freezetime pause is mp_pause_match and mp_unpause_match.

^SmileY 04-07-2014 18:54

Re: [CSGO]Pause Freeze Time
 
You can use mp_warmup_start or mp_warmup_end i guess

versatile_bfg 04-07-2014 19:40

Re: [CSGO]Pause Freeze Time
 
Quote:

Originally Posted by ^SmileY (Post 2121715)
You can use mp_warmup_start or mp_warmup_end i guess

You will lose all the scores if you do that.

The mp_pause_match & mp_unpause_match are the commands you want to use. This will pause at freeze time. If you want to pause in the middle of a round you will need to use rcon pause [you can only type in console when you use this one.]

There is a pause function in Warmod. Here is the code for it: https://forums.alliedmods.net/showpo...7&postcount=19

^SmileY 04-07-2014 22:38

Re: [CSGO]Pause Freeze Time
 
Quote:

Originally Posted by versatile_bfg (Post 2121730)
You will lose all the scores if you do that.

The mp_pause_match & mp_unpause_match are the commands you want to use. This will pause at freeze time. If you want to pause in the middle of a round you will need to use rcon pause [you can only type in console when you use this one.]

There is a pause function in Warmod. Here is the code for it: https://forums.alliedmods.net/showpo...7&postcount=19

Oops i talking really about mp_pause_match & mp_unpause_match, i newer in CSGO servers.
But with this you are able to pause only at next freezetime. Not with a instantaneous pause.

:3


All times are GMT -4. The time now is 09:38.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.