Scripting/Squirrel/Functions/DisconnectSQL

From Vice City Multiplayer
Revision as of 03:20, 5 August 2015 by Xmair (talk | contribs) (Created page with "'''Usage''' To use SQL you need to first download the sqlite plugin from https://bitbucket.org/stormeus/0.4-sqlite/downloads. Once you have downloaded it place the plugin in y...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing

Usage To use SQL you need to first download the sqlite plugin from https://bitbucket.org/stormeus/0.4-sqlite/downloads. Once you have downloaded it place the plugin in your plugins folder and load the plugin in your server.cfg by adding a line in plugins that is for 32 bit users it is sqlite04rel32 and for 64 bit users it is sqlite04rel64

Syntax To disconnect a database you need to use something like

DisconnectSQL( db ); on your onScriptUnload event

Adding tables to your database[edit] You can add a table to your database by using the following function that is