SA-MP Forums Archive
Help me with my problems (READ FOR DETAILS) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help me with my problems (READ FOR DETAILS) (/showthread.php?tid=569395)



Help me with my problems (READ FOR DETAILS) - Chausar - 30.03.2015

help me...i used Kush's Login and Register System - Dialogs - Using Y_INI

PROBLEM 1
---------------

so.. the problem is how can i make is someone registered on my server..i want to make him get 3000$ for his 1st time

PROBLEM 2
---------------

How can i make the password turned to * symbol? so the player can register and login safely.

PLEASE HELP ME SCRIPTER


Re: Help me with my problems (READ FOR DETAILS) - CalvinC - 30.03.2015

1.
When the player registers in OnPlayerDialogResponse, GivePlayerMoney.
https://sampwiki.blast.hk/wiki/GivePlayerMoney

2.
Use DIALOG_STYLE_PASSWORD.
https://sampwiki.blast.hk/wiki/ShowPlayerDialog


Re : Help me with my problems (READ FOR DETAILS) - Wassimo - 30.03.2015

Problem 2: You Add this : DIALOG_STYLE_PASSWORD for the * symbole, this is the default DIALOG_STYLE_LOGIN.