Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • Need help?

    Create a topic in the appropriate section
    Don't write everything in the chat!
  • Take a look at the marketplace

    There you can buy
    everything related to game servers
  • Don't want a ban?

    Please read our rules
    Don't disturb the order!
  • Sell or buy?

    Use services of the guarantor
    We will make your deal safe

Привет. Кто ставил данный скрипт себе на сервер? Вот ссылка: http://opendayz.net/threads/bury-corpses.13368/

Проблема втом что не как не хочет появляться пункт в сркрол меню возле трупа игрока. Пробывал писать это в файле fn_selfActions.sqf :

 

if (!_isAlive && !_isZombie && !_isAnimal && _hasETool && _isMan && _canDo) then {
if (s_player_bury_human < 0) then {
s_player_bury_human = player addAction [("<t color="
#FF6A00"">" + ("Похоронить") +"</t>"), "scripts\bury_human_tlg.sqf",cursorTarget, 0, false, true, "", "];
}
} else {
player removeAction s_player_bury_human;
s_player_bury_human = -1;
};

Но все равно не работает

Сервер Версия мода 1.0.5.1  Версия билда 112555 @Dayz Epoch

Проверка скрол меню в инфестаре отключена

Edited by saiga3000 (see edit history)

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Может и работает,но вы перевели на русский действие,а сменили ли кодировку файла на UTF-8 (без BOM)?

Share this post


Link to post
Share on other sites



  • 0

Может и работает,но вы перевели на русский действие,а сменили ли кодировку файла на UTF-8 (без BOM)?

Он все равно  должен появляться, только не будет надписи.

Share this post


Link to post
Share on other sites
  • 0

Инфи случаем не блочит? Как бы прочее скролл меню которое у него в исключение не вписано...

Share this post


Link to post
Share on other sites
  • 0

Привет. Кто ставил данный скрипт себе на сервер? Вот ссылка: http://opendayz.net/threads/bury-corpses.13368/

Проблема втом что не как не хочет появляться пункт в сркрол меню возле трупа игрока. Пробывал писать это в файле fn_selfActions.sqf :

 

if (!_isAlive && !_isZombie && !_isAnimal && _hasETool && _isMan && _canDo) then {

if (s_player_bury_human < 0) then {

s_player_bury_human = player addAction [("<t color="#FF6A00"">" + ("Похоронить") +"</t>"), "scripts\bury_human_tlg.sqf",cursorTarget, 0, false, true, "", "];

}

} else {

player removeAction s_player_bury_human;

s_player_bury_human = -1;

};

Но все равно не работает

Сервер Версия мода 1.0.5.1  Версия билда 112555 @Dayz Epoch

Проверка скрол меню в инфестаре отключена

А может автор просто не посмотрел сам скрипт, и не понял, что для закапывания на тулбаре должна висеть лопатка?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.