Thread: Knowledgebase
View Single Post
MistaGee
Senior Member
Join Date: Aug 2004
Location: Germany (Fulda)
Old 02-03-2008 , 09:15   Re: Knowledgebase
Reply With Quote #8

Quote:
Originally Posted by MistaGee View Post
It should work fine with this plugin, though I haven't tested it yet.
Now that I did test it, I actually found a problem: The table was not created correctly, apart from that it worked.

I've fixed that in the latest version.

Here's an example config, paste that into the "Databases" section in databases.cfg:
Code:
"knowledgebase"
{
    "driver"              "sqlite"
    "database"            "knowledgebase"
}
Then, all your data will be stored in the file cstrike/addons/sourcemod/data/sqlite/knowledgebase.sq3.

If you want a single db (file) to be used for all DB related stuff, just name the config section "default".

Hth...
__________________
Ich hab nie behauptet dass ich kein Genie bin!
Mumble-Django: A web interface for Mumble

Last edited by MistaGee; 02-03-2008 at 09:18.
MistaGee is offline
Send a message via ICQ to MistaGee