04.10.2012, 12:14
Quote:
|
Whats wrong? you don't want to reset it after he bought a level?
Normaly it should get reset with this kind of systems I think, so tell me what you want. |
If you want to keep the respect, remove this:
pawn Код:
PlayerInfo[playerid][pExp] -= expamount;
if(total > 0)
{
PlayerInfo[playerid][pExp] = total;
}
else
{
PlayerInfo[playerid][pExp] = 0;
}


