14.05.2014, 12:09
Try, not tested yet :-
pawn Код:
forward loadaccount_Players_Data(playerid, name[], value[]);
public loadaccount_Players_Data(playerid, name[], value[])
{
INI_String("Name", pInfo[playerid][playername], 24);
INI_String("Password", pInfo[playerid][Pass], 129);