Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by //exora
pawn Код:
new iQuery[ 1024 ]; format(iQuery, 1024, "CREATE TABLE IF NOT EXIST `jugadores`(\ `id` int(11) NOT NULL autoincrement PRIMARY KEY,\ `nombre` varchar(24) NOT NULL,\ `seсa` varchar(50) NOT NULL,\ `nivel` int(1) NOT NULL default `0`,\ `ip` int(16) NOT NULL,\ `correo` varchar(50) NOT NULL,\ `fecha` date(15),\ `ultima` datetime(20),\ `sacadas` int(6) NOT NULL default `0`,\ `banco` int(17) NOT NULL default `0`,\ `carcel` int(3) NOT NULL default `0`,\ `congelado` int(3) NOT NULL default `0`,\ `dinero` int(8) NOT NULL default `0`,\ `skin` int(3) NOT NULL,\ `castigos` int(6) NOT NULL default `0`)"); mysql_query(iQuery);
0
|
I don't think this would make the difference.
But you can just do two queries instead of one.
|
It doesn't even work, I guess I'll have to make 2 tables.