Jump to content

[Solved]scoreboard scroll


Weii.

Recommended Posts

How could I modify a table so it will only show 16 players and when the scroll with mouse wheel it shoud show 1 more and 1 less at top... I am making a scoreboard, I hope you undersand me

Edited by Guest
Link to comment

You could use do that with an offset variable like

local offset = 0

onClientScroll or smth like that

and then just offset +/- 1

and then add it to the Y axis variable at your drawing function like:

dxDrawText("player",x,y-offset,.....)

hope this helps you.

Sent from my phone.

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...