[Ajuda] Sistema de registro
#9

pawn Код:
new stringlogar[158];
format(stringlogar, sizeof(stringlogar), "Seja Bem-Vindo %s", JogadorNome(playerid));
ShowPlayerDialog(playerid, SUA DIALOG DE REGISTRO , DIALOG_STYLE_PASSWORD,"Logar",stringlogar,"Logar","Sair");

forward JogadorNome(playerid);
public JogadorNome(playerid) {
    new Nome[MAX_PLAYERS];
    GetPlayerName(playerid, Nome, sizeof(Nome));
    return true;
}
Reply


Messages In This Thread
Sistema de registro - by sofina - 06.02.2014, 10:16
Re: Sistema de registro - by GuilhermeH - 06.02.2014, 10:20
Re: Sistema de registro - by sofina - 06.02.2014, 10:40
Re: Sistema de registro - by GuilhermeH - 06.02.2014, 10:42
Re: Sistema de registro - by sofina - 06.02.2014, 10:56
Re: Sistema de registro - by GuilhermeH - 06.02.2014, 11:01
Re: Sistema de registro - by sofina - 06.02.2014, 11:04
Re: Sistema de registro - by GuilhermeH - 06.02.2014, 11:07
Re: Sistema de registro - by CharlieBrown - 06.02.2014, 11:13
Re: Sistema de registro - by sofina - 06.02.2014, 11:25

Forum Jump:


Users browsing this thread: 1 Guest(s)