Theme editor

ESX Clean ESX VehicleShop / CHEAP

so this is the fix right ?
In html folder, index.html, you will see display:show, make it display:none
 
  • Post hidden due to user being banned.
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