[AJUDA]Erro Ao Copilar ! - 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]Erro Ao Copilar ! (
/showthread.php?tid=328692)
[AJUDA]Erro Ao Copilar ! -
gcoder - 25.03.2012
Aee quando eu copilo ta dando erro.. olha oq pode ser ar
Код:
C:\Users\Gabriel\Downloads\samp03dsvr_R2_win32\gamemodes\GM1.pwn(846) : error 001: expected token: ";", but found "new"
Linha 846:
Код:
new pName[25];Linha 846<<
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "{A2B5CD}%s Entrou no Servidor!", pName);
SendClientMessageToAll(COLOR_BRUNO, string);
return 1;
}
Re: [AJUDA]Erro Ao Copilar ! -
.FuneraL. - 25.03.2012
pawn Код:
new pName[25]
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "{A2B5CD}%s Entrou no Servidor!", pName);
SendClientMessageToAll(COLOR_BRUNO, string);
return 1;
}
Substitua Por Esse.
Re: [AJUDA]Erro Ao Copilar ! -
gcoder - 25.03.2012
Код:
C:\Users\Gabriel\Downloads\samp03dsvr_R2_win32\gamemodes\GM1.pwn(846) : error 001: expected token: ";", but found "new"
C:\Users\Gabriel\Downloads\samp03dsvr_R2_win32\gamemodes\GM1.pwn(847) : error 001: expected token: ";", but found "-identifier-"
... :S
Re: [AJUDA]Erro Ao Copilar ! -
.FuneraL. - 25.03.2012
pawn Код:
new pname[MAX_PLAYER_NAME];
new string[256]
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "{A2B5CD}%s Entrou no Servidor!", pName);
SendClientMessageToAll(COLOR_BRUNO, string);
return 1;
}
Tente Assim x)
@Edit , Corrigido Histire.
Re: [AJUDA]Erro Ao Copilar ! -
histire - 25.03.2012
o poblema pode ser uma linha acima, Funeral sem o ; vai dar erro =]
Re: [AJUDA]Erro Ao Copilar ! -
paulor - 25.03.2012
Poste umas linhas acima!
Re: [AJUDA]Erro Ao Copilar ! -
gcoder - 25.03.2012
O Erro era uma linha acima mesmo
era um bagulho que tinha colocado ! obrigado ae pela ajuda
Re: [AJUDA]Erro Ao Copilar ! -
histire - 25.03.2012
disponha =]