Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by Sioux
Compiler crash when I include "sqlitei". I use zeex patches.
Whats wrong?
Код:
#include <a_samp>
#undef MAX_PLAYERS
#define MAX_PLAYERS 100
#undef MAX_VEHICLES
#define MAX_VEHICLES 500
#include <crashdetect>
#define BUD_USE_WHIRLPOOL true
#include <bud>
#include <easydb>
#include <rbits >
#include <YSI\y_timers>
#include <YSI\y_va>
#include <YSI\y_iterate>
#include <sscanf2>
#include <zcmd>
#include <gvar >
#include <streamer>
#include <sqlitei>
Is better to uses BUD for users or sqlitei? Tnk you, and sorry for bad english
|
I don't use the patches, so I'm not sure about the crash. However, I see that you have 3 sqlite libraries. Sqlitei is just to make SQL easy period. BUD is like a save and load basis type of thing, it also makes the whole process easier. Use which one fits your likings (or both). But, EasyDB (by Gammix) is a BUD alternative, you shouldn't be using it with BUD (not saying you can't (not sure if you can), but it shouldn't be done).