Hello All,
Updated our server today to the new Arma Build and noticed massive amounts of Errors in the RPT. Most of them being related to removeAction and Else statements. Here's a few for example...
Error in expression <sNearFeed) then { _vehicle removeAction _vehicle_refuel_id; _vehicle = objNull; > Error position: <_vehicle_refuel_id; _vehicle = objNull; > Error Undefined variable in expression: _vehicle_refuel_id File mpmissions\__CUR_MP.Chernarus\fixes\kh_actions.sqf, line 36
and
Error in expression <t.sqf"; if ( !((getPlayerUID player) in AdminList) && !((getPlayerUID player) in> Error position: <AdminList) && !((getPlayerUID player) in> Error Undefined variable in expression: adminlist File mpmissions\__CUR_MP.Chernarus\init.sqf, line 146 Error in expression <ivate.sqf" if ((getPlayerUID player) in AdminList || (getPlayerUID player) in Mo> Error position: <AdminList || (getPlayerUID player) in Mo> Error Undefined variable in expression: adminlist File mpmissions\__CUR_MP.Chernarus\admintools\Activate.sqf, line 1
and
Error in expression <ired = {}; fnc_usec_damageHandler = {}; thePlayer removeAllEventHandlers "handle> Error position: <thePlayer removeAllEventHandlers "handle> Error Undefined variable in expression: theplayer File mpmissions\__CUR_MP.Chernarus\Welcome\welcomespawn.sqf, line 36
and
Error in expression <", ""]; }; } else { player removeAction s_player_selfBloodbag; s_player_selfBloo> Error position: <s_player_selfBloodbag; s_player_selfBloo> Error Undefined variable in expression: s_player_selfbloodbag File mpmissions\__CUR_MP.Chernarus\custom\fn_selfActions.sqf, line 30
and
Error in expression <arget]; }; } else { player removeAction s_player_removeEmerald; s_player_removeE> Error position: <s_player_removeEmerald; s_player_removeE> Error Undefined variable in expression: s_player_removeemerald File mpmissions\__CUR_MP.Chernarus\custom\fn_selfActions.sqf, line 1099
and...lol
Error in expression <er_studybody = -1; player removeAction s_player_clothes; s_player_clothes = -1;> Error position: <s_player_clothes; s_player_clothes = -1;> Error Undefined variable in expression: s_player_clothes File mpmissions\__CUR_MP.Chernarus\custom\fn_selfActions.sqf, line 482
It goes on and on for over a 100k lines of RPT. most seem to be associated with fn_selfactions.sqf. I guess this is the dilemma with having a heavily modded mission file and the age old question...to update or not to update? I looked through the entire change log to see if there were any changes related to these scripting methods and came up empty. Should I wait for Epoch to push out an update? I really like how the server runs now with all of the Crash and Bandwidth changes and fixes they made but this is insane amount of errors...Thoughts, opinions? What was your experience if you updated? If you didn't why not?
Thanks
Zero