MTA Team 0xCiBeR Posted March 27, 2013 MTA Team Share Posted March 27, 2013 Does anyone know how could i edit the scoreboard default height in each name sow the my images will fit acordingli to the size of the image in this case 30 x 30? Thx Link to comment
Jaysds1 Posted March 27, 2013 Share Posted March 27, 2013 Try checking this out: https://wiki.multitheftauto.com/wiki/Re ... scoreboard Link to comment
MTA Team 0xCiBeR Posted March 27, 2013 Author MTA Team Share Posted March 27, 2013 nothing usefull there ._. Link to comment
ZL|LuCaS Posted March 27, 2013 Share Posted March 27, 2013 nothing usefull there ._. edit this on dxscoreboard_client.lua if (not rtPass or onlyAnim) and scoreboardDimensions.width ~= 0 and scoreboardDimensions.height ~= 0 then dxDrawRectangle( (sX/2)-(scoreboardDimensions.width/2), (sY/2)-(scoreboardDimensions.height/2), scoreboardDimensions.width, scoreboardDimensions.height, cScoreboardBackground, drawOverGUI ) end Link to comment
MTA Team 0xCiBeR Posted March 27, 2013 Author MTA Team Share Posted March 27, 2013 lol wich part?...Besides that edits the backround rectangle..I need to edit the name Rectangle... ._. Link to comment
ZL|LuCaS Posted March 27, 2013 Share Posted March 27, 2013 lol wich part?...Besides that edits the backround rectangle..I need to edit the name Rectangle... ._. you want to edit the size of the name of the players? Link to comment
MTA Team 0xCiBeR Posted March 27, 2013 Author MTA Team Share Posted March 27, 2013 DOnt know if i should edit the name ur what..I want the rectangle where the name, ping and other things is marked to be bigger so my rank images fit.. Link to comment
ZL|LuCaS Posted March 27, 2013 Share Posted March 27, 2013 DOnt know if i should edit the name ur what..I want the rectangle where the name, ping and other things is marked to be bigger so my rank images fit.. do not have space for by, the ranking? Link to comment
MTA Team 0xCiBeR Posted March 27, 2013 Author MTA Team Share Posted March 27, 2013 Exactly , my images get on top of the other players rank.. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now