[Ajuda] Dial... - 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] Dial... (
/showthread.php?tid=350312)
[Ajuda] Dial... -
Gustavo_Samp - 12.06.2012
olб gente fui tentar colocar o "DIALOG_STYLE_PASSWORD" no sistema de registro, que me passarгo, ai coloquei o seguinto codigo que no caso seria o DIALOG_STYLE_PASSWORD, deu o seguinte error's,
error:
pawn Код:
C:\Users\Gustavo\Desktop\Servidor 0.3e Samp Server\filterscripts\Registro.pwn(17) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\Gustavo\Desktop\Servidor 0.3e Samp Server\filterscripts\Registro.pwn(22) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
Line's
pawn Код:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_PASSWORD,"{87CEEB}Registrar",regstring,"Registrar","Sair");
&&,
ShowPlayerDialog(playerid,2,DIALOG_STYLE_PASSWORD,"{F5F5F5}Logar",regstring,"Logar","Sair");
Antes de ser DIALOG_STYLE_PASSWORD, йra DIALOG_STYLE...
Re: [Ajuda] Dial... -
Lucas_Alemao - 12.06.2012
ponha no topo do code
pawn Код:
#define DIALOG_STYLE_PASSWORD (3)
Re: [Ajuda] Dial... -
EditPawn - 12.06.2012
https://sampforum.blast.hk/showthread.php?tid=310060
Re: [Ajuda] Dial... -
Gustavo_Samp - 12.06.2012
Quote:
ponha no topo do code
pawn Code:
#define DIALOG_STYLE_PASSWORD (3)
__________________
|
valкu, fйra! Rep, pra vc =).
Re: [Ajuda] Dial... -
leonardo1434 - 12.06.2012
pawn Код:
#define lol 1000 // numero do dialog, nunca repetir para evitar conflitos.
ShowPlayerDialog(playerid, lol, DIALOG_STYLE_PASSWORD, "registrrar", "senha", "Logar", "Cancelar...");
Re: [Ajuda] Dial... -
EditPawn - 12.06.2012
Quote:
Originally Posted by leonardo1434
pawn Код:
#define lol 1000 // numero do dialog, nunca repetir para evitar conflitos. ShowPlayerDialog(playerid, lol, DIALOG_STYLE_PASSWORD, "registrrar", "senha", "Logar", "Cancelar...");
|
ja foi resolvido e o erro nao era o id da dialog --'