[FilterScript] Login box - y_ini / dcmd - 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)
+----- Forum: Lançamentos/Releases (
https://sampforum.blast.hk/forumdisplay.php?fid=56)
+----- Thread: [FilterScript] Login box - y_ini / dcmd (
/showthread.php?tid=257862)
Login box - y_ini / dcmd -
RockFire - 28.05.2011
Login box - y_ini / dcmd
- Criei um conjunto para que fique mais fбcil editar as configuraзхes
pawn Код:
#define CONTA "users/%s.ini"
- Local onde o arquivo da conta do player fica salva, caso for mudar criar uma pasta em scriptfiles
pawn Код:
#define MAX_LOGIN_ERROR 4
- Maximo de vezes que o player pode errar a senha
pawn Код:
#define MAX_PASS_LENGHT 25
- Tamanho mбximo para registrar uma senha
pawn Код:
#define MIN_PASS_LENGHT 3
- Tamanho mнnimo para registrar uma senha
pawn Код:
#define CASE_SENSITIVE true
- Ativar case sensitive ( true = NГO, false = SIM )
Download:
(Arquivo .zip, com todas as includes e pastas)
Re: Login box - y_ini / dcmd -
TheGarfield - 28.05.2011
gostei do ● ._.
bom fs.
Re: Login box - y_ini / dcmd -
Ricop522 - 28.05.2011
Vai ensinar muitos a usar y_ini
Re: Login box - y_ini / dcmd -
The Knight - 28.05.2011
Gostei, parabйns pelo trabalho (:
Re: Login box - y_ini / dcmd -
RockFire - 28.05.2011
Obrigado
Re: Login box - y_ini / dcmd - [S]trong - 28.05.2011
o que eu achei estranho й que igual ao tutorial do nosso caro luxurion vocк estava usando PVARS, a ъnica diferenзa dos cуdigos foi as defines e a identaзгo.
Re: Login box - y_ini / dcmd -
RockFire - 28.05.2011
Sim, estou usando PVars, aprendi lendo o tutorial do LuxurioN e o do ******, mas logo vou atualizar e usar variбveis !
Re: Login box - y_ini / dcmd -
Gamal - 28.05.2011
Wow, bem legal, um jeito diferente de salvar em y_ini. Realmente, legal.