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
  • 0
Sign in to follow this  

Имею на своем сервере скрипты, которые были отредактированы мною еще под сервер армы, затем я их перенес в эпоч. В итоге, все логи спамят одной и той же ошибкой во всех этих скриптах, а именно:

 

19:19:29 File mpmissions\DayZ_Epoch_11.Chernarus\scripts\radiation.sqf, line 12
19:19:30 Error in expression <;
{
_Dr_hx = 0;
_zr = player distance _x;   
if (_zr < (if (isnil {_x getvaria>
19:19:30   Error position: <_x;   
if (_zr < (if (isnil {_x getvaria>
19:19:30   Error Undefined variable in expression: _x
 

 

19:19:28 File mpmissions\DayZ_Epoch_11.Chernarus\scripts\emi.sqf, line 19
19:19:29 Error in expression <;
{
_Dr_hx = 0;
_zr = player distance _x;   
if (_zr < (if (isnil {_x getvaria>
19:19:29   Error position: <_x;   
if (_zr < (if (isnil {_x getvaria>
19:19:29   Error Undefined variable in expression: _x
 

 

19:19:38 File mpmissions\DayZ_Epoch_11.Chernarus\scripts\UPSMON\common\MON_functions.sqf, line 1596
19:19:39 Error in expression <;
{
_Dr_hx = 0;
_zr = player distance _x;   
if (_zr < (if (isnil {_x getvaria>
19:19:39   Error position: <_x;   
if (_zr < (if (isnil {_x getvaria>
19:19:39   Error Undefined variable in expression: _x
 

Проанализировав всю эту фигню, я понял, что скорее всего эта ошибка из-за таких штук, как

 

 _zr = player distance _x; 
 

 

{_x setfuel 0;} forEach _array;
 

 

{if (isplayer _x && alive _x) exitwith {_isplayer = true;}}foreach _OCercanos;
 

из-за этого, эти скрипты не работают. Как это можно пофиксить?

 

Вряд ли мне тут помогут с таким сложным вопросом, конечно

Edited by kotketa (see edit history)

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Имею на своем сервере скрипты, которые были отредактированы мною еще под сервер армы, затем я их перенес в эпоч. В итоге, все логи спамят одной и той же ошибкой во всех этих скриптах, а именно:

 

19:19:29 File mpmissions\DayZ_Epoch_11.Chernarus\scripts\radiation.sqf, line 12
19:19:30 Error in expression <;
{
_Dr_hx = 0;
_zr = player distance _x;   
if (_zr < (if (isnil {_x getvaria>
19:19:30   Error position: <_x;   
if (_zr < (if (isnil {_x getvaria>
19:19:30   Error Undefined variable in expression: _x
 

 

19:19:28 File mpmissions\DayZ_Epoch_11.Chernarus\scripts\emi.sqf, line 19
19:19:29 Error in expression <;
{
_Dr_hx = 0;
_zr = player distance _x;   
if (_zr < (if (isnil {_x getvaria>
19:19:29   Error position: <_x;   
if (_zr < (if (isnil {_x getvaria>
19:19:29   Error Undefined variable in expression: _x
 

 

19:19:38 File mpmissions\DayZ_Epoch_11.Chernarus\scripts\UPSMON\common\MON_functions.sqf, line 1596
19:19:39 Error in expression <;
{
_Dr_hx = 0;
_zr = player distance _x;   
if (_zr < (if (isnil {_x getvaria>
19:19:39   Error position: <_x;   
if (_zr < (if (isnil {_x getvaria>
19:19:39   Error Undefined variable in expression: _x
 

Проанализировав всю эту фигню, я понял, что скорее всего эта ошибка из-за таких штук, как

 

 _zr = player distance _x; 
 

 

{_x setfuel 0;} forEach _array;
 

 

{if (isplayer _x && alive _x) exitwith {_isplayer = true;}}foreach _OCercanos;
 

из-за этого, эти скрипты не работают. Как это можно пофиксить?

 

Вряд ли мне тут помогут с таким сложным вопросом, конечно

Скинь полностью файлик.

Share this post


Link to post
Share on other sites



  • 0

Ранее работали?

конечно, в редакторе армы на ура работают. А вот в эпоче что-то я бы не сказал.

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
Sign in to follow this  

×
×
  • 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.