Need help with ranks
#2

Well, that's the CMD to save the ranks.
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");
Reply


Messages In This Thread
Need help with ranks - by ThaCrypte - 23.07.2013, 19:46
Re: Need help with ranks - by ThaCrypte - 23.07.2013, 20:05
Re: Need help with ranks - by Income - 23.07.2013, 21:20
Re: Need help with ranks - by ThaCrypte - 23.07.2013, 21:51
Re: Need help with ranks - by ThaCrypte - 23.07.2013, 23:33
Re: Need help with ranks - by ThaCrypte - 25.07.2013, 07:17
Re: Need help with ranks - by IstuntmanI - 25.07.2013, 12:39
Re: Need help with ranks - by ThaCrypte - 26.07.2013, 15:19
Re: Need help with ranks - by ThaCrypte - 27.07.2013, 07:15

Forum Jump:


Users browsing this thread: 2 Guest(s)