Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script Buy and manage your own store Qbcore

Status
Not open for further replies.

SmokEZ24

Member
Joined
May 9, 2021
Messages
14
Reaction score
0
Points
156
i will give you the correct sql if i dont tag me
 

SmokEZ24

Member
Joined
May 9, 2021
Messages
14
Reaction score
0
Points
156
CREATE TABLE `store_business` (
`market_id` varchar(50) NOT NULL DEFAULT '',
`citizenid` varchar(250) DEFAULT NULL,
`user_id` varchar(50) DEFAULT NULL,
`stock` varchar(50) NOT NULL DEFAULT '[]',
`stock_upgrade` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
`truck_upgrade` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
`relationship_upgrade` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
`money` int(10) UNSIGNED NOT NULL DEFAULT 0,
`total_money_earned` int(10) UNSIGNED NOT NULL DEFAULT 0,
`total_money_spent` int(10) UNSIGNED NOT NULL DEFAULT 0,
`goods_bought` int(10) UNSIGNED NOT NULL DEFAULT 0,
`distance_traveled` double UNSIGNED NOT NULL DEFAULT 0,
`total_visits` int(10) UNSIGNED NOT NULL DEFAULT 0,
`customers` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
 

Gamer027

Member
Joined
Jun 30, 2021
Messages
3
Reaction score
0
Points
146
Seems to have a problem when creating a job. It says that someone already took it even though it just made. Any ideas?
 

TzUmi

Bronze Elite
Joined
Nov 7, 2021
Messages
11
Reaction score
3
Points
156
Location
United Kingdom
this not working for me
will not... this script use exports['ghmattimysql'] (ghmattimysql) if you use latest qbcore means you need updated version of this script and latest qbcore framework use now exports.oxmysql.query (oxymsql) so not gonna work
 
Status
Not open for further replies.
Top