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

QBUS Karma-Clothing NP 4.0 (Fully Working) [updated] (4 Viewers)

zeky26

Member
God VIP
Jun 2, 2022
8
2
3
Credits
256
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
400
30
28
Credits
182
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

  • montecristo
Top