19.08.2006, 10:21
The money only saves to file when they reigster. If they quit their money isnt saved to the file. I have already placed:
public OnPlayerDisconnect(playerid) {
if (PLAYERLIST_authed[playerid]) {
// Was loggedin, so save the data!
udb_setAccState(PlayerName(playerid),GetPlayerMone y(playerid));
}
return false;
}
Please help!
public OnPlayerDisconnect(playerid) {
if (PLAYERLIST_authed[playerid]) {
// Was loggedin, so save the data!
udb_setAccState(PlayerName(playerid),GetPlayerMone y(playerid));
}
return false;
}
Please help!