c0nka Posted February 15, 2008 Posted February 15, 2008 hi i have mccodes 2.0 how would i make a certain player access a certain page e.g like if a player level 100 can by a car but if u are level 99 or under u cant.. or if u are in a different city e.g whos in the cave zone cant by a pet but whos in th medevil zone can... thanks in advanced c0nka :mrgreen: Quote
Floydian Posted February 15, 2008 Posted February 15, 2008 Re: Help please Put that after your header, and before the rest of the code on the page. if ($ir['level'] < 100) { die('You must be level 100 or higher to gain access to this page.'); } 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.