sqlite
#1

i m working on dynamic checkpoint system but i dont know how to make using sqlite
help me here i did this much
PHP код:
#define MAX_CHECKPOINTS 1000
enum cpinfo
{
 
CP_ID,
 
CP_INTERIOR,
 
CP_WORLD,
 
FloatCP_X,
 
FloatCP_Y,
 
FloatCP_Z,
 
FloatCP_SIZE,
 
FloatCP_DISTANCE,
};
new 
Checkpoint[MAX_CHECKPOINTS][cpinfo]; 
how can i make it in sqlite so it starts savin please help
Reply


Messages In This Thread
sqlite - by CrystalGamer - 06.05.2018, 09:10
Re: sqlite - by JesterlJoker - 06.05.2018, 09:58
Re: sqlite - by CrystalGamer - 06.05.2018, 10:26

Forum Jump:


Users browsing this thread: 1 Guest(s)