SA-MP Forums Archive
Need some Correction - 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: Need some Correction (/showthread.php?tid=551890)



Need some Correction - Arxalan - 21.12.2014

Hello , i made register/login system from the https://sampforum.blast.hk/showthread.php?tid=352703 .
but i want that when player is enterting his password to register/login his password needs to be show in *** not in characters . And i entered 2 times in the server but both times i found registration dialog . i mean my account isn't register after giving password and clicking in Register . and one thing more in that thread the kills and deaths are also mentioned so i want to know how to check my kills and deaths ?


Re: Need some Correction - 1fret - 21.12.2014

Change the dialog style from input and put password, so the players password won't show. You just need to get the player kills and deaths to see them.


Re: Need some Correction - Arxalan - 22.12.2014

Please Give me the code of dialog style . I am new to pawn i don't know how to do and i want to see the kills and deaths ratio in /stats


Re: Need some Correction - Schneider - 22.12.2014

https://sampwiki.blast.hk/wiki/ShowPlayerDialog


...but since you mentioned you're new to pawn I'd recommend to start with the basic.
https://sampwiki.blast.hk/wiki/Scripting_Basics
It's useless to do matrix algebra if you don't know to add 2 and 2, right?