SA-MP Forums Archive
[Ajuda] expected token: "}", but found "-string-" ajuda - 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] expected token: "}", but found "-string-" ajuda (/showthread.php?tid=476370)



expected token: "}", but found "-string-" ajuda - mundodosampp - 17.11.2013

PHP код:
BMR.pwn(532) : error 001expected token"}"but found "-string-"
BMR.pwn(534) : error 010invalid function or declaration
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
2 Errors

linhas Do Erro me ajuda por favor

PHP код:
//Server nomes
forward RandomServerNames();
new 
SVNAMES[2][256] = {
"•©є°ЁЁ°є© ••Brasil Revolucгo Mundial•• ©є°ЁЁ°є©•",
"•©є°ЁЁ°є© •• Vagas ADM Helper Dono •• ©є°ЁЁ°є©•"
"•GM EXCLUSIVO PELA EQUIPE MPL E BRM•"
"•servidor EXCLUSIVO ENTRE E GANHE ADM 8 VAGAS•"
}; 

me ajudem



Re: expected token: "}", but found "-string-" ajuda - Gii - 17.11.2013

pawn Код:
forward RandomServerNames();
new SVNAMES[4][256] = {
    "•©є°ЁЁ°є© ••Brasil Revolucгo Mundial•• ©є°ЁЁ°є©•",
    "•©є°ЁЁ°є© •• Vagas ADM Helper Dono •• ©є°ЁЁ°є©•",
    "•GM EXCLUSIVO PELA EQUIPE MPL E BRM•",
    "•servidor EXCLUSIVO ENTRE E GANHE ADM 8 VAGAS•"
};