HighLeaks
Help

AV Vehicleshop

ineedju ineedju Started 24 replies 1,458 views
#1
[attachment removed]AV Vehicleshop[/attachment]
#11
[attachment removed]



Server>buy.lua - line: 71



Nice try.[/attachment]
#11




gottkoenigzylla,

wrote:



- Add inifinite amount of vehicle shops.

- Each shop can have custom categories.

- Each shop can use custom account money.

- Stock limit.

- Restrict s...










gottkoenigzylla,

wrote:



- Add inifinite amount of vehicle shops.

- Each shop can have custom categories.

- Each shop can use custom account money.

- Stock limit.

- Restrict s...




Hi, could someone verify if is It working?
#12
The link is working. thanx for sharing will test this soon.
#13
CREATE TABLE IF NOT EXISTS `av_vehicleshop` (

`name` varchar(50) DEFAULT NULL,

`price` int(11) DEFAULT NULL,

`category` varchar(50) DEFAULT NULL,

`stock` int(11) DEFAULT NULL

) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;