Suren-711:
I want it to be like the monopoly (electronic banking system thing) which is used to minus or add people points
I think it would help us (and you) if you make a very simple drawing that illustrates what your finished device will look like. It does not have to be a fancy artistic drawing - just sufficient so we can see what you have in mind.
So it sounds you would like to hard code a bunch of names (regular players - you & your friends), plus a number of generic player names - player 1, player 2 - but why not making it more interesting: name them colours, use names of well known local developers, animals, or whatever. Doesn't matter. It's a fixed list.
Then at the start of the game you have to select the number of players (2-6?) and who is playing.
During the game you want to add/subtract points (money) from the players. So you have to think of how to do that: how to select the correct player, add/subtract the amount, allow for mistakes to be made and corrected, set limits based on the game rules.
How do you want to have scores displayed during game play, if at all?
Will the code that I use be the same(from earlier post) or would it be diffrent.IF it is diffrent could you give me a basic image or example of the code.