08.01.2017, 15:22
Quote:
Well, I'm pretty sure I have the latest samp server version,
even though I re-install it, it still gives me the same error; |
Quote:
SQLite stuff:
- The sqlite functions db_open and db_query now return indexes (starting at 1) instead of memory handles. That means the server tracks the memory handles internally and won't crash if invalid handles are used. - Several extra sqlite db_* functions have been added. Please see the a_sampdb.inc for a full list. - Adds %q to format(). %q is the same as %s although the input will first be passed through sqlite's string escaping function. - Adds console variable 'db_logging'. Logs sqlite db_* function errors to the main server_log. - Adds console variable 'db_log_queries'. Logs all sqlite db_query() calls including the query string. |