Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Commit eee395f

Browse files
CleversonCleverson
authored andcommitted
Changed BuyTime to a overpower value
We will use this instead of GetCvarForward at pug
1 parent 001cc17 commit eee395f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

addons/amxmodx/configs/pug/end.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mp_c4timer "35"
55
mp_forcechasecam "0"
66
mp_forcecamera "0"
77
mp_startmoney "16000"
8-
mp_buytime ".25"
8+
mp_buytime "999999.0"
99
mp_friendlyfire "0"
1010
mp_autoteambalance "0"
1111
mp_limitteams "0"

addons/amxmodx/configs/pug/halftime.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mp_c4timer "35"
55
mp_forcechasecam "0"
66
mp_forcecamera "0"
77
mp_startmoney "16000"
8-
mp_buytime ".25"
8+
mp_buytime "999999.0"
99
mp_friendlyfire "0"
1010
mp_autoteambalance "0"
1111
mp_limitteams "0"

addons/amxmodx/configs/pug/warmup.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mp_c4timer "35"
55
mp_forcechasecam "0"
66
mp_forcecamera "0"
77
mp_startmoney "16000"
8-
mp_buytime ".25"
8+
mp_buytime "999999.0"
99
mp_friendlyfire "0"
1010
mp_autoteambalance "0"
1111
mp_limitteams "0"

0 commit comments

Comments
 (0)