The accounts not saving.
#1

My GM is not saving accounts what I have to do?
Reply
#2

No codes ?

No log ?

No sufficiant information ?

What do you think we can do give us more information and show us your script.
Reply
#3

Please show us the saving function or your OnPlayerDisconnect callback.
Reply
#4

Quote:
Originally Posted by AtItsMax
Посмотреть сообщение
Please show us the saving function or your OnPlayerDisconnect callback.
Here..
Quote:

public OnPlayerDisconnect(playerid, reason)
{
OnPlayerUpdate(playerid);
PlayerSawDialog[playerid] = 0;
return 1;
}

Reply
#5

Quote:
Originally Posted by Misterflowers
Посмотреть сообщение
Here..
What was that?
Do you have any saving function on your OnPlayerUpdate callback?
Please be specific we cannot help you this way.
Reply
#6

Why are you calling OnPlayerUpdate ?

And which saving system you use ?

y_ini ?
Dini ?
SII ?
SQLite ?
MySQL ?
Reply
#7

If you have scripted a login/register system, make sure you have this "Accounts/%s.ini" or "Users/%s.ini" in your OnPlayerDisconnect, fully regarding which login/register system. Also, you should add "Accounts" folder or "Users" folder to your scriptfiles folder.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)