• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Saving variables into multiple tables
#6
(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.
  Reply


Messages In This Thread
RE: Saving variables into multiple tables - by Gforcez - 2020-12-15, 03:22 PM

Forum Jump: