#1

Hello Guys Again:
I Need Help again Coz my Server Data Fully Deleted Now
Help me with Money and Saving :
Money and Saving Not saving on my Gm When player Leaves Money and score reset To 0 Any One Have Any Solution Plz Help

There is OnPlayerDisconnect text
http://pastebin.com/J0FKyb3f
Reply
#2

Sorry For Double Post:

But I Really Need Help
Reply
#3

Have you saved these in your callback?
pawn Код:
savedInfo[savePos][0] = GetPlayerMoney(playerid);
savedInfo[savePos][1] = bank[playerid];
savedInfo[savePos][2] = bounty[playerid];
savedInfo[savePos][3] = 0;
Seems that I can't find any saving code for that. Also please make sure that PLAYERLIST_authed[playerid] is true when a player disconnects. You can do some printings to check if the value is correct.
Also, generally you may need to check if there's any run-time error before the saving code. The crashdetect plugin may be useful for you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)