16.10.2011, 05:24
E:\Meus Documentos\MySQL\MySQL 0.3D\gamemodes\MySQL.pwn(231) : error: 075: input line too long (after substitutions)
E:\Meus Documentos\MySQL\MySQL 0.3D\gamemodes\MySQL.pwn(231) : error: 037: invalid string (possibly non-terminated string)
E:\Meus Documentos\MySQL\MySQL 0.3D\gamemodes\MySQL.pwn(231) : error: 017: undefined symbol "CREATE"
E:\Meus Documentos\MySQL\MySQL 0.3D\gamemodes\MySQL.pwn(231) : error: 017: undefined symbol "TABLE"
E:\Meus Documentos\MySQL\MySQL 0.3D\gamemodes\MySQL.pwn(231) : error fatal: 107: too many error messages on one line
What I do ? '-'
E:\Meus Documentos\MySQL\MySQL 0.3D\gamemodes\MySQL.pwn(231) : error: 037: invalid string (possibly non-terminated string)
E:\Meus Documentos\MySQL\MySQL 0.3D\gamemodes\MySQL.pwn(231) : error: 017: undefined symbol "CREATE"
E:\Meus Documentos\MySQL\MySQL 0.3D\gamemodes\MySQL.pwn(231) : error: 017: undefined symbol "TABLE"
E:\Meus Documentos\MySQL\MySQL 0.3D\gamemodes\MySQL.pwn(231) : error fatal: 107: too many error messages on one line
pawn Код:
mysql_query("CREATE TABLE IF NOT EXISTS playerinfo(user VARCHAR(24) , password VARCHAR(40) , matou INT(20) , morreu INT(20) , dinheiro INT(20) , admin INT(20) , posx INT(20) , posy INT(20) , posz INT(20) , interior INT(20) , skin INT(20) , banco INT(20) , level INT(20), tutorial INT(20), respeito INT(20), time INT(20),cargo INT(20) , emprego INT(20), logado INT(20), sexo INT(20), idade INT(20)) posx INT(20) , posy INT(20) , posz INT(20) , interior INT(20) , skin INT(20) , banco INT(20) , level INT(20) , tutorial INT(20) , respeito INT(20) , time INT(20) ,cargo INT(20) , emprego INT(20) , logado INT(20) , sexo INT(20) , idade INT(20) ) ENGINE = MyISAM");