AncienT Posted July 24, 2018 Share Posted July 24, 2018 As I do so that the rectangle does not appear in the same place, for example the rectangle appears with a table of players but all the names of the players appear where same, as I do so that one name after another appears dxDrawRectangle(screenW * 0.7021, screenH * 0.3151, screenW * 0.2832, screenH * 0.0534, tocolor(0, 0, 0, 150), false) Link to comment
xMKHx Posted July 25, 2018 Share Posted July 25, 2018 function dx () dxDrawRectangle(screenW * 0.7021, screenH * 0.3151, screenW * 0.2832, screenH * 0.0534, tocolor(0, 0, 0, 150), false) end addEventHandler("onClientRender", root, dx) Link to comment
Captain Cody Posted July 25, 2018 Share Posted July 25, 2018 Please give a better explanation of the issue you are having. Link to comment
JeViCo Posted July 26, 2018 Share Posted July 26, 2018 i think he created self-made gridlist but each element is drawing on top of previous one. dxDrawRectangle just a background 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