[Ajuda] Problemas com o tamanho da linha
#1

olб, estou fazendo uma integraзгo com banco de dados MySQL no meu GM, porйm estou tendo problemas com o tamanho das linhas de cуdigo, quando vou compilar dб esse erro:
Код:
C:\Users\Admin\Documents\samp03z_svr_R4_win32\gamemodes\brc.pwn(715) : error 075: input line too long (after substitutions)
o cуdigo onde se localiza o erro й o seguinte:

pawn Код:
mysql_query(Connection, "CREATE TABLE IF NOT EXISTS 'users' (\
    'id' int(11) NOT NULL AUTO_INCREMENT,\
    'name' varchar(25) NOT NULL,\
    'password' varchar(255) NOT NULL,\
    'bank' int(11) NOT NULL,\
    'skin' int(3) NOT NULL,\
    'money' int(11) NOT NULL,\
    'life' double NOT NULL,\
    'armor' double NOT NULL,\
    'x' double NOT NULL,\
    'y' double NOT NULL,\
    'z' double NOT NULL,\
    'angle' double NOT NULL,\
    'interior' int(11) NOT NULL,\
    'vw' int(11) NOT NULL,\
    'weapon1' int(2) NOT NULL,\
    'ammo1' int(4) NOT NULL,\
    'weapon2' int(2) NOT NULL,\
    'ammo2' int(4) NOT NULL,\
    'weapon3' int(2) NOT NULL,\
    'ammo3' int(4) NOT NULL,\
    'org' int(1) NOT NULL,\
    'email' varchar(255) NOT NULL,\
    'recover_token' varchar(64),\
    'recover_request' timestamp,\
    PRIMARY KEY ('id'));"
,false,"r@MySQL_Start","s","users");
Alguйm sabe como resolver?
Reply


Messages In This Thread
Problemas com o tamanho da linha - by Chainksain - 16.10.2014, 08:30
Re: Problemas com o tamanho da linha - by mau.tito - 16.10.2014, 09:31
Re: Problemas com o tamanho da linha - by Chainksain - 16.10.2014, 17:27
Re: Problemas com o tamanho da linha - by Chainksain - 17.10.2014, 18:08
Re: Problemas com o tamanho da linha - by Chainksain - 17.10.2014, 21:41

Forum Jump:


Users browsing this thread: 1 Guest(s)