Posts: 264
Threads: 31
Joined: Dec 2011
Reputation:
0
You need to set the players info variables to 0 when he connects on server.
Ex
PlayerInfo[playerid][admin] = 0; //Add this at OnPlayerConnect
etc.
Posts: 860
Threads: 107
Joined: Dec 2010
Reputation:
0
Yes, i know ... i have all variables to 0 when a player connects.
Posts: 264
Threads: 31
Joined: Dec 2011
Reputation:
0
Hmm, change your IP and then register another account.
Posts: 860
Threads: 107
Joined: Dec 2010
Reputation:
0
Is not that ... if i login with my account, and after i join the server with another name, that name which i joined have all my owner statistics ...
PS. - Sorry for my bad english.
Posts: 240
Threads: 16
Joined: Jul 2010
Reputation:
0
So, then it must recognize your IP address and automatically log you in.
Did you register a new account when you re-joined with another name?
Posts: 264
Threads: 31
Joined: Dec 2011
Reputation:
0
Did you changed your IP? From where do you have the login system?
Posts: 673
Threads: 45
Joined: May 2010
Reputation:
0
post OnPlayerConnect and OnPlayerDisconnec so we can help you