masterofollies
06-05-2009, 10:28 PM
So I want something where if they have 250 points they can level up, at 500 points they level again, then again at 750.
Would this work?
$levelup = $row['level'] * 250;
if ($levelup == TRUE)
{
//Process level up
}
Would this work?
$levelup = $row['level'] * 250;
if ($levelup == TRUE)
{
//Process level up
}