just wanting to ask if there is a limit to how many points we can have of each type of currency, mainly the shop coins like this one http://image.prntscr.com/image/b4327422cca748ef923684dcb2c67cec.png
well, it have passed the 2^16 "short" limit already. so the next up is either 2^31 signed int or like utsuro said, by character length, which is some number of 9s.