Welcome, Guest. Please login or register.Did you miss your activation email?
if(hasInterface) then{[] execVM "addons\statusBar\statusbar.sqf"};
#include "addons\statusBar\statusBar.hpp"
My status bar is showing slightly to the left,Also i have replaced your playerhud sqf with mine.Ive attached a screenshoot.Edit: joining your server ,Same issue,maybe its my end ?
It has to do with your UI scale - the positioning is made for the default ( small ) ui scale. If you change back to small ,it will align to the middle I also used to run normal UI scale , but since the default is small , everyone else but me were misaligned.
x = safezoneX + safezoneW - 1.45; y = safezoneY + safezoneH - 0.063; w = 1.35; h = 0.06;
I kind of figured it out.I adjusted the x coordinates Code: [Select]x = safezoneX + safezoneW - 1.45; y = safezoneY + safezoneH - 0.063; w = 1.35; h = 0.06;Now to make it slightly smaller.i gather i need to adjust the width and h ?I added a screeny on how it looks now.Its slightly big,but going to try and make it smaller.Nice status bar creampie.How do you change the Ui Scale?
Thanks a ton for this! Great work.
Credit goes to the guys over at EpochMod for updating their old status bar I just made a few tweaks.
the clock on the hud looks werid, its not displayng the time properly, its making a countdown, 2:58 , 2:57, its not displayng the game time or my desktop time, i dont know what is worng