Hey, i really like this script.
But I've got a big problem and can't figure out what I've done wrong.
Well everytime I have an errormessage in my serverlog that says:
15:46:43 Error in expression <elect _forEachIndex set [0, toLower (_x select 0)];} forEach R3F_LOG_CFG_can_tra>
15:46:43 Error position: <select 0)];} forEach R3F_LOG_CFG_can_tra>
15:46:43 Error Generic error in expression
15:46:43 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 untouched after downloading. So what do I have to do? :)
Thx anyway