Theme editor

STANDALONE AV Vehicleshop

  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
- Add inifinite amount of vehicle shops.
- Each shop can have custom categories.
- Each shop can use custom account money.
- Stock limit.
- Restrict shop for VIP users (requires AV VIP).
- Preview vehicle tuning parts (requites AV Tuning).
- Requires oxmysql

-=Stripped Content=-

Showcase

It is an Standalone, u dont need VIP or Tuning (but it is an Nice to Hav

- Add inifinite amount of vehicle shops.
- Each shop can have custom categories.
- Each shop can use custom account money.
- Stock limit.
- Restrict shop for VIP users (requires AV VIP).
- Preview vehicle tuning parts (requites AV Tuning).
- Requires oxmysql

-=Stripped Content=-

Showcase

It is an Standalone, u dont need VIP or Tuning (but it is an Nice to Have)
Hi, could someone verify if is It working?
 
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;
 
Back
Top Bottom