How can i create experience point system in y_ini
#4

Simple...
pawn Код:
stock GiveExperienceToPlayer(playerid, value)
    {
    PlayerInfo[playerid][pExp] = value //change that to match your enum
    return 1;
    }
Then use Y_INI to save it as normal, in the thread that Cali posted
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)