SA-MP Forums Archive
[Ajuda] String - 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] String (/showthread.php?tid=627117)



String - capron - 24.01.2017

Bom glr, estou trocando o sistema de banco de dados do meu servidor(fora de questгo).

devido a isso criei uma string muito grande..


Ex:
PHP код:
new string[500];
format(stringsizeof(string), "x01\
x02\
x03\
x04\
x05\
x06\
x07\
x08\
x09\
x10\
x11\
x12\
...
...
...
..."
); 
Alguйm sabe um jeito de resolver ?
PHP код:
error 075input line too long (after substitutions
OBS: nгo vejo possibilidade de usar vбrios format's ou strcat.


Re: String - RodrigoMSR - 24.01.2017

Use este compiler:
https://sampforum.blast.hk/showthread.php?pid=2768123#pid2768123