06.05.2018, 09:10
i m working on dynamic checkpoint system but i dont know how to make using sqlite
help me here i did this much
how can i make it in sqlite so it starts savin please help
help me here i did this much
PHP код:
#define MAX_CHECKPOINTS 1000
enum cpinfo
{
CP_ID,
CP_INTERIOR,
CP_WORLD,
Float: CP_X,
Float: CP_Y,
Float: CP_Z,
Float: CP_SIZE,
Float: CP_DISTANCE,
};
new Checkpoint[MAX_CHECKPOINTS][cpinfo];