CUI Pagination
Discussion in 'Rust Development' started by Sonny-Boi, Mar 9, 2018.
-
I'm not really sure you're even capable of doing this if you have to ask, but keep a page index for each player, then the items per page. Then get the next items based off an offset.
-
OK, so what im trying to do is have 2 pages of avaliable options to pick off. Nothing is stored in lists, i just want people to be able to flick between the 2 pages
-
-