Posts: 33
Threads: 9
Joined: Aug 2013
Reputation:
0
Hello everyone. I have a problem with my accounts. After i register my account i'm leaving the server and reconnect with other nickname but this account not registering he log in same account(first account).
What do i do ? I don't know were lines i post ...
Posts: 684
Threads: 122
Joined: Jul 2011
Reputation:
0
If you mean they are logging in with the same stats you need to reset variables.
OnPlayerDisconnect reset variables.
Posts: 882
Threads: 50
Joined: Jun 2012
Reputation:
0
You need to reset all the variables on Disconnect or at Connect.What happens is you registered and left the server.And you join again you get the same playerid.If you don't reset all the information of the previously logged in player, then the same information will be used for the newly connected player.
Just do this:
Clear all your player variables at Disconnect so that the new player how would take that playerid will have a fresh set of variables.