Password Dialog Box - 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: Password Dialog Box (
/showthread.php?tid=315773)
Password Dialog Box -
Android0504 - 04.02.2012
Hello!
I would like to know script for Dialog Password Box on my 3d server,it should looks something like that :
Thanks!
Re: Password Dialog Box -
Konstantinos - 04.02.2012
pawn Код:
ShowPlayerDialog( playerid, 3500, DIALOG_STYLE_PASSWORD, "Password", "Welcome To ..", "OK", "Cancel" );
Re: Password Dialog Box -
Android0504 - 04.02.2012
Thank you so much