Custom Environment

Custom Environment 1.2

Нет прав для скачивания
Настройки можно изменить в конфигурационном файлей addons/amxmodx/configs/environment.cfg

Код:
// Create a windy condition (0-10 defines wind strength)
//env_wind 10

// Turns on rain and change skybox to one from predefined in the plugin for the rain (0-10 defines rain amount)
//env_rain 10

// Turns on snow fall and change skybox to one from predefined in the plugin for the snow (0-10 defines snow amount)
//env_snow 10

// Switch to night time and change skybox to one from predefined in the plugin for the night (depends on the rain and snow too)
//env_night 1

// Enable lightning for the rainy night
//env_lightning 1

// Override lights style on the map, like "m", "a" or "abababab" (better allow plugin to decide this)
//env_lights ""

// Override skybox name, like "desert", "space", etc... (better allow plugin to decide this)
//env_skyname ""
Назад
Верх