23.07.2013, 20:05
Well, that's the CMD to save the ranks.
But here the save/load:
But here the save/load:
pawn Код:
enum pInfo
{
pFRank,
}
// at the savechar stock:
dini_IntSet(file, "FRank", PlayerInfo[playerid][pFRank]);
// At the Loadchar stock:
PlayerInfo[playerid][pFRank] = dini_Int(file, "FRank");