23-09-2008, 02:56 PM
That method will reset their xp to 0, allowing them to fill it all the time. Lol. Just do this:
Code:
If GetPlayerLevel(Index) + 1 > SetAmountHere Then
Exit Sub
End If