i get a errormessage in my log everytime, no matter what i tried. So i use the original files now, nothing changed at all but get the same errormessage everytime, don't know how I have to change it to make it work. Hope you an help me:)
Error message is:
Error in expression <elect _forEachIndex set [0, toLower (_x select 0)];} forEach R3F_LOG_CFG_can_tra>
0:28:56 Error position: <select 0)];} forEach R3F_LOG_CFG_can_tra>
0:28:56 Error Generic error in expression
0:28:56 File mpmissions\__cur_mp.Altis\R3F_LOG\init.sqf, line 46
My mpmissions\__cur_mp.Altis\R3F_LOG\init.sqf, looks like this :
// On passe tous les noms de classes en minuscules
{R3F_LOG_CFG_can_tow set [_forEachIndex, toLower _x];} forEach R3F_LOG_CFG_can_tow;
{R3F_LOG_CFG_can_be_towed set [_forEachIndex, toLower _x];} forEach R3F_LOG_CFG_can_be_towed;
{R3F_LOG_CFG_can_lift set [_forEachIndex, toLower _x];} forEach R3F_LOG_CFG_can_lift;
{R3F_LOG_CFG_can_be_lifted set [_forEachIndex, toLower _x];} forEach R3F_LOG_CFG_can_be_lifted;
{R3F_LOG_CFG_can_transport_cargo select _forEachIndex set [0, toLower (_x select 0)];} forEach R3F_LOG_CFG_can_transport_cargo;
{R3F_LOG_CFG_can_be_transported_cargo select _forEachIndex set [0, toLower (_x select 0)];} forEach R3F_LOG_CFG_can_be_transported_cargo;
{R3F_LOG_CFG_can_be_moved_by_player set [_forEachIndex, toLower _x];} forEach R3F_LOG_CFG_can_be_moved_by_player;
And this is what it tells me to look like:
// On passe tous les noms de classes en minuscules
{R3F_LOG_CFG_can_tow set [_forEachIndex, toLower_x];} forEach R3F_LOG_CFG_can_tow;
{R3F_LOG_CFG_can_be_towed set [_forEachIndex, toLower_x];} forEach R3F_LOG_CFG_can_be_towed;
{R3F_LOG_CFG_can_lift set [_forEachIndex, toLower_x];} forEach R3F_LOG_CFG_can_lift;
{R3F_LOG_CFG_can_be_lifted set [_forEachIndex, toLower_x];} forEach R3F_LOG_CFG_can_be_lifted;
Hey,
i get a errormessage in my log everytime, no matter what i tried. So i use the original files now, nothing changed at all but get the same errormessage everytime, don't know how I have to change it to make it work. Hope you an help me:)
Error message is:
Error in expression <elect _forEachIndex set [0, toLower (_x select 0)];} forEach R3F_LOG_CFG_can_tra>
0:28:56 Error position: <select 0)];} forEach R3F_LOG_CFG_can_tra>
0:28:56 Error Generic error in expression
0:28:56 File mpmissions\__cur_mp.Altis\R3F_LOG\init.sqf, line 46
My mpmissions\__cur_mp.Altis\R3F_LOG\init.sqf, looks like this :
// On passe tous les noms de classes en minuscules
{R3F_LOG_CFG_can_tow set [_forEachIndex, toLower _x];} forEach R3F_LOG_CFG_can_tow;
{R3F_LOG_CFG_can_be_towed set [_forEachIndex, toLower _x];} forEach R3F_LOG_CFG_can_be_towed;
{R3F_LOG_CFG_can_lift set [_forEachIndex, toLower _x];} forEach R3F_LOG_CFG_can_lift;
{R3F_LOG_CFG_can_be_lifted set [_forEachIndex, toLower _x];} forEach R3F_LOG_CFG_can_be_lifted;
{R3F_LOG_CFG_can_transport_cargo select _forEachIndex set [0, toLower (_x select 0)];} forEach R3F_LOG_CFG_can_transport_cargo;
{R3F_LOG_CFG_can_be_transported_cargo select _forEachIndex set [0, toLower (_x select 0)];} forEach R3F_LOG_CFG_can_be_transported_cargo;
{R3F_LOG_CFG_can_be_moved_by_player set [_forEachIndex, toLower _x];} forEach R3F_LOG_CFG_can_be_moved_by_player;
And this is what it tells me to look like:
I can't find anything wrong, maybe someone here could help?:)
Share this post
Link to post
Share on other sites