13 lines
228 B
Plaintext
13 lines
228 B
Plaintext
init()
|
|
{
|
|
if ( getdvarint( "scr_forcerankedmatch" ) == 1 )
|
|
{
|
|
level.onlineGame = true;
|
|
level.rankedmatch = true;
|
|
|
|
/#
|
|
print( "[script]: Forced ranked\n" );
|
|
#/
|
|
}
|
|
}
|