{"id":199976,"date":"2025-10-14T10:15:41","date_gmt":"2025-10-14T08:15:41","guid":{"rendered":"https:\/\/fivemx.com\/?post_type=product&#038;p=199976"},"modified":"2025-12-24T07:30:00","modified_gmt":"2025-12-24T06:30:00","slug":"zsx-mehrzeichen","status":"publish","type":"product","link":"https:\/\/fivemx.com\/de\/zsx-multicharacter\/","title":{"rendered":"ZSX-Mehrfachzeichen"},"content":{"rendered":"<p><iframe title=\"ZSX_Multicharacter | FiveM Cinematic Multicharacter\" width=\"1290\" height=\"726\" src=\"https:\/\/www.youtube.com\/embed\/VjkWxeRo75w?feature=oembed\" loading=\"lazy\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n<h3>Config file<\/h3>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"lua\">Config = {}\r\nConfig.IssueHelper = false -- [DEF. false] [BOOLEAN] Use that if you need help on discord. Gathers config data and non-sensitive data.\r\nConfig.Characters = {}\r\nConfig.Characters.Free = 1\r\nConfig.Characters.IdentifierType = \"license\"\r\nConfig.Debug = false\r\nConfig.DebugTimers = false\r\nConfig.CheckIntegration = true\r\n\r\nConfig.CameraFOV = 20.0\r\nConfig.CameraOffsets = {\r\n    coords = {      -- Actual camera coordinates where camera is being spawned at. Relative to the player offsets. Native ref: https:\/\/docs.fivem.net\/natives\/?_0x1899F328B0E12848\r\n        x = -.65,\r\n        y = 5.0,\r\n        z = 0.0,\r\n    }, \r\n    rot = {         -- Focus coordinates that camera \"is facing\".                                                  Native ref: https:\/\/docs.fivem.net\/natives\/?_0x1899F328B0E12848\r\n        x = -.65,\r\n        y = 0.0,\r\n        z = 0.3\r\n    }\r\n}\r\n\r\nConfig.Music = {\r\n    default = 'https:\/\/www.youtube.com\/watch?v=sA80HAfJPR8',\r\n    volume = .3,\r\n}\r\n\r\nConfig.Commands = {\r\n    ['logout'] = {\r\n        use = true,\r\n        commandName = 'logout',\r\n    },\r\n    ['setcharacterslots'] = {\r\n        use = true,\r\n        commandName = 'setcharacterslots'\r\n    }, ['addcharacterslots'] = {\r\n        use = true,\r\n        commandName = 'addcharacterslots'\r\n    },\r\n}\r\n\r\nConfig.ForceAppereance = false -- [DEF. false] [IF NOT FALSE PLEASE USE STRING INSTAED OF TRUE] Check client\/framework\/framework_functions.lua Framework.SetSkin function for the compatible appearances. \r\n\r\nConfig.Prefix = 'char' -- [DEF. 'char'] [STRING] What prefix should we use to gather user identifiers. (ESX Only since qbcore have implemented citizensIDs)\r\n\r\nConfig.UI = {\r\n    ['settings'] = true,\r\n    ['spawn_selector'] = true,\r\n    ['discord'] = 'https:\/\/discord.gg\/', -- [STRING] Set your Discord URL to show that content or set it to false to disable discord icon.\r\n    ['youtube'] = 'https:\/\/youtu.be\/', -- [STRING] Set your Youtube URL to show that content or set it to false to disable youtube icon.\r\n    ['website'] = 'https:\/\/mywebsite.rp\/', -- [STRING] Set your Website URL to show that content or set it to false to disable website icon.\r\n    ['delete_character'] = false,\r\n}\r\n\r\nConfig.ServerLogo = 'https:\/\/i.postimg.cc\/J4JcGmCQ\/new.png'\r\n\r\nConfig.CanSwapLocationOnLogout = true -- [DEF. true] [BOOLEAN] Will user have access to swapping locations when using logout command.\r\n\r\nConfig.Buckets = {}\r\nConfig.Buckets.MulticharacterID = 1000 -- [DEF. 1000] [INT] What bucket identifier should be set while inside multicharacter.\r\nConfig.Buckets.PopulationEnabled = false -- [DEF. false] [BOOLEAN] Should population be enabled inside multicharacter?\r\nConfig.Buckets.DefaultId = 0 --[DEF. 0] [INT] What bucket identifier should be set when user will select character.\r\n\r\nConfig.Effects = {\r\n    useEffects = true, -- [DEF. TRUE] [BOOLEAN] Set if you want the camera animation with the sound to be played when user selects his character\r\n    useBucketSphere = true, -- [DEF. TRUE] [BOOLEAN] Set that if you want use animation with the white sphere\r\n}\r\n\r\nConfig.SpawnCoords = {\r\n    coords = vector3(-1249.1780, -163.0153, 40.4084), -- [COORDS] Set your desired coords for the users that will create their characters\r\n    heading = 237.3200 -- [INT] Heading of the given coords\r\n}\r\n\r\nConfig.DefaultSettings = {}\r\nConfig.DefaultSettings['Filters'] = 'NG_filmic25' -- [STRING] Default values for filters\r\nConfig.DefaultSettings['Cameras'] = 'from_back' -- [STRING] Default values for camera\r\n\r\nConfig.UserInterface = 'START_BEFORE'   -- [STRING] More information on docs:\r\n\r\nConfig.Identity = {}\r\nConfig.Identity.UseCameraAnimation = true        -- [BOOL] Use identity camera animation\r\nConfig.Identity.UseClothingTimer = true          -- [BOOL] Use clothing timer\r\nConfig.Identity.SpawnPlayerAtSpawnCoords = true  -- [BOOL] Spawn player at the specified coordinates as in Config.SpawnCoords | Warning otherwise, you will have to set player coords manually!\r\nConfig.Identity.ClothingTimer = 15000            -- [INT] How much time does user have to wait to open skin menu after creating new character\r\nConfig.Identity.SwitchPlayerBucketOnLoad = true  -- [BOOL] Set player in default bucket right after identity animation\r\nConfig.Identity.SetInBucketOnAppearance = false  -- [BOOL] Set player in Multicharacter bucket while in appearance | Warning! It will only work for the appearances that has appearance callback when it's finished. \r\n                                                 --[[                                                                Currently available appaearances \r\n                                                                                                                        - illenium-appearance\r\n                                                                                                                        - fivem-appearance\r\n                                                                                                                        - crm-appearance\r\n                                                                                                                        - bl_appearance\r\n                                                                                                                        - dx_clothing\r\n                                                                                                                        - rcore-clothing\r\n                                                 ]]\r\n\r\nConfig.StarterItems = {\r\n    {\r\n        item = 'bread',\r\n        amount = 3\r\n    }, {\r\n        item = 'water',\r\n        amount = 3\r\n    },\r\n}\r\n\r\nConfig.CommandGroupAllowed = 'admin'\r\n\r\nConfig.SphereColor = {255, 255, 255}\r\nConfig.SphereIntensity = .95\r\n\r\nConfig.AutoHandleUIV2 = true                -- [DEF. true] [BOOL] Automaticaly checks for UIV2 in order to prepare the integration.\r\n\r\nConfig.DateFormat = 1                     --[[ [DEF. 1] [INT] Available formats:\r\n                                            Config.DateFormat = 1 -- DD\/MM\/YYYY\r\n                                            Config.DateFormat = 2 -- MM\/DD\/YYYY\r\n                                            Config.DateFormat = 3 -- YYYY\/DD\/MM\r\n                                            Config.DateFormat = 4 -- YYYY\/MM\/DD                           \r\n                                          ]]\r\n\r\nConfig.IdentityDuplicateCheck = false -- [DEF. false] [BOOL] Duplicate Name Check - Example: If user enters 'John Doe' and another one exist's, user cant create character\r\n\r\n--- A easy way to allow specified player's a different slot limit than the rest, without using a command.\r\n--- Please use a player identifier, with the character slot amount you want a user to have.\r\nConfig.CustomSlots = {\r\n    [\"license:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"] = 5,\r\n}\r\n\r\n--Algorithm Handlers\r\n\r\nConfig.AirCheckerDuration = 5000\r\nConfig.MaxAmountOfCoordsChecks = 5          -- [DEF. 5] [INT] Increasing that value may help with proper allocation of the player. Amount with max 0 may spawn your ped (if he's on some custom big interior) at wrong coords or even under the map. \r\nConfig.MaxAmountOfHeadingChecks = 5         -- [DEF. 5] [INT] Increasing the amount will create better background of the player\r\nConfig.MaxAmountOfDistanceChecks = 5        -- [DEF. 5] [INT] Increasing the amount will help the algorithm to prevent the camera to spawn inside the wall\r\nConfig.InteriorCheckerDurationMax = 10000   -- [DEF. 10000] [INT] Maximal amount of time for the preload of the interior\r\nConfig.UseInteriorCheck = false             -- [DEF. false] [BOOL] Use interior checker\r\n\r\n--End\r\n\r\nConfig.AwaitShutdownLoadingScreen = false   -- [DEF. false] [BOOL] Allow to await loading screen to be manually shutdown.\r\nConfig.CustomInitialization = false         -- [DEF. false] [BOOL] If you will set that value to true you will have to manually handle opening up Multicharacter content. You can check out our documentation page for export\/event\r\n\r\nConfig.UseFastTransition = false            -- [DEF. false] [BOOL] Required UIV2, makes the loading faster without the server logo on the startup to maintain functionality.\r\n\r\nConfig.DB_TablesToRemove = { -- Example of table\r\n    -- {\r\n    --     table = 'owned_vehicles',\r\n    --     identifierColumn = 'owner',\r\n    -- }\r\n}\r\n\r\n--[[\r\n    DOCS: https:\/\/zsx-development.gitbook.io\/docs\/multicharacter\/faq\r\n]]<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<h2>Merkmale<\/h2>\n<ul>\n<li>Selbst geschriebenes Kamerasystem<\/li>\n<li>Integrierte Spawn-Auswahl<\/li>\n<li>Integrierte Identit\u00e4t<\/li>\n<li>Abmeldesystem, das als Export oder als Befehl verwendet werden kann<\/li>\n<li>Unbegrenzte Zeichenpl\u00e4tze<\/li>\n<li>Einstellungen f\u00fcr Spieler wie verschiedene Kameraanimationen und Filter<\/li>\n<li>Algorithmen zur Anpassung der Spielerpositionierung in der Welt<\/li>\n<li>Webreferenzen wie Store- oder Discord-Einladungslink<\/li>\n<li>Musik, die einfach einzustellen ist<\/li>\n<li>\u00d6ffnen Sie Serverdateien und Frameworkfunktionen, um die Schnittstelle an die spezifischen Frameworks anzupassen<\/li>\n<li>M\u00f6glichkeit, Multicharaktere an spezielle Anforderungen anzupassen, z. B. ob der Spieler beim Abmelden den Standort wechseln kann<\/li>\n<li>Startgegenst\u00e4nde<\/li>\n<li>Zeichen l\u00f6schen<\/li>\n<\/ul>\n<h2>Kompatibilit\u00e4ten<\/h2>\n<p>Da unser Spawn-Selektor Ihnen Zugriff auf das Spawnen auf Ihren Grundst\u00fccken gibt, gibt es eine Liste der derzeit unterst\u00fctzten Wohnsysteme:<\/p>\n<ul>\n<li>qs-Geh\u00e4use<\/li>\n<li>PS-Geh\u00e4use<\/li>\n<li>bcs-geh\u00e4use<\/li>\n<\/ul>","protected":false},"featured_media":199977,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"product_brand":[],"product_cat":[511,96,512,2907],"product_tag":[],"class_list":["post-199976","product","type-product","status-publish","has-post-thumbnail","product_cat-standalone-scripts","product_cat-esx-scripts","product_cat-qbcore-scripts","product_cat-qbox-scripts","first","instock","sale","downloadable","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product\/199976","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/comments?post=199976"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/media\/199977"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/media?parent=199976"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_brand?post=199976"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_cat?post=199976"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_tag?post=199976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}