08.05.2012, 01:47
So this way, it will save 15 different things in the player's file? Because I want to be able to use it like that, and how would I load them?
pawn Код:
new str[5];
for(new i; i < 15; i++)
{
format(str, sizeof(str), "Job%d", i);
INI_Int(str, PlayerFiles[playerid][pJobs[i]]);
}