2020-12-15, 03:22 PM
(2020-12-15, 03:15 PM)Epureanu Wrote: Settled into categories:
basic - password, position of player, his money, etc.
kills - kills, deaths, suicides, etc...
admin - each admin privileges for certain commands
weapon - weapon stats
cars - carss tats... etc.
So basic, kills, admin, weapon, cars should be tables separated, or else I would have 1000 columns in one table (basic), which would be ridiculous.
Yes, I would probably make seperate tables for the statistics you have listed here, using the id of the users' account (what you've listed as "basic" stats)?to select and update the players stats.