_Ricky_ Posted May 10, 2009 Posted May 10, 2009 how would you say if their level is > 100 from your level? something like if ($r['level'] > $ir['level']) only i need to know how to say if its greater than 100 Quote
_Ricky_ Posted May 10, 2009 Author Posted May 10, 2009 Re: question also if i wished to select both persons level the attacker and the person being attacked...how exactly would i do that? Quote
AlabamaHit Posted May 11, 2009 Posted May 11, 2009 Re: question if($odata['level'] >= $ir['level'] + 100) { die("can not attack 100 levels above you"); } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.