This commit is contained in:
INeedBots 2020-09-19 20:50:40 -06:00
parent 95ae01a19b
commit d7807d00c3
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@
//////////////////////////////////////////////////
set sv_hostname "^1Bot ^3War^5fare ^2- ^4Players vs bots ^724/7 ^910x EXP" // Sets the server hostname
set sv_hostname "^1Bot ^3War^5fare ^2- ^4Players vs bots ^724/7 ^610x EXP" // Sets the server hostname
set sv_motd "^1Bot ^3War^5fare" // Sets a custom motd which is shown on the loadscreen when a player joins
@ -94,7 +94,7 @@ set scr_game_perks "1" // Allow players to have perks
set scr_game_allowkillcam "1" // Allow Killcam.
set scr_nukeTimer "10" // Timer when nuke goes off
set scr_diehard "0" // die-hard mode. Teammates will have to relieve each other.
set scr_teambalance "1" // Enable or Disable auto balance.
set scr_teambalance "0" // Enable or Disable auto balance.
set scr_game_spectatetype "2" // Allow Spectators. 0 Disabled, 1 Team/Player only, 2 Free
set scr_player_suicidespawndelay "0" // Wait before you respawn if you committed suicide.
set scr_player_sprinttime "4" // Sprint time, duration a player can run.

View File

@ -11,8 +11,8 @@ init()
// if ( level.xpScale > 4 || level.xpScale < 0)
// exitLevel( false );
level.xpScale = min( level.xpScale, 4 );
level.xpScale = max( level.xpScale, 0 );
// level.xpScale = min( level.xpScale, 4 );
// level.xpScale = max( level.xpScale, 0 );
level.rankTable = [];