• 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 Karma-Clothing NP 4.0 (Fully Working) [updated] (1 Viewer)

zeky26

Member
God VIP
Jun 2, 2022
8
2
3
Credits
400
creating character good
clothing store good
barber shop good
changeoutfit got error
The problem is there's no way to save your current outfit, that's why you got an error
 

gpgghost

Well-known member
Jun 8, 2023
393
30
28
Credits
45
CREATE TABLE `karma_outfits` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`cid` INT(11) NULL DEFAULT NULL,
`name` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci',
`tags` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci',
`slot` INT(11) NULL DEFAULT NULL,
`model` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci',
`drawables_texture` TEXT NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci',
`props_texture` TEXT NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci',
`hairColor` TEXT NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci',
`fadeLayer` TEXT NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci',
`customHeadModel` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci',
`created_at` TIMESTAMP NOT NULL DEFAULT current_timestamp(),
`updated_at` TIMESTAMP NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `unique_cid_slot` (`cid`, `slot`) USING BTREE
)
COLLATE='utf8mb4_general_ci'
ENGINE=InnoDB
AUTO_INCREMENT=31
;
 
  • Post hidden due to user being banned.

Users who are viewing this thread

Top