• We have a new discord! click here to join
    Any faulty links ? Report them in our discord or via our Ticket System!
    We do everything we can to protect the safety of our visitors, if any resource contains malware in any kind of form or obfuscation please report it aswell ♡♡

QBCORE PA-billing (Nopixel 4.0) (1 Viewer)

FAKY

New member
Oct 24, 2024
4
3
3
Credits
15
Nopixel 4.0 Billing System

Preview Link
CREATE TABLE IF NOT EXISTS `pa_billing` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`paid` varchar(50) NOT NULL DEFAULT '0',
`owner` varchar(50) NOT NULL DEFAULT '0',
`price` int(17) DEFAULT NULL,
`receiver` varchar(50) DEFAULT NULL,
`title` varchar(50) DEFAULT NULL,
`type` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

 

Users who are viewing this thread

Top