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

Grenades Trail 0.0.3

Нет прав для скачивания
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 GrenadesTrail.json in /addons/amxmodx/configs/GrenadesTrail/
  6. Customize trail settings in the JSON file (colors, width, brightness, etc.)


  7. GrenadesTrail.json:

  8. JSON:
    {
        "grenade_trail_settings": {
            "use_team_color": false,                         // Use team-specific colors for grenade trails
            "lifetime": 3,                                     // Duration of trail effect in seconds
            "width": 2,                                     // Width of the trail effect
            "brightness": 225,                                 // Brightness level of the trail
            "team_colors": {
                "terrorists": [191, 130, 0],                 // RGB color for Terrorist team
                "counter_terrorists": [0, 130, 191]         // RGB color for Counter-Terrorist team
            },
            "grenade_colors": {
                "he": [191, 130, 0],                         // RGB color for HE grenade
                "flash": [0, 130, 191],                     // RGB color for Flashbang
                "smoke": [0, 255, 0]                         // RGB color for Smoke grenade
            }
        }
    }
Назад
Верх