25.09.2015, 17:02
Salve galera do Forum SA-MP, boa tarde!
Estava fazendo a agкncia de empregos da minha GM, quando vou compilar e aparece isso:
O que poderia ser? xD
Linha 340 (e tambйm todo o StrCat)
Atenciosamente,
TiiP
Estava fazendo a agкncia de empregos da minha GM, quando vou compilar e aparece isso:
Код:
include\DOF2.inc(1811) : warning 219: local variable "n" shadows a variable at a preceding level unico.pwn(340) : error 037: invalid string (possibly non-terminated string) unico.pwn(340) : error 017: undefined symbol "Profissao" unico.pwn(340) : error 017: undefined symbol "t" unico.pwn(340) : fatal error 107: too many error messages on one line
Linha 340 (e tambйm todo o StrCat)
Код:
new StrCat[952]; strcat(StrCat, "Profissao\t{F97804}Level\t{008040}Salбrio\n\"); strcat(StrCat, "Desempregado\t{F97804}0\t{008040}$220\n\"); strcat(StrCat, "Advogado\t{F97804}75\t{008040}$1500\n\"); strcat(StrCat, "Bancario\t{F97804}80\t{008040}$1700\n\"); strcat(StrCat, "Corretor de Imoveis\t{F97804}150\t{008040}$1000"); ShowPlayerDialog(playerid, D_AGENCIAHONESTA, DIALOG_STYLE_TABLIST_HEADERS, "Profissoes Honestas", StrCat, "Selecionar", "Voltar");
TiiP
