Jump to content

[HOWTO] Adding a player statusBar


piX

Recommended Posts

  On 4/7/2015 at 2:37 AM, HeMan said:

Hello guys

First. Very nice script.

One question. I read a lot in these article and i dont find my qustion.

When I or other player activate the debug from Epoch then disappear the toolbar and dont come back.

There are anyone fix ?

 

Sry if there is this question already.

 

 

Use the update posted a page or two back by myself or Scarr.  Those versions include fixes for the disappearing status bar.

Link to comment
Share on other sites

I added  

 

!="\"gmtPacket\" = [<NULL-object>]"

 

at the end of line one on publicvariable.txt but I'm still getting kicked with battleeye error #0 with this in the logs :-

 

#0 "gmtPacket" = [<NULL-object>]

 

now do I have to add !="gmtPacket" at the beginning of line one as well?

Link to comment
Share on other sites

  On 4/7/2015 at 9:48 PM, DeadandGone said:

I added  

 

!="\"gmtPacket\" = [<NULL-object>]"

 

at the end of line one on publicvariable.txt but I'm still getting kicked with battleeye error #0 with this in the logs :-

 

#0 "gmtPacket" = [<NULL-object>]

 

now do I have to add !="gmtPacket" at the beginning of line one as well?

 

Put

 

!="gmtPacket" = [<NULL-object>]

 

In the first line of publicvariable.txt

 

Thanks to cyncrwler for this fix, btw.

Link to comment
Share on other sites

  On 4/8/2015 at 10:55 PM, DeadandGone said:

Just updated to 0.3.0.2 and arma 1.4.2 and get the error Resource title osefStatusBatAdmin not found not sure if I mist something or if the patch broke something...

 

Hi there,  the resource title seems wrong unless you have a different version. If i remember correctly it is osefStatusBar?

Link to comment
Share on other sites

Hey guys,

So I was getting the kick: #22 "#line 1 "mpmissions\__CUR_MP.Chernarus\init.sqf" 

[] execVM "scripts\fn_statusBar.sqf";"

 

I changed my line 23 (7 exec) from:

 

!="execVM \"\MPMissions\epoch.Chernarus\scripts\fn_statusBar.sqf\""

to

!="execVM \"\MPMissions\epoch.Chernarus\scripts\fn_statusBar.sqf""

 

By taking away the \ at the end, it stopped kicking me.  Why? All the examples in this thread have the backslash after fn_statusBar.sqf.  If someone could explain it or tell me why I am wrong  I would appreciate it. 

 

On another note, I cant copy and paste into the reply box for this forum.  If you have had that problem, PM me.  I have tried Ctrl C and Ctrl V, right click of the mouse and using the paste tool built into the forum reply box.

Thanks.

 

Link to comment
Share on other sites

  On 4/9/2015 at 12:56 PM, ScaRR said:

Hi there, the resource title seems wrong unless you have a different version. If i remember correctly it is osefStatusBar?

I have sane problem, the version are a darth's linked version previusly posted by darth..

 

EDIT: That work.. i forgot this in description.ext:

class RscTitles

{
 
#include "Status_Bar\statusBar.hpp"
}; 
LOL 
Link to comment
Share on other sites

  On 4/9/2015 at 3:32 PM, B_Man said:

Hey guys,

So I was getting the kick: #22 "#line 1 "mpmissions\__CUR_MP.Chernarus\init.sqf" 

[] execVM "scripts\fn_statusBar.sqf";"

 

I changed my line 23 (7 exec) from:

 

!="execVM \"\MPMissions\epoch.Chernarus\scripts\fn_statusBar.sqf\""

to

!="execVM \"\MPMissions\epoch.Chernarus\scripts\fn_statusBar.sqf""

 

By taking away the \ at the end, it stopped kicking me.  Why? All the examples in this thread have the backslash after fn_statusBar.sqf.  If someone could explain it or tell me why I am wrong  I would appreciate it. 

 

On another note, I cant copy and paste into the reply box for this forum.  If you have had that problem, PM me.  I have tried Ctrl C and Ctrl V, right click of the mouse and using the paste tool built into the forum reply box.

Thanks.

Post the whole line from your scripts.txt Quotation marks that are within the exception must be prefaced with a \. Thus the \"\MPmissions...

