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

C4 Timer 0.2.1

Нет прав для скачивания
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 C4Timer.json in /addons/amxmodx/configs/
  6. Customize settings in the JSON file.

    C4Timer.json:
    JSON:
    {
        "c4_timer_settings": {
            "dhud_enabled": false,                                            // Toggle between DHUD and Round timer
            "dhud_message": "The bomb will explode in: [%.0f seconds]",        // Message displayed for bomb DHUD timer
            "dhud_settings": [                                                // DHUD display settings (https://www.amxmodx.org/api/amxmodx/set_dhudmessage)
                100,                                                  
                100,
                100,
                -1.0,
                0.83,
                0.0,
                1.0,
                1.0,
                0.01,
                0.01
            ]
        }
    }
Назад
Верх