• Twitch subs for sale! Open a ticket in Discord for pricing!

  • Weekend! After a month of no weekend discounts, heres one for all of you:
    VIP Yearly 35,- euro

    And all credit payments get doubled starting now until Sunday 3-9-2025.
    300 credit purchase gives you 600 for example.

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

FAKY

Member
Oct 24, 2024
48
36
18
Credits
4,351
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;

 
Last edited:

Users who are viewing this thread

Top