Ulysses
General => Off-Topic => Topic started by: Gr0m3r 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.
-
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 (https://github.com/Tommy228/TTT_Spectator_Deathmatch/blob/master/lua/sv_stats.lua) file, they use the SQL library (https://wiki.garrysmod.com/page/Category:sql).
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.
-
Okey, thanks