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

Grenades Trail 0.0.3

Нет прав для скачивания
  • Автор темы Автор темы mIDnight
  • Дата начала Дата начала
Сообщения
23
Реакции
5
Помог
1 раз(а)
Баллы
3
mIDnight submitted a new resource:

Grenades Trail - Adds colored trails to thrown grenades with customizable team/grenade-specific colors and effects.

This plugin enhances gameplay by adding vibrant, customizable trails to thrown grenades, making them more visually distinctive. It supports both team-based colors (Terrorist/CT) and grenade-specific colors (HE, Flashbang, Smoke), easy configurable the trail's appearance (duration, width, brightness) JSON file. The effect is visible only to teammates, maintaining competitive balance while adding a dynamic visual element to grenade throws.

Read more about this resource...
 
Обратите внимание, что если вы хотите заключить сделку с этим пользователем, он заблокирован.
Хороший плагин, а можно скриншот трайла добавить?
 
Обратите внимание, что если вы хотите заключить сделку с этим пользователем, он заблокирован.
JSON file needs to be without the commented lines. JSON doesn't support that.
Also the path is wrong; In the download archive it says 'config' folder but per AMXX settings it needs to go into 'configs'
 
@Beerus Thank you for spotted, 'config' directory instead of 'configs', Fixed the directory. JSON is supporting commented lines if you have enabled inside json parse.


C++:
native JSON:json_parse(const string[], bool:is_file = false, bool:with_comments = false)
/**
* Parses JSON string or a file that contains JSON.
*
* @note                    Needs to be freed using json_free() native.
*
* @param string            String to parse
* @param is_file           True to treat string param as filename, false otherwise
* @param with_comments     True if parsing JSON includes comments (it will ignore them), false otherwise
*
* @return                  JSON handle, Invalid_JSON if error occurred
*/
 

Кто просматривает тему

Назад
Верх