Hello, Today I have made my GM script to set an update when the player disconnect the server.
but when you disconnect to the server password resets to " ".
Here is the code:
I think that when I login it doesn't save my password to the one that I used in enum.
please help me fix this.
but when you disconnect to the server password resets to " ".
Here is the code:
PHP Code:
format(string,sizeof,(string),"UPDATE users SET Name = '%s' , Password = '%s'",Name,PlayerInfo[playerid][password]);
please help me fix this.