ULX

Author Topic: Tommy228 SpecDM, Data  (Read 1901 times)

0 Members and 1 Guest are viewing this topic.

Offline Gr0m3r

  • Newbie
  • *
  • Posts: 33
  • Karma: 1
Tommy228 SpecDM, Data
« on: December 26, 2017, 02:36:11 AM »
Can somebody help me? I'd like to know where is data (stats) stored from that specdm i can't find it.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Tommy228 SpecDM, Data
« Reply #1 on: December 26, 2017, 10:22:53 AM »
Though there seem to be a few various versions of Tommy228's Spectator Deathmatch, his github was updated 12 days ago.
Per the sv_stats.lua file, they use the SQL library.
That example uses the sql library, meaning that gmod/sv.db and less likely, gmod/cl.db files, would be where data is stored.
Many addons use those files to store persistent data.
« Last Edit: December 26, 2017, 10:26:42 AM by JamminR »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Gr0m3r

  • Newbie
  • *
  • Posts: 33
  • Karma: 1
Re: Tommy228 SpecDM, Data
« Reply #2 on: December 26, 2017, 11:25:33 AM »
Okey, thanks