12.06.2014, 17:53
I use this to check a similar system, if it's what you're looking for.
pawn Код:
if (!(PlayerInfo[pid][pEXP] % 1000))
{
//level up or whatever in here.
}