02.12.2009, 01:05
Thank you Seif!
Edit:
Ok, I added more line and I got errors again...
error 075: input line too long (after substitutions)
error 037: invalid string (possibly non-terminated string)
Edit:
Ok, I added more line and I got errors again...
pawn Код:
mysql_query ("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`)");
error 037: invalid string (possibly non-terminated string)