[AJUDA]Warning 215: unreachable code --'
#6

Tenta

pawn Код:
public OnPlayerConnect(playerid)
{
    GetPlayerName(playerid, sendername, sizeof(sendername));
    format(string, sizeof(string), "/Contas/%s.ini");
    if(dini_Int(string, "Registrado") == 0)
    {
        SendClientMessage(playerid, AMARELO, "Bem vindo ao Star Games RPG!");
        ShowPlayerDialog(playerid, 1, DIALOG_STYLE_INPUT, "Registro", "Ola, voce nao esta registrado em nosso banco de dados!\nPara registrar-se, digite sua senha abaixo:\n", "Registrar", "Sair");
        GameTextForPlayer(playerid, "~g~Bem vindo ao nosso servidor!", 5000, 1);
        return 1;
    }
    else
    {
        SendClientMessage(playerid, AMARELO, "Bem vindo ao Star Games RPG!");
        ShowPlayerDialog(playerid, 2, DIALOG_STYLE_INPUT, "Login", "Ola, voce esta registrado em nosso bando de dados!\nPara entrar, digite nossa senha abaixo!", "Entrar", "Sair");
        GameTextForPlayer(playerid, "~p~ Bem vindo  ~y~~n~ Novamente", 5000, 1);
        return 1;
    }
}
Reply


Messages In This Thread
[AJUDA]Warning 215: unreachable code --' - by roginho_97 - 07.02.2011, 18:32
Re: [AJUDA]Warning 215: unreachable code --' - by Kruger - 07.02.2011, 18:34
Re: [AJUDA]Warning 215: unreachable code --' - by roginho_97 - 07.02.2011, 18:35
Re: [AJUDA]Warning 215: unreachable code --' - by Macintosh - 07.02.2011, 18:45
Re: [AJUDA]Warning 215: unreachable code --' - by roginho_97 - 07.02.2011, 19:02
Re: [AJUDA]Warning 215: unreachable code --' - by Kruger - 07.02.2011, 19:09
Re: [AJUDA]Warning 215: unreachable code --' - by Macintosh - 07.02.2011, 19:10
Re: [AJUDA]Warning 215: unreachable code --' - by LuaN_ - 07.02.2011, 21:45
Re: [AJUDA]Warning 215: unreachable code --' - by H1g0r - 07.02.2011, 22:04
Re: [AJUDA]Warning 215: unreachable code --' - by Kruger - 07.02.2011, 23:29

Forum Jump:


Users browsing this thread: 1 Guest(s)