I need some help with this >.<, I'm want to set to each player a Name/Tag/etc, for example:
PHP Code:
enum {
London,
Manchester,
Liverpool,
Glasgow,
Dundee,
Aberdeen,
Paris,
Berlin,
//And so on... Until we have 32 different names
}
But the name that the player gets, can't repeat with another client. So, let's say, I'm London but there can't be another player called London.
I'm trying to figure up, but I don't get anywhere >.<, any help please?