daveaite Posted November 2, 2008 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
daveaite Posted November 2, 2008 Author 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
AlabamaHit Posted November 2, 2008 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
daveaite Posted November 2, 2008 Author Posted November 2, 2008 Re: Donator Pack Item Help Oh well, I was close:) Thanks AlabamaHit +1 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.