0 Members and 1 Guest are viewing this topic.
Changing player's account name (ingame nickname) with command would be nice, ofc if it's possible to add.
Could you make it that won't require password for registering and use HWID instead ?
Adding player clan support: admin can add tag and access to the leader of clan,so he could add/delete players from database,clan top and ratings.Possible in-game ranks,(Private,Sergeant and etc.),can be custom.
Quote from: omerstart on March 18, 2011, 04:26:39 pmCode: [Select] _FOLDER_VIPLIST = './loginsystem_data/viplist/';Why does not anything else related to viplist...and sorry bad engilish I actually wanted to implement a system to reserve slots, but I didn't find time to complete it.
Code: [Select] _FOLDER_VIPLIST = './loginsystem_data/viplist/';Why does not anything else related to viplist...and sorry bad engilish
_FOLDER_VIPLIST = './loginsystem_data/viplist/';
Quote from: Beowulf Agate on September 26, 2010, 08:57:18 amLogInSystem script with 500+ (also 400+) accounts hangs server for 1-2 sec, just before Top10 list appearance on new map. Its not occurs with 200+ accounts. Anyone else have the same problem? How can I fix this?This is primarily due to the sort algorithm used to order the accounts. A binary tree as iDante suggested could fix this issue. I'm afraid, but I'm not going to maintain the script any longer, because a couple of forum members, including me, are working on global account system. If you want to get more information about our project join our quakenet channel #soldat.sgas. Though, I would really appreciate any updates to the script. I hope someone is going to sacrifice his or her time to help you.
LogInSystem script with 500+ (also 400+) accounts hangs server for 1-2 sec, just before Top10 list appearance on new map. Its not occurs with 200+ accounts. Anyone else have the same problem? How can I fix this?
Quote from: CurryWurst on September 26, 2010, 01:58:44 pmQuote from: Beowulf Agate on September 26, 2010, 08:57:18 amLogInSystem script with 500+ (also 400+) accounts hangs server for 1-2 sec, just before Top10 list appearance on new map. Its not occurs with 200+ accounts. Anyone else have the same problem? How can I fix this?This is primarily due to the sort algorithm used to order the accounts. A binary tree as iDante suggested could fix this issue. I'm afraid, but I'm not going to maintain the script any longer, because a couple of forum members, including me, are working on global account system. If you want to get more information about our project join our quakenet channel #soldat.sgas. Though, I would really appreciate any updates to the script. I hope someone is going to sacrifice his or her time to help you.and maybe you can do something about this too since you are doing a final update?