Hello, its me again.
Im trying to client login system.
client setinfo holds index and password, so index will be like username but its number.
Problem right now is that setinfo can be full and my server can not write him that information.
There are now 2 ways in my system what client can choose
Quote:
[menu]
1. Enter index, password in motd, this way is bad because every connect he need to login and he will need to remember his password and index.
2. Write automatically index and password in config ( so he dont need to login every time )
|
If 2. fails and setinfo data is exceeded then what i want to give him is
Quote:
[menu] // setinfo is full
1 auto clean setinfo
2 disconnect and comeback with clean setinfo
3 how to clean setinfo by yourself
4 exit // if he choose this then he will have only 1. enter index password in motd, ohter ways kicked.
|
if he choose 1 then server read all setinfo keys and values what client have
then client can choose what he will remove.
Im always trying to make ohter life much easier by inventing new useful things
The problem is how do i get all setinfo key names and values?
-DareDevil