[Ajuda] error 075: input line too long (after substitutions)
#4

utilize strcat para quebrar a linha!!

https://sampwiki.blast.hk/wiki/Strcat

Exemplo:

Код:
new texto[128], string[128];
strcat(texto, "isto aqui й top ");
strcat(texto, "demais mano"); //O QUE JUNTA AS DUAS STRING Й A VARIAVEL TEXTO

format(string, sizeof(string), "%s", texto);
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, "Titulo", string, "OK", "Voltar");
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)