08.05.2012, 01:23
How do I save something like this:
Do I do this?
Or
Would that save all of them?
Please help me, thanks.
pawn Код:
enum pInfo
{
jobs[15],
}
PlayerFiles[MAX_PLAYERS][pInfo];
pawn Код:
INI_WriteInt(File, "Job1", PlayerFiles[playerid][pJobs[0]]);
...
INI_WriteInt(File, "Job1", PlayerFiles[playerid][pJobs[14]])
pawn Код:
INI_WriteInt(playerid, "Job", PlayerFiles[playerid][pJobs])
Please help me, thanks.