Messages
31
Reactions
1
Credits
2,045
Joined
Feb 2024
Messages
105
Reactions
0
Credits
62
Joined
Feb 2024
Messages
72
Reactions
0
Credits
224
Joined
Dec 2021
Messages
19
Reactions
0
Credits
23
Joined
May 2024
Messages
11
Reactions
0
Credits
12
Joined
May 2024
Messages
609
Reactions
0
Credits
148
Joined
Jun 2022
Messages
6
Reactions
0
Credits
2
Joined
Aug 2024
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...
- 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...
- 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?
Messages
142
Reactions
0
Credits
93
Joined
Aug 2021
Messages
22
Reactions
0
Credits
70
Joined
Oct 2024
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;
`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;