• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

QBUS okokBilling (1 Viewer)

joni146

New member
Joined
Dec 30, 2021
Messages
1
Reaction score
0
Points
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
Joined
Jan 13, 2022
Messages
1
Reaction score
0
Points
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