feat(gsc): add scr_forcerankedmatch dvar
All checks were successful
test / Test on Linux (push) Successful in 8s
All checks were successful
test / Test on Linux (push) Successful in 8s
This commit is contained in:
parent
e67607bac0
commit
7cca7a2931
12
raw/scripts/mp/_patches.gsc
Normal file
12
raw/scripts/mp/_patches.gsc
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
init()
|
||||||
|
{
|
||||||
|
if ( getdvarint( "scr_forcerankedmatch" ) == 1 )
|
||||||
|
{
|
||||||
|
level.onlineGame = true;
|
||||||
|
level.rankedmatch = true;
|
||||||
|
|
||||||
|
/#
|
||||||
|
print( "[script]: Forced ranked\n" );
|
||||||
|
#/
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user