Иконка ресурса

Game Name Changer 0.0.1

Нет прав для скачивания
CS 
Installation:
  1. Place files on the server according to the archive hierarchy.
  2. Compile the plugin.
  3. Copy the compiled plugin to the /amxmodx/plugins.
  4. Register the plugin in the file amxmodx/configs/plugins.ini.
  5. Place GameName.json in /addons/amxmodx/configs/GameName/
  6. Customize game name settings in the JSON file.

    GameName.json

  7. JSON:
    {
      "game_name_settings": {
        "dynamic_enabled": true,    // Enable/Disable dynamic game name changes
        "change_interval": 10.0,    // Interval in seconds between game name changes (make sure its bigger then 0)
        "game_names": [                // List of game names
          "1000 FPS",
          "Free VIP",
          "Join Now!",
          "hlds.run"
        ]
      }
    }
Назад
Верх