Klikoka Posted March 7, 2008 Posted March 7, 2008 How Would You Add To A Script So That The User Needed A Certain Item/Items To Use The Mod :? Quote
Isomerizer Posted March 7, 2008 Posted March 7, 2008 Re: How To...... $item=0; // ID of item... $it=mysql_query("SELECT inv_itemid FROM `inventory` WHERE `inv_itemid` = $item AND `inv_userid` = $userid"); if(mysql_num_rows($it) > 0) { // Code here... $h->endpage(); exit; } 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.