Minor Help - 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: Minor Help (
/showthread.php?tid=636334)
Minor Help -
FaLLenGirL - 25.06.2017
Hello there. I have a minor question.
How can i make that when a player connect to server the tab with: | << >> SPAWN | to dissapear.
I don't want to skip the class selection i just want when a player register or login if he/she failed to register
or login that thing to dissaper because, at the start when he/she connects that thing is not there, but after
he failed for 1 time to login or register that | << >> SPAWN | appear and i don't know why, and i want that to appear
just when the player insert correct everything in the register or login dialog. I took some photos:
Attention, i don't want to skip it ! Just to make to dissaper or to not appear even if i typed something wrong.
Re: Minor Help -
MrCesar - 25.06.2017
Maybe try TogglePlayerSpectating(playerid, true);?
Re: Minor Help -
skuller12 - 25.06.2017
Check skype
Re: Minor Help -
FaLLenGirL - 25.06.2017
Quote:
Originally Posted by MrCesar
Maybe try TogglePlayerSpectating(playerid, true);?
|
Thanks.