- Joined
- Dec 23, 2014
- Messages
- 2,462
- Solutions
- 68
- Reaction score
- 1,129
I am making a talkaction auction system.
If someone can make this part for me I would appreciate it:
I have set it up to allow 3 selling bids at one time. I need a script that will read all players storage values
online or offline, so, from the database.
I need it to read the storage 45554. If the player has that storage = 1 then it will list the player and his selling items.....
The selling storages for item, item amount, and price are this:
So if a player types !auctionlist they will get something like:
Playername:
item1, amount, price
item2, amount, price
item3, amount, price
Playername2:
item1, amount, price
item2, amount, price
item3, amount, price
If someone could make it please. I would Rep I cannot offer money.
If someone can make this part for me I would appreciate it:
I have set it up to allow 3 selling bids at one time. I need a script that will read all players storage values
online or offline, so, from the database.
I need it to read the storage 45554. If the player has that storage = 1 then it will list the player and his selling items.....
The selling storages for item, item amount, and price are this:
Code:
-----------ITEM 1----------------
local item_storage = 45555
local item_amount_storage = 45556
local item_sell_price_storage = 45557
-----------ITEM 2----------------
local item2_storage = 45558
local item2_amount_storage = 45559
local item2_sell_price_storage = 45560
-----------ITEM 3----------------
local item3_storage = 45561
local item3_amount_storage = 45562
local item3_sell_price_storage = 45563
So if a player types !auctionlist they will get something like:
Playername:
item1, amount, price
item2, amount, price
item3, amount, price
Playername2:
item1, amount, price
item2, amount, price
item3, amount, price
If someone could make it please. I would Rep I cannot offer money.