09.06.2013, 19:43
Well you've setted two different tags:
(This one from register)
and(This one is from onplayerdisconnect)
Does the accounts load?
Try like this:
Replace
and
with
Replace
with
(This one from register)
pawn Код:
INI_SetTag(file,"Player's Data");
pawn Код:
INI_SetTag(file,"Player Data");
Try like this:
Replace
pawn Код:
INI_SetTag(file,"Player's Data");
pawn Код:
INI_SetTag(file,"Player Data");
pawn Код:
INI_SetTag(file,"Data");
pawn Код:
public loadaccount_user(playerid, name[], value[])
pawn Код:
public loadaccount_Data(playerid, name[], value[])