11.06.2015, 20:52
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:
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.
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 use R-39 version of plugin MYSQL.