• New pricing for Credits and VIP

  • We sell Discord Boosts (level 3) now at a very cheap price and 100% guarantee safe and with replacement guarantees if there happens to be an issue💪

QBCORE okokBilling (1 Viewer)

joni146

New member
Dec 30, 2021
1
0
1
Credits
6
the sql is:

CREATE TABLE `okokBilling` (
`id` int(50) NOT NULL PRIMARY KEY AUTO_INCREMENT,
`receiver_identifier` varchar(255) NOT NULL,
`receiver_name` varchar(255) NOT NULL,
`author_identifier` varchar(255) NOT NULL,
`author_name` varchar(255) NULL DEFAULT NULL,
`society` varchar(255) NOT NULL,
`society_name` varchar(255) NOT NULL,
`item` varchar(255) NOT NULL,
`invoice_value` int(50) NOT NULL,
`status` varchar(50) NOT NULL,
`notes` varchar(255) NULL DEFAULT ' ',
`sent_date` varchar(255) NOT NULL,
`limit_pay_date` varchar(255) NULL DEFAULT NULL,
`fees_amount` int(50) NULL DEFAULT 0,
`paid_date` varchar(255) NULL DEFAULT NULL
);
 

Tomerz

New member
Jan 13, 2022
1
0
1
Credits
16
Hello, I get an error in console after starting this script.
"Error loading script server.lua in resource okokBilling: @okokBilling/server.lua:15: attempt to index a nil value (global 'QBCore')"
 
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.

Users who are viewing this thread

Top