[CS:S] Health_Light v1.1
Health_Light v1.1
EN
If you are wounded and standing up to the light, then your health will increase with every second. You need to enter the coordinates of the right places in the cfg/wS_Light.txt (you can recognize them by a script GetCoords). Must enter the coordinates for each map separately from 1 to 100.
Add in server.cfg:
RU
Если вы ранены и встанете под свет, то ваше здоровье будет увеличиваться с каждой секундой (до 100 hp). Вам нужно вписать координаты нужных мест в cfg/wS_Light.txt (узнать их можно с помощь 102; скрипта GetCoords). Вводить координаты необходимо отдельно для каждой карты от 1 до 100.
Добавьте в server.cfg:
wS_Light.txt:
EN
If you are wounded and standing up to the light, then your health will increase with every second. You need to enter the coordinates of the right places in the cfg/wS_Light.txt (you can recognize them by a script GetCoords). Must enter the coordinates for each map separately from 1 to 100.
Add in server.cfg:
PHP Code:
// how much to add health every second
light_hp "2"
Если вы ранены и встанете под свет, то ваше здоровье будет увеличиваться с каждой секундой (до 100 hp). Вам нужно вписать координаты нужных мест в cfg/wS_Light.txt (узнать их можно с помощь 102; скрипта GetCoords). Вводить координаты необходимо отдельно для каждой карты от 1 до 100.
Добавьте в server.cfg:
PHP Code:
// Сколько hp даёт свет (в секунду)
light_hp "2"
PHP Code:
"wS_Light"
{
"de_cbble"
{
"1" "-2259.811279 -2195.177734 0.031250"
"2" "420.044555 2299.286376 -255.968750"
}
"de_dust2"
{
"1" "-2111.551269 1151.605346 32.031250"
}
}
Orignal From: [CS:S] Health_Light v1.1
Post a Comment