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