Hello everyone,
I was wondering if there was a built-in database in gmod you can use as a developer.
I am trying to save some strings in it, that should be on there forever.
I hope you can help with this!
-Wip
Hello everyone,
I was wondering if there was a built-in database in gmod you can use as a developer.
I am trying to save some strings in it, that should be on there forever.
I hope you can help with this!
-Wip
The SQLite database. If you want a quick and dirty way you can use
cookie.Set (which uses the sql library) or
I wonder how I didn’t find that on the Gmod Wiki
Thank you