Give XP Command
#4

Well, u gotta create ur own XP array to save all the players experience points
something like that
pawn Код:
enum ePlayerInfo
{
    // ....
    XP,
    // ...
};

new PlayerInfo[MAX_PLAYERS][ePlayerInfo]

// Usage
PlayerInfo[playerid][XP] = value;
or you can simply use the score system provided by SAMP by default as an EXP counter
Reply


Messages In This Thread
Give XP Command - by LuffyD - 29.03.2013, 14:59
Re: Give XP Command - by Joshman543 - 29.03.2013, 15:11
AW: Give XP Command - by LuffyD - 29.03.2013, 15:49
Re: Give XP Command - by OrMisicL - 29.03.2013, 15:58
Re: Give XP Command - by ACI - 29.03.2013, 16:19
AW: Give XP Command - by LuffyD - 29.03.2013, 17:56

Forum Jump:


Users browsing this thread: 4 Guest(s)