Installation

SQL

You can find db.sql file in the root folder, please insert that sql into your database. It will create 2 tables for player tattoos and businesses.

Config setup

Open the config.lua file.

Framework

This script can be standalone, if needed, and we implemented two basic frameworks. You can change to your preferred framework like this:

Config.Framework = Frameworks.ESX -- for ESX
Config.Framework = Frameworks.QBCORE -- for QB
Config.Framework = Frameworks.STANDALONE -- for Standalone ❗ check note below ❗

For Frameworks.STANDALONE, check Frameworks in config, please.

To implement your custom framework, take a look at the Framework easy guide.

License type

Change LicenseType to the type of license you use to save your player data. We use this information to get the player's identifier.

Config.LicenseType = 'license' --license, steam, discord

Language

To change the language of this script, you can simply change Config.Locale to any available language in locales folder (except tattooNames, that is used to make custom tattoo names).

Multicharacter

cd_multichar

  1. in rcore_tattoos/config.lua Config.LicenseWithoutPrefix = true

  2. cd_multicharacter/configs/config.lua add into additional tables

  1. cd_multicharacter/configs/client_customise_me.lua add this into existing character & new character

Example

Last updated

Was this helpful?