Character Creation
Create new characters with personal details and automatic skin/appearance menu integration.
Creation Fields
| Field | Description |
|---|---|
| First Name | Character's first name |
| Last Name | Character's last name |
| Gender | Male or Female |
| Nationality | Character's nationality |
| Birth Date | Date of birth |
Skin Script Integration
After creating a character, the configured skin/appearance menu opens automatically:
| Skin Script | Support |
|---|---|
skinchanger | Yes |
illenium-appearance | Yes |
fivem-appearance | Yes |
qb-clothing | Yes |
bl_appearance | Yes |
rcore_clothing | Yes |
qs-appearance | Yes |
Starter Items
Configurable items given to newly created characters:
lua
Config.StarterItems = {
phone = 1,
id_card = 1,
}
Character Deletion
Characters can be deleted directly from the selection UI. The delete button can be toggled in config:
| Option | Default | Description |
|---|---|---|
Config.DeleteButton | true | Show the delete character button |
