MYSQL - How can I do this?
#1

Hi all, I created, in the time, some systems and some of this use plus variables.

I decidid of converting my gamemode from ''Y_INI to MYSQL.

Now I have this:


PHP код:
#define MAX_OBJ 31
Float:O_X[MAX_OBJ],
Float:O_Y[MAX_OBJ],
Float:O_Z[MAX_OBJ],
Float:O_rX[MAX_OBJ],
Float:O_rY[MAX_OBJ],
Float:O_rZ[MAX_OBJ],
Oggetto[MAX_OBJ],
Piazzato[MAX_OBJ],
Modello[MAX_OBJ],
Interior[MAX_OBJ],
VirtualWorld[MAX_OBJ], 
I need to put in the database. How can I do this? Let's do some mats. 30 * 11 = 330 columns, .. 330. Can you tell me a way speedly, workly and a explanation? Thank you very much.

I use R-39 version of plugin MYSQL.
Reply
#2

Ugh no. 12 columns (the 11 you listed plus a unique id), infinite rows.
Reply
#3

Yes, 11 + ID.

So.. how to do this?
Reply
#4

I need to create columns for register step.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)