[Ajuda] warning 225: unreachable code - 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] warning 225: unreachable code (
/showthread.php?tid=433344)
warning 225: unreachable code -
senhorgta - 27.04.2013
Ajuda pessoal , to botando sistema de login de uma fs no meu gm , mas ta tando 1 Warnings nesse cуdigo
new pName[25];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "%s Entrou no Servidor!", pName); // mensagem se alguem entrar
SendClientMessageToAll(0xAAAAAAAA, string); // COR
return 1;
new Nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, Nome, sizeof(Nome));
DEPOIS DO RETURN 1 , ALGUEM AJUDA POR FAVOR
Re: warning 225: unreachable code -
Delete_ - 27.04.2013
Poe
Re: warning 225: unreachable code -
PT - 27.04.2013
Ola
Testa ae;
pawn Код:
public OnPlayerConnect(playerid)
{
new PTNome[MAX_PLAYER_NAME], PT[60];
GetPlayerName(playerid, PTNome, sizeof(PTNome));
format(PT, sizeof(PT), "%s Entrou no Servidor!", PTNome); // mensagem se alguem entrar
SendClientMessageToAll(0xFFFFFFAA, PT); // COR Branco
return 0;
}
PT
Re: warning 225: unreachable code -
Psat - 27.04.2013
Esse erro nгo da nada no server, mas se quiser tirar, faзa o que o pessoa acima disse.