NummyVenom
Member-
Content count
9 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
1 NeutralAbout NummyVenom
-
Rank
Bambi
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
NummyVenom started following hogansheroes
-
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: // 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; I can't find anything wrong, maybe someone here could help?:)
-
Looks like no one could help:(
-
Well, don't know what was the error. But now it works, haven't done anything else like the times before, when it told 'statusbar not found' just deleted and tried again a week later, but now it works, it's confusing^^ Thy for the nice statusbar at all:)
-
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 there: // 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; {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; I can't find anything wrong, maybe someone here could help?:)
-
I don't say, that you're shared file is the problem^^ This is why I am asking if there is any setting else in config etc, that could cause that the statusbar isn't showing.
-
That is what I did first^^ doesn't work.
-
Hey, well done anything, and tried with another statusbar, same problem. Is there a setting where the statsbar could be disabled, it loads, but when i connect on the server it tells me Ressourcefile statusbar not found, any time. And no statusbar shows up on screen. Thx for help
-
Thx for the reply. Well i did, doesn't work:(
-
Hey, i sit here for many hours trying to get the statusbar 1.0.0 working, i tried almost everything that was posted here. It doesn't work, I can't see the statusbar at all. Server is working , no errormessage. Please help me. in my init.sqf [] execVM "addons\statusBar\statusBar.sqf"; in my descriptions.ext class RscTitles { #include "addons\StatusBar\statusBar.hpp" };