daveaite Posted November 2, 2008 Share Posted November 2, 2008 Can someone tell me how to add items into the donator pack item? Like I have the donator pack Item with it working, crediting the cash, days, crystals, etc. But can someone tell me what the query is to add items in there so when the user uses the donator pack the item goes into there inventory? Quote Link to comment Share on other sites More sharing options...
daveaite Posted November 2, 2008 Author Share Posted November 2, 2008 Re: Donator Pack Item Help Would it be... item_add($userid, itemid, 1); ???? Replacing itemid with the actual Item Id? Quote Link to comment Share on other sites More sharing options...
AlabamaHit Posted November 2, 2008 Share Posted November 2, 2008 Re: Donator Pack Item Help it would be along that line but i dont think the $userid is correct...that would have to be whatever the Donation System calles the uses.. Like say Item ID 9 item_add($for, 9, 1); Quote Link to comment Share on other sites More sharing options...
daveaite Posted November 2, 2008 Author Share Posted November 2, 2008 Re: Donator Pack Item Help Oh well, I was close:) Thanks AlabamaHit +1 Quote Link to comment Share on other sites More sharing options...
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.