24.09.2013, 19:37
Just above the code you gave us, try and use this:
pawn Код:
if(PlayerInfo[i][VIP] >= 1) // or whatever your variable is
{
PlayerInfo[i][Exp]++;
}