• 0
.Lynx.

can someone tell me how to install creampie's status bar?

Question

30 answers to this question

  • 0

There are several threads about this, but here goes

1. in mission folder make a folder calling it addons

2. make sub folder call that StatusBar

copy

    icons folder and  statusBar.hpp and   statusBar.sqf into the statusbar folder

open your initPlayerLocal.sqf

find if (!hasInterface || isServer) exitWith {}; and place directly above , like so:

//statusbar 
[] execVM "addons\statusBar\statusbar.sqf";

if (!hasInterface || isServer) exitWith {};

save file.

and should work

 

Share this post


Link to post
Share on other sites
  • 0
26 minutes ago, tinboye said:

There are several threads about this, but here goes

1. in mission folder make a folder calling it addons

2. make sub folder call that StatusBar

copy

    icons folder and  statusBar.hpp and   statusBar.sqf into the statusbar folder

open your initPlayerLocal.sqf

find if (!hasInterface || isServer) exitWith {}; and place directly above , like so:


//statusbar 
[] execVM "addons\statusBar\statusbar.sqf";

if (!hasInterface || isServer) exitWith {};

save file.

and should work

 

look ok ?

84aa75fdf77636862c34cfa1a57cb2c2.png

 

Share this post


Link to post
Share on other sites
Advertisement
  • 0
On 29.3.2017 at 6:20 PM, tinboye said:

There are several threads about this, but here goes

1. in mission folder make a folder calling it addons

2. make sub folder call that StatusBar

copy

    icons folder and  statusBar.hpp and   statusBar.sqf into the statusbar folder

open your initPlayerLocal.sqf

find if (!hasInterface || isServer) exitWith {}; and place directly above , like so:


//statusbar 
[] execVM "addons\statusBar\statusbar.sqf";

if (!hasInterface || isServer) exitWith {};

save file.

and should work

 

When joining the server i get the message | Resource title RscStatusBar not found

 

95d31cacd9d670378624da33cab3e57c.png

Share this post


Link to post
Share on other sites
  • 0
7 hours ago, ~EL BARTO~ said:

Be sure u have made a folder named "addons" and that the files are in there!

The info said that the RSC file could not be found where the file should have to be :rock:

I did exactly like above. Same caps etc

Share this post


Link to post
Share on other sites
  • 0

i use this same statusbar in my mission file i have a folder called addons, a folder in that called statusbar in that folder is where the statusbar files are works fine :)

 

only diffrence is my 

[] execVM "addons\statusBar\statusbar.sqf";

is in the init file not the localplayerinit

Edited by InSaNeNiTe

Share this post


Link to post
Share on other sites
  • 0
3 hours ago, InSaNeNiTe said:

i use this same statusbar in my mission file i have a folder called addons, a folder in that called statusbar in that folder is where the statusbar files are works fine :)

 

only diffrence is my 


[] execVM "addons\statusBar\statusbar.sqf";

is in the init file not the localplayerinit

Tried transferring it to init instead but it still doesn't work :/

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.