Jump to content
  • 0

Nightmare's Bug LOG


nightmare

Question

6 answers to this question

Recommended Posts

  • 0

spam of error in arma2oaserver.RPT:

Error Undefined variable in expression: _forcegear
File z\addons\dayz_server\compile\server_playerSync.sqf, line 97
Error in expression <date",false,true];
};
if (_isNewGear or _forceGear) then {

_playerGear = [weapo>

maybe a possible fix by removing the "_forceGear" variable on line 97 in "server_playerSync" (dayz_server.pbo) 

 

97: if (_isNewGear or _forceGear) then {

//diag_log ("gear..."); sleep 0.05;

_playerGear = [weapons _character,_magazines];

Link to comment
Share on other sites

  • 0

spam of error in arma2oaserver.RPT:

Error Undefined variable in expression: _forcegear
File z\addons\dayz_server\compile\server_playerSync.sqf, line 97
Error in expression <date",false,true];
};
if (_isNewGear or _forceGear) then {

_playerGear = [weapo>
maybe a possible fix by removing the "_forceGear" variable on line 97 in "server_playerSync" (dayz_server.pbo)

97: if (_isNewGear or _forceGear) then {

//diag_log ("gear..."); sleep 0.05;

_playerGear = [weapons _character,_magazines];

I have never seen that error before, have you customized your server pbo? Or any mission file fixes?

Link to comment
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
  • Advertisement
  • Discord

×
×
  • Create New...