Login before selecting class, doesnt work.
#1

When a player logs in, a login dialog pops up. If the password is correct, it proceeds to selecting a class. If it's wrong; It proceeds to selecting a class aswell, but not always. I want something to block this from happening.
So.. When the user inserts the wrong password, it's not supposed to go to class selection.
Any advice?
Reply
#2

OnPlayerConnect
Код:
 TogglePlayerSpectating(playerid ,1);
When login is finished
Код:
 TogglePlayerSpectating(playerid ,0);
Reply
#3

And why did i not think of that.. Thanks alot!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)