Jump to content

Database and name persistent


itsatrap

Recommended Posts

Okay, been trying to figure this name thing out.

  • when a players die there is no data in the player:STEAMID row only a empty array []
  • The name of the players changes if they logout in combat/near others players

Most players get an BOT name when logging of
 
this array shows how many players have the same name

Real names is use one time bot multiple.

 

With this "bug" its hard to find players by name or make a good controlpanel with out make som MAD hack thats sync player name and steamid to another database

Array
(
    [Faisal Siddiqi] => 4
    [Khalil Amani] => 4
    [Jabr Yusufzai] => 3
    [Habib Sangeen] => 3
    [Idris Zakhilwal] => 2
    [Karim Jalali] => 2
    [Majeed Amin] => 2
    [Haikal Gailani] => 2
    [Abdul-Aziz Ghafurzai] => 2
    [Rahim Saikal] => 2
    [Latif Amin] => 2
    [Rahim Khalili] => 2
    [Callum Lee] => 2
    [Akbar Sangeen] => 2
    [Farid Jalali] => 2
    [BK-snake] => 2
    [Adil Kakar] => 2
    [Dexter Morgan] => 1
    [mikkel] => 1
    [Agurk] => 1
    [Amir Ajani] => 1
    [Dialogic] => 1
    [Paul Watson] => 1
    [Jonthe] => 1
    [SgtSeymour] => 1
    [Stainer] => 1
    [Abdul-Aziz Shah] => 1
    [Nitro3000dk] => 1
    [maLakai] => 1
    [Mahmood Kakar] => 1
    [Kesagake] => 1
    [Sami Sangeen] => 1
    [SpliffBoy] => 1
    [Lappel] => 1
    [[GP] Emptyz] => 1
    [stefan] => 1
    [Terham] => 1
)
Link to comment
Share on other sites

Its not a hack, I never used a NoSQL database is standalone, like it is currently being done is Epoch. Normal a NoSQL is used for caching, like the login system or number of other things like that, and that NoSQL service reads and syncs with a backend SQL server like MySQL or MSSQL. Building a backend database to your control panel that syncs with the Redis isn't a bad idea, SQL has a schema, which can be a limitation and a blessing. Lets take logs, and we want to store them for 6 plus months that could be a million plus rows. With out indexes and schema that is going to be a PITA to sort and deal with. Granted NoSQL having no schema is way easier to developer for and has lower hardware requirements per performance.. but syncing with a SQL for reporting and management isn't bad either.

Link to comment
Share on other sites

Well tried to set doppelgangerTime  to 0, but no luck still bot names.

Array
(
    [Faisal Siddiqi] => 6
    [Majeed Amin] => 6
    [Khalil Amani] => 5
    [Jabr Yusufzai] => 4
    [Idris Zakhilwal] => 3
    [Adil Kakar] => 3
    [Farid Jalali] => 3
    [Karim Jalali] => 2
    [Rahim Saikal] => 2
    [Callum Lee] => 2
    [Latif Amin] => 2
    [Habib Sangeen] => 2
    [Akbar Sangeen] => 2
    [BK-snake] => 2
    [[GP] Emptyz] => 1
    [SgtSeymour] => 1
    [Abdul-Aziz Shah] => 1
    [Sami Sangeen] => 1
    [Lappel] => 1
    [Agurk] => 1
    [mikkel] => 1
    [Dialogic] => 1
    [Mahmood Kakar] => 1
    [Dexter Morgan] => 1
    [Rahim Khalili] => 1
    [SpliffBoy] => 1
    [Terham] => 1
    [Stainer] => 1
    [Paul Watson] => 1
    [Nitro3000dk] => 1
    [Jonthe] => 1
    [Amir Ajani] => 1
    [Abdul-Aziz Ghafurzai] => 1
    [Haikal Khalili] => 1
    [stefan] => 1
    [Bente S├©rensen] => 1
    [Haikal Gailani] => 1
    [Kesagake] => 1
    [maLakai] => 1
Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...