FiveM Multi character script
This file is used to configure the core settings of the server.
Below is a detailed explanation of each setting.
| Setting | Description |
|---|---|
Config.Core |
Server core framework. Supported: qb. |
Config.SQL |
SQL resource to use. Supported: mysql-async, oxmysql, ghmattimysql. |
Config.Locale |
Language setting. Supported: tr, en, fr, de, pt, es. |
Config.appearance |
Character appearance system. Supported: fivem-appearance, illenium-appearance. |
Config.StarterItems = {
{ item = "phone", amount = 1 }
}-
Config.DeleteChar = false→ Character deletion is disabled. -
Set to
trueto allow players to delete their characters.
-
Config.PlayerDefaultSpawn→ Default spawn coordinates for new characters. -
Config.PlayerFreezeCoords→ Location where the player is frozen during character selection. -
Config.PedCoords→ Ped position shown in the character selection screen. -
Config.CamCoords→ Camera position.
Coordinates must be in vector4(x, y, z, heading) format.
-
Config.DiscordLoginWebhook→ Discord Webhook URL for sending login notifications. -
Config.DiscordLoginIcon→ Icon URL displayed in the webhook message.
-
Config.DefaultNumberOfCharacters→ Default number of character slots for all players. -
Config.PlayersNumberOfCharacters→ Custom character slot numbers for specific license IDs.
Example:
["license:d782a9d7f326706cad2af7572e30099098e0a6d5"] = 10
-
Owner → HIMURA
-
Project Developer → HIMURA