Edit: Try !="execVM \"\MPMissions\epoch.Chernarus\scripts\fn_statusBar.sqf\";" notice the ; See if that works. Though mine works as in your first example.

RE: the copy and paste issue. If you're running IE...

At the top left of the posting box is what appears to be a light switch. Try clicking it. Then you should be able to copy and paste. I have to do that just to quote a post. You can click it again to see what the formatting looks like. If someone knows a more definitive approach, I'm all ears.

Link to comment
Share on other sites

  On 4/9/2015 at 12:56 PM, ScaRR said:

Hi there,  the resource title seems wrong unless you have a different version. If i remember correctly it is osefStatusBar?

 

 

Has anyone resolved this as im having the same issue

Link to comment
Share on other sites

So, this is what I currently have and it does not work.

  Reveal hidden contents

7 exec !="<execute expression=" !"RscDebugConsole_execute" !"execFSM" !"_executeStackedEventHandler" !"fn_execVM" !"fn_moduleExecute" !"fn_execRemote" !"fn_MPexec" !"bis_fnc_moduleExecute_activate" !"fn_tridentExecute" !"randomize_civ1" !"executed from" !"EPOCH_DebugGUI_exec" !"_handle = [_display] execVM _script;" !"execVM \"\A3\Structures_F\scripts" !="execVM \"\A3\Structures_F_EPC\Civ\PlayGround\scripts\Carousel_spin.sqf\"" !="execVM \"\MPMissions\epoch.Chernarus\scripts\fn_statusBar.sqf\"" !="reviveExecuteTemplates"

However, when I remove the backslash, it works and I get no kick.

  Reveal hidden contents

7 exec !="<execute expression=" !"RscDebugConsole_execute" !"execFSM" !"_executeStackedEventHandler" !"fn_execVM" !"fn_moduleExecute" !"fn_execRemote" !"fn_MPexec" !"bis_fnc_moduleExecute_activate" !"fn_tridentExecute" !"randomize_civ1" !"executed from" !"EPOCH_DebugGUI_exec" !"_handle = [_display] execVM _script;" !"execVM \"\A3\Structures_F\scripts" !="execVM \"\A3\Structures_F_EPC\Civ\PlayGround\scripts\Carousel_spin.sqf\"" !="execVM \"\MPMissions\epoch.Chernarus\scripts\fn_statusBar.sqf"" !="reviveExecuteTemplates"

Even if I move to the end of the line, see below, it still kicks. Only removing the backslash works. I just want to make sure this is ok or is it going to cause me problems later/

  Reveal hidden contents

7 exec !="<execute expression=" !"RscDebugConsole_execute" !"execFSM" !"_executeStackedEventHandler" !"fn_execVM" !"fn_moduleExecute" !"fn_execRemote" !"fn_MPexec" !"bis_fnc_moduleExecute_activate" !"fn_tridentExecute" !"randomize_civ1" !"executed from" !"EPOCH_DebugGUI_exec" !"_handle = [_display] execVM _script;" !"execVM \"\A3\Structures_F\scripts" !="execVM \"\A3\Structures_F_EPC\Civ\PlayGround\scripts\Carousel_spin.sqf\"" !="reviveExecuteTemplates" !="execVM \"\MPMissions\epoch.Chernarus\scripts\fn_statusBar.sqf\""

Floyd, adding the ";" did not help.

Link to comment
Share on other sites

  On 4/9/2015 at 9:26 PM, Jops said:

Has anyone resolved this as im having the same issue

 

Yes I've got it working now...

 

What I mist when I originally installed this was :-

 

class RscTitles

{

#include "Status_Bar\statusBar.hpp"

};

 

The bit in bold I mist out in the description.ext file for some reason the update broke it but make sure that is in place and all is good... also before the class RscTitles you may have to add a { as one is missing with mine

Link to comment
Share on other sites

Hi anybody a idea why by me no restart time show here alink to a picture:

 

http://cloud-4.steamusercontent.com/ugc/537393920681376652/16C42E490D9C0331D4AF6C2BB0EF9521F92E1D14/

 

and yes i have the dll in the arma 3 root folder and he is release . and i change the -4 to my location 2 german in the restarttime.sqf : _gmtHourDiff = 2; //timezone difference for you server form GMT/ UTC

Link to comment
Share on other sites

Too complicated to explain.  Just use this one.

 

  Reveal hidden contents

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
×
×
  • Create New...