SA-MP Forums Archive
[HELP] Need help with login dialog! - 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] Need help with login dialog! (/showthread.php?tid=356951)



[HELP] Need help with login dialog! - anito - 05.07.2012

Hey guys. I have login & register syste. Everything works just great but one problem kills me! I connect and its shows login dialog. It says "Enter your password to login!" and i type wrong password and it's proceed to skin selection and again there is also login dialog just behind it is ckin selection. How to stop when i type wrong password that proceed to skin selection. I want it to stay at camera looking down to Santa Maria Beach with login dialog ! I hope you understand my problem. Thanks in advance!
Sincerely,
anito


Re: [HELP] Need help with login dialog! - anito - 06.07.2012

Bumb


Re: [HELP] Need help with login dialog! - zombieking - 06.07.2012

TogglePlayerSpectating for stopping the Class selection.


Re: [HELP] Need help with login dialog! - [MM]RoXoR[FS] - 06.07.2012

pawn Код:
//Under onplayerconnect

TogglePlayerSpectating(playerid,1);

//after S_U_C_C_E_S_S_F_U_L_L login

TogglePlayerSpectating(playerid,0);