Installation
How to install the char creator
1. Download Asset from Keymaster
start next-char-creator2. Add the SQL
ALTER TABLE `users` ADD `skin_created` INT(1) NOT NULL DEFAULT '0'; -- Create skin_created column
UPDATE `users` SET skin_created = 2 WHERE identifier IS NOT NULL -- Set every existing player to 13. Modify esx_skin

4. Restart Server
Last updated