Account Save/Load
#7

Okay, I can't find any missing brackets in this routine,
Can you empty the routine's one by one?

for example first try it like this:
pawn Code:
//Just cut and paste it in notepad for example
public OnPlayerLogin(playerid,password[])
{
}
//Leaving the code present at the other functions
If it still crashes like this then place back the code in this routine and try with one of the others:
pawn Code:
public OnPlayerRegister(playerid,password[])
{
}
//Leaving the code present at the other functions
This way it may be possible to detect in which function the error occurs.
It's a simple but effective method to trace back a script error, which I used often in the past.
Reply


Messages In This Thread
Account Save/Load - by ***Niko*** - 25.11.2013, 01:12
Re: Account Save/Load - by VenomXNL - 25.11.2013, 03:31
Re: Account Save/Load - by Sublime - 25.11.2013, 03:37
Re: Account Save/Load - by ***Niko*** - 25.11.2013, 09:44
Re: Account Save/Load - by ***Niko*** - 25.11.2013, 15:26
Re: Account Save/Load - by VenomXNL - 25.11.2013, 16:56
Re: Account Save/Load - by VenomXNL - 25.11.2013, 17:06
Re: Account Save/Load - by ***Niko*** - 25.11.2013, 17:09
Re: Account Save/Load - by VenomXNL - 25.11.2013, 17:14

Forum Jump:


Users browsing this thread: 1 Guest(s)