12.06.2012, 01:17
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:
Line's
Antes de ser DIALOG_STYLE_PASSWORD, йra DIALOG_STYLE...
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.
pawn Код:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_PASSWORD,"{87CEEB}Registrar",regstring,"Registrar","Sair");
&&,
ShowPlayerDialog(playerid,2,DIALOG_STYLE_PASSWORD,"{F5F5F5}Logar",regstring,"Logar","Sair");