Posts: 13
Threads: 2
Joined: Oct 2011
Reputation:
0
I have a gamemod and when someone makes his account, play that play, then exits, you want to go again tells him that the password is wrong. This happens with any account on the server. What should I do?
Posts: 4
Threads: 0
Joined: Oct 2011
Reputation:
0
Hi, There can be anything scripting problem or plugins/filterscript problem.
I think there is scripting problem, check your script.
Posts: 76
Threads: 6
Joined: Apr 2009
Reputation:
0
It is.. Make sure it under OnPlayerExit is saves Enum
Posts: 76
Threads: 6
Joined: Apr 2009
Reputation:
0
I meant OnPlayerDisconnect
dUserSetINT(ReturnPlayerName(playerid)).("password ",PlayerInfo[playerid][password]);