13.01.2010, 19:46
There are a couple errors. I don't know whether or not they will solve your problem, but:
This callback also has the parameter "reason".
Don't make the script do extra.
Also, SaveStats should return 1.
--------
Also, try making the variable "file" have a larger string. E.G.
pawn Код:
OnPlayerDisconnect(playerid, reason)
pawn Код:
new file[39];
Also, SaveStats should return 1.
--------
Also, try making the variable "file" have a larger string. E.G.
pawn Код:
new file[128];