Quote:
pawn Код:
if(!strcmp(name, "Online_Time")) { PlayerInfo[playerid][pOnlineHours] = strval(value); PlayerInfo[playerid][pOnlineMinutes] = strval(value); PlayerInfo[playerid][pOnlineSeconds] = strval(value); }
But i dunno what to do to read it.. oh.. and i tried with INI_String.. no results.
|
Your current code ain't gonna do it...
Show your attempts of INI_String.