Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 820 Bytes

File metadata and controls

25 lines (22 loc) · 820 Bytes

CS2-FixRandomSpawn

Fixes ConVar mp_randomspawn for any game mode

Requirments

Installation

  • Download the newest release from Releases
  • Move the /gamedata folder to a folder /counterstrikesharp
  • Make a folder in /plugins named /FixRandomSpawn.
  • Put the plugin files in to the new folder.
  • Restart your server.

Configuration

css_randomspawn_reload - Reload configuration

{
    "warmup_mode": {
        "enable": false, // Enable the plugin only for warmup time
        "buy_anywhere": false, // Allow purchase anywhere on the map
        "alert_for_players": false // Notification for players about the enabled random spawns
    },
    "ConfigVersion": 1
}