• 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 ♡♡

    Payments via Crypto: Please open a ticket, if you experience any issues, or if you miss your coin as an option in the list we have alot of wallets available.

QBCORE okokBilling (3 Viewers)

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