SA-MP Forums Archive
[Ajuda] Problemas com o tamanho da linha - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Problemas com o tamanho da linha (/showthread.php?tid=542005)



Problemas com o tamanho da linha - Chainksain - 16.10.2014

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?


Re: Problemas com o tamanho da linha - mau.tito - 16.10.2014

Usa a versao R7 , e cria a tabela manualmente assim voce nao tera esse tipo de problema !


Re: Problemas com o tamanho da linha - Chainksain - 16.10.2014

Eu queria criar um sistema totalmente automatizado mesmo, onde qdo o gamemode eh iniciado ja cria tudo certinho, mas se nгo der acho que vou ter que criar a database na mгo mesmo..

mais uma coisa... aonde posso obter a versao R7 do plugin? o link do tуpico original estб quebrado


Re: Problemas com o tamanho da linha - Chainksain - 17.10.2014

UP ngm respondeu... .-.


Re: Problemas com o tamanho da linha - Chainksain - 17.10.2014

UP

jб encontrei o plugin, porйm preciso da biblioteca libmysql para Linux, alguйm sabe onde posso encontrar?

OBS: desculpe o triple post, mas eh q eu preciso muito disto.