| | #1 (permalink) |
|
How does the shop system in gesiors aac work? $offer['id'] = $data['id']; $offer['type'] = $data['offer_type']; $offer['days'] = $data['count1']; $offer['points'] = $data['points']; $offer['description'] = $data['offer_description']; $offer['name'] = $data['offer_name']; should i edit there? Give me an example please ![]() Runarm | |
| | |
| | #3 (permalink) |
|
If you have z_shop_offer in your database, use the SQL button, paste this information, and then click "Go". (You will want to continue this until all of your items are made, Making sure that the `id` is ONE higher every time you submit it! Afterward, you should see a new table. `id` = Unique ID of the item. These go up in intervals of 1, each item has to be different. (ex. 1, 2, 3, 4, 5) `points` = How many points it will cost `itemid1` = The ID of the item `count1` = How many of the item (ID above) do you wish to receive `itemid2` = Set to 0, you wont use this unless you are selling backpacks of items `count2` = Same as above `offer_type` = The type of offer you're giving away. This one is obviously, one item, so keep it as `item`. `offer_description` = The description on the website. What you want to advertise about the item. `offer_name` = Name of the item on the website Edit the tables as needed, and it should appear in your shop, as seen below: (obviously that was made for my server specifically) ![]() Red | |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |