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
illuminat

Ошибки в клиентском RPT

Ребята! Подскажите с чем это связано, сыпят в клиентский рпт. Ставил все правильно, на серверном рпт чисто.

 

Error in expression <", ""];
};
} else {
player removeAction s_player_selfBloodbag;
s_player_selfBloo>
Error position: s_player_selfBloo>
Error Undefined variable in expression: s_player_selfbloodbag
File mpmissions\__CUR_MP.Chernarus\custom\fn_selfActions.sqf, line 29
Error in expression player removeAction s_player_manageDoor;
s_player_manageDoor>
Error position: s_player_manageDoor>
Error Undefined variable in expression: s_player_managedoor
File mpmissions\__CUR_MP.Chernarus\custom\fn_selfActions.sqf, line 959
Warning: z\addons\dayz_communityassets\models\razor.p3d:0 Error while trying to generate ST for points: 214, 349, 208
Warnings in z\addons\dayz_communityassets\models\razor.p3d:shadow(1000)
2nd UV set needed, but not defined in ReportStack not available
Error in expression <"",""];
};
} else {
player removeAction s_player_clothes;
s_player_clothes = -1;>
Error position: s_player_clothes = -1;>
Error Undefined variable in expression: s_player_clothes
File mpmissions\__CUR_MP.Chernarus\custom\fn_selfActions.sqf, line 762
Error in expression <"",""];
};
} else {
player removeAction s_player_packvehicle;
s_player_packvehic>
Error position: s_player_packvehic>
Error Undefined variable in expression: s_player_packvehicle
File mpmissions\__CUR_MP.Chernarus\custom\fn_selfActions.sqf, line 788
Cannot create non-ai vehicle c_grasstall,
"DayZ Epoch: PRELOAD Functions\init [[:0 (FunctionsManager)],any]"
"DayZ Epoch: MPframework inited"
Error in expression <;
_recompile = (count _this) > 0;


if (BIS_fnc_init && !_recompile) exitwith {t>
Error position:
Error Undefined variable in expression: bis_fnc_init
File ca\Modules\Functions\init.sqf, line 28

;
;
;
;

Share this post


Link to post
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Ну тебе же пишет в каких файлах ошибки, и даже в какой строке...

Share this post


Link to post
Share on other sites



  • 0

В этом то и проблема. Я не знаю что за ошибки. Делал все по гайдам, перепроверял по нескольку раз.

Вот сам файл:

fn_selfActions.txt

Edited by illuminat (see edit history)

Share this post


Link to post
Share on other sites
  • 0

у меня вот так разборка техники выглядит:

if (_typeOfCursorTarget in EVDVehicleArray  and !(locked _cursorTarget) and (damage _cursorTarget < 1)) then {
		if (s_player_packvehicle < 0) then {
			s_player_packvehicle = player addAction ["Упаковать технику", "scripts\EVD\EVD_pack.sqf",_cursorTarget, 0, false, true, "",""];
		};
	} else {
		player removeAction s_player_packvehicle;
		s_player_packvehicle = -1;
	};

Share this post


Link to post
Share on other sites
  • 0

Увы((( Проблема осталась. С чем связанно, не пойму(((

 

Error in expression player removeAction s_player_manageDoor;
s_player_manageDoor>
Error position: s_player_manageDoor>
Error Undefined variable in expression: s_player_managedoor
File mpmissions\__CUR_MP.Chernarus\custom\fn_selfActions.sqf, line 943
"[АнтиХак] - [Клиент]: 04012015IAHAT342 - Успешно загружен на клиенте ID1983 (20.609)"
"[АнтиХак] - [RandVar]: randvar1 создал randvar27 за (20.609)"
Error in expression <"",""];
};
} else {
player removeAction s_player_clothes;
s_player_clothes = -1;>
Error position: s_player_clothes = -1;>
Error Undefined variable in expression: s_player_clothes
File mpmissions\__CUR_MP.Chernarus\custom\fn_selfActions.sqf, line 746
Error in expression <"",""];
};
} else {
player removeAction s_player_packvehicle;
s_player_packvehic>
Error position: s_player_packvehic>
Error Undefined variable in expression: s_player_packvehicle
File mpmissions\__CUR_MP.Chernarus\custom\fn_selfActions.sqf, line 772
Suspending not allowed in this context
Error in expression <;

cutText ["Scanning", "PLAIN DOWN"];

sleep 2;


cutText ["Eye Scan SUCCESS.">
Error position:

cutText ["Eye Scan SUCCESS.">
Error Generic error in expression
File mpmissions\__CUR_MP.Chernarus\doorManagement\player_unlockDoor.sqf, line 35
Error in expression if(_num_removed >= 1) then {
_temp_removed_array set [count _temp_rem>
Error position: <_temp_removed_array set [count _temp_rem>
Error Undefined variable in expression: _temp_removed_array
File mpmissions\__CUR_MP.Chernarus\mods\EVD\EVD_deploy.sqf, line 84
Error in expression if(_num_removed >= 1) then {
_temp_removed_array set [count _temp_rem>
Error position: <_temp_removed_array set [count _temp_rem>
Error Undefined variable in expression: _temp_removed_array
File mpmissions\__CUR_MP.Chernarus\mods\EVD\EVD_deploy.sqf, line 84
Error in expression if(_num_removed >= 1) then {
_temp_removed_array set [count _temp_rem>
Error position: <_temp_removed_array set [count _temp_rem>
Error Undefined variable in expression: _temp_removed_array
File mpmissions\__CUR_MP.Chernarus\mods\EVD\EVD_deploy.sqf, line 84
Error in expression if(_num_removed >= 1) then {
_temp_removed_array set [count _temp_rem>
Error position: <_temp_removed_array set [count _temp_rem>
Error Undefined variable in expression: _temp_removed_array
File mpmissions\__CUR_MP.Chernarus\mods\EVD\EVD_deploy.sqf, line 84
Cannot create non-ai vehicle c_grasstall,

;
;
;
;
;
;
;

Share this post


Link to post
Share on other sites
  • 0

Ну говори после чего началось) ведь изначально небыло наверно

Share this post


Link to post
Share on other sites
  • 0

Ну говори после чего началось) ведь изначально небыло наверно

Да в том то и дело что данный момент я упустил(((

Share this post


Link to post
Share on other sites
  • 0

момент я упустил

вот это очень плохо, нужно тестировать после установки каждого скрипта, где то полюбому накосячил, проще сборку собрать заново чем разгребать непонятно что)) там работы на часа 2 максимум если всё приготовлено.

Проверяй еще раз по гайдам все файлы которые редачил если пересобирать не хочешь... Еще есть такая хрень как не совместимость скриптов, то есть ты мог отредачить файлик, а потом его скопировать из другого гайда к другому скрипту, ну и естественно первый перестанет работать...

И вообще дай список что устанавливал :smile:

Edited by Karakurd (see edit history)

Share this post


Link to post
Share on other sites
  • 0

И вообще дай список что устанавливал :smile:

1.  http://s-platoon.ru/index.php?/topic/2359-gaid-door-managment/                                         Door Managment

2.  http://s-platoon.ru/index.php?/topic/48-skript-samozaliva-krovi-i-sniatiia-skinov/     (но без крови)  Скрипт самозалива крови и снятия скинов

3.  http://s-platoon.ru/index.php?/topic/635-gaid-seif-zony-ot-infistar-vladeltcam-antikhaka-ot-infistar/          Сейф-зоны от infiSTAR

4.  http://s-platoon.ru/index.php?/topic/1795-regulirovanie-prorisovki-cherez-dalnomer/                              Регулирование прорисовки через дальномер

5.  http://s-platoon.ru/index.php?/topic/16-nastroika-startovogo-luta-igrokov/                               Стартовый лут

6.  http://s-platoon.ru/index.php?/topic/742-velosiped-i-mozzi-iz-tulboksa-pkm/                           EVD

7.  http://s-platoon.ru/index.php?/topic/21-informatciia-o-servere-pri-vkhode/                            Инфо. о сервере при входе

8.  http://s-platoon.ru/index.php?/topic/1512-izmenyonnye-opovescheniia-ob-ubiistvakh/              Изменённые оповещения об убийствах

9.  http://s-platoon.ru/index.php?/topic/20-avtozapravka-pochinka-transporta/                            Автозаправка, починка транспорта

10.  http://s-platoon.ru/index.php?/topic/1929-fix-skript-antidiupa/                                           Скрипт антидюпа

11.  http://s-platoon.ru/index.php?/topic/1967-gaid-predvaritelnyi-prosmotr/                              Предварительный просмотр

12.  Радио-коммуникация с другими игроками (С англ. сайта)

13.  Snap Building Pro 1.4

14.  Центральный замок на авто

15.  Год-мод техники в трейд зонах но с обратными настройками.

16. Буксировка транспорта (С англ. сайта)

 

Вроде бы все.

И еще что заметил, при крафте мози/вело, перестает отображаться меню торговцев и починка транспорта в ручную.

Edited by illuminat (see edit history)

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

  • Similar Content

    • By daxters
      22:17:41 Error in expression <
      };
      };

      _blActivate = _this select 0;
      [_blActivate]spawn{
      VibrosStart = 1;
      _blA>
      22:17:41   Error position: <_blActivate]spawn{
      VibrosStart = 1;
      _blA>
      22:17:41   Error Undefined variable in expression: _blactivate
      22:17:41 File mpmissions\__cur_mp.chernarusredux\addons\blowout\module\blowout_client.sqf..., line 147
       
       
       
      22:17:47 Error in expression <t = 1;
      _blActivate = _this select 0;
      if(_blActivate == 0)then{
      [] spawn bl_detec>
      22:17:47   Error position: <_blActivate == 0)then{
      [] spawn bl_detec>
      22:17:47   Error Undefined variable in expression: _blactivate
      22:17:47 File mpmissions\__cur_mp.chernarusredux\addons\blowout\module\blowout_client.sqf..., line 150
       
       
      Как решить эти ошибки?
       

      Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.
    • By DIasTer
      кто нибудь встречался с этим? как исправить?
       
      19:54:45 File z\addons\dayz_server\WAI\compile\mission_winorfail.sqf, line 321
      19:54:46 Error in expression < ({[_x,_name] call fnc_inString;} count wai_clean_when_clear) != 0) then {

      _mi>
      19:54:46   Error position: <wai_clean_when_clear) != 0) then {

      _mi>
      19:54:46   Error Undefined variable in expression: wai_clean_when_clear
    • By Jdinovich
      Добрый день. Игрок стал жаловаться,что у него на сервере со временем стал падать фпс. Тоесть при заходе после рестарта у не 120фпс,но к рестарту у него всего лишь 50. Присутствуют иногда фризы(зависает игра на секунду или две потом отвисает) серверный фпс скажем так постоянно 50.
      Хостинг:
      Процессор:
      4 ядра Core i7 7700
      Оперативная память:
      8 Гб
      Жесткий диск:
      100 Гб
      Есть ошибки в рпт,ссылка на рпт ниже. Кто может не указать,а подсказать как именно устранить эти ошибки. Рассматриваются платные варианты.Писать сюда в лс или в вк
      https://vk.com/feed
       
      https://pastebin.com/CjinyPeW
    • By Jdinovich
      кто может помочь исправить ошибки в рпт? Иногда сервер просто вырубается типо краш. грешу на ошибки.Если что,то какова цена помощи
       
      https://pastebin.com/index.php?e=1
    • By Anton81
      Всем привет, может кто помочь??
      1. Ошибка в серверном RPT
      13:36:47 Error in expression <haracter,_magazines select 0,_magazines select 1];
      _character setVariable["Serve>
      13:36:47   Error position: <select 1];
      _character setVariable["Serve>
      13:36:47   Error Zero divisor
      13:36:47 File z\addons\dayz_server\compile\server_playerSync.sqf, line 62
      2. А ошибка в клиентском RPT
      Warning Message: No entry 'bin\config.bin/CfgMagazines.45Rnd_545x39_RPK'.
      Warning Message: No entry '.picture'.
      Warning Message: '/' is not a value
      Warning Message: No entry '.scope'.
      Warning Message: '/' is not a value
      Warning Message: Error: creating magazine 45Rnd_545x39_RPK with scope=private
      Warning Message: No entry '.displayName'.
      Warning Message: '/' is not a value
      Warning Message: No entry '.displayNameShort'.
      Warning Message: '/' is not a value
      Warning Message: No entry '.nameSound'.
      Warning Message: '/' is not a value
      Warning Message: No entry '.Library'.
      Warning Message: No entry '.libTextDesc'.
      Warning Message: '/' is not a value
      Warning Message: No entry '.type'.
      Warning Message: '/' is not a value
      Warning Message: No entry '.count'.
      Warning Message: '/' is not a value
      Warning Message: No entry '.maxLeadSpeed'.
      Warning Message: '/' is not a value
      Warning Message: No entry '.initSpeed'.
      Warning Message: '/' is not a value
      Warning Message: No entry '.reloadAction'.
      Warning Message: '/' is not a value
      Warning Message: No entry '.modelSpecial'.
      Warning Message: '/' is not a value
      Warning Message: No entry '.ammo'.
      Warning Message: '/' is not a value
  • Our picks

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