{"id":43704,"date":"2022-09-19T14:29:38","date_gmt":"2022-09-19T12:29:38","guid":{"rendered":"https:\/\/esx-scripts.com\/?post_type=product&#038;p=43704"},"modified":"2026-06-22T20:42:20","modified_gmt":"2026-06-22T18:42:20","slug":"pubg-spielsystem-vip-2","status":"publish","type":"product","link":"https:\/\/fivemx.com\/de\/pubg-game-system-vip\/","title":{"rendered":"Pubg-Spielsystem (VIP)"},"content":{"rendered":"<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"FiveM Advanced Pubg Game Script, erstellt von Zoygkos#5869 (Link in Beschreibung)\" width=\"1290\" height=\"726\" src=\"https:\/\/www.youtube.com\/embed\/WD5-F7Ocqso?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>\n<\/div><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Vergessen Sie nicht, das \u201ebp\u201c-Konto zur es_extended-Konfiguration hinzuzuf\u00fcgen<br>wenn Sie es_extended 1.2 oder 1.1 legacy verwenden, ersetzen Sie die serverseitige Datei durch diese in <code>new_serverside<\/code> Ordner<br>Wenn Sie <a href=\"https:\/\/fivemx.com\/de\/so-aktualisieren-sie-fivem-serverartefakte\/\" data-wpil-monitor-id=\"751\">neueste Artefakte<\/a> Die \u00dcberpr\u00fcfung auf Tod und Leben von Spielern wird m\u00f6glicherweise nicht aktualisiert. Ersetzen Sie die Clientseite durch diese im Ordner new_clientside.<br>Wenn Sie nicht wissen, wie Sie alle diese Schritte ausf\u00fchren sollen, oder wenn sich die Probleme nicht beheben lassen, kontaktieren Sie mich bitte.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Einstellungen:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Config = {}\n\nConfig.NpcCoords = {x = 2764.02,y = 1358.86,z = 24.5,h = 89.11}\n\nConfig.MaxPlayers = 20\n\nConfig.MinPlayersToStartPUBGGame = 2\n\nConfig.TimeUntilStartInTicks = (10 * 1000) --from queue\n\nConfig.QueueLobby = {x = 2594.33,y = 373.4,z = 108.27,h = 7.0}\n\nConfig.MapCenter = {x = 4514.59,y = -626.23,z = 17.28}\n\nConfig.PlaneStartingPosition = {x = 4772.3,y = -851.69,z = 220.0}\n\nConfig.PlaneCameraPosition = {x = -31.64,y = -0.0,z = 48.384} --find camera coords from cl_zoyg.lua line : 697\n\nConfig.JumpTime = 13 --in seconds\n\nConfig.Circle = {MarkerId = 28, BlipColour = 53, MarkerAlpha = 128, startradius = 340.0,endradius = 10.0,Colour = {r = 40,g = 163,b = 224,a = 200},Height = 200.0}\n\nConfig.CircleDamage = {tickrate = 700, damage = 5}  -- hit every x seconds, damage circle will hit every x seconds (max is 200)\n\nConfig.CircleSpeed = 0.05 -- lower slow down circle\n\nConfig.MaxGameTime = 300 --in seconds\n\nConfig.BPPerKill = 20 --point for every kill\n\nConfig.BPForWinner = 100 --only when match is full of players. For \n\nConfig.useAmbulanceJobDeathCombatLog = false --true\n\nConfig.anountKill = true --false\n\nConfig.spawnVehicles = true\n\nConfig.RankPointsFromWins = 100\n\nConfig.RankPointsFromKills = 10\n\nConfig.Vehicles = {\n\t{model = \"dune\",x = 4662.5,y = -426.6,z = 19.0,h = 191.0},\n\t{model = \"issi3\",x = 4744.26,y = -580.39,z = 19.0,h = 143.0},\n\t{model = \"cheburek\",x = 4706.43,y = -661.12,z = 19.0,h = 166.72},\n\t{model = \"pcj\",x = 4553.92,y = -605.25,z = 19.0,h = 5.0},\n\t{model = \"enduro\",x = 4349.75,y = -813.24,z = 19.0,h = 14.34},\n\t{model = \"issi3\",x = 4540.34,y = -444.53,z = 19.0,h = 103.53},\n\t{model = \"dune\",x = 4506.05,y = -791.06,z = 19.0,h = 94.0},\n\t{model = \"bodhi2\",x = 4423.44,y = -595.47,z = 19.0,h = 237.0},\n\t{model = \"crusader\",x = 4433.04,y = -470.94,z = 19.0,h = 228.0},\n\n}\n\nConfig.Weapons = {\n    &#091;\"WEAPON_PISTOL\"] = {\n        label = \"Pistol\",\n        cost = 3000, -- in BP points\n    },\n\t&#091;\"WEAPON_SMG\"] = {\n        label = \"SMG\",\n        cost = 10000,\n    },\n\t&#091;\"WEAPON_MICROSMG\"] = {\n        label = \"MICRO SMG\",\n        cost = 7000,\n    },\n\t&#091;\"WEAPON_PUMPSHOTGUN\"] = {\n        label = \"PUMPSHOTGUN\",\n        cost = 15000,\n    },\n\t&#091;\"WEAPON_ASSAULTRIFLE\"] = {\n        label = \"ASSAULT RIFLE\",\n        cost = 15000,\n    },\n\t&#091;\"WEAPON_BULLPUPRIFLE\"] = {\n        label = \"BULLPUP RIFLE\",\n        cost = 25000,\n    },\n\t&#091;\"WEAPON_SPECIALCARBINE\"] = {\n        label = \"SPECIAL CARBINE\",\n        cost = 20000,\n    },\n\t&#091;\"WEAPON_KNIFE\"] = {\n        label = \"KNIFE\",\n        cost = 200,\n    },\n\t&#091;\"WEAPON_CARBINERIFLE\"] = {\n        label = \"Carbine Rifle\",\n        cost = 14000,\n    },\n}\n\nConfig.Items = {\n    &#091;\"phone\"] = {\n        label = \"Phone\",\n        cost = 100,\n    },\n\t&#091;\"bread\"] = {\n        label = \"\u03a8\u03c9\u03bc\u03af\",\n        cost = 1,\n    },\n\t&#091;\"clip\"] = {\n        label = \"Ammo\",\n        cost = 500,\n    },\n\t&#091;\"bulletproof\"] = {\n        label = \"Bulletproof\",\n        cost = 500,\n    },\n}<\/code><\/pre>","protected":false},"excerpt":{"rendered":"<p>Genie\u00dfen Sie dieses <a href=\"https:\/\/fivemx.com\/de\/minispiele\/\" data-wpil-monitor-id=\"464\">Minispiel<\/a> f\u00fcr ESX! Ihre Spieler k\u00f6nnen spielen <strong>PUBG \/ Last Man Standing \/ Schlachtfeld<\/strong>! Alle Dateien, einschlie\u00dflich der Karte<\/p>","protected":false},"featured_media":43707,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[],"product_cat":[2442,96],"product_tag":[],"class_list":["post-43704","product","type-product","status-publish","has-post-thumbnail","product_cat-fivem-weapon-mods","product_cat-esx-scripts","first","instock","sale","downloadable","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product\/43704","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=43704"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/media\/43707"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/media?parent=43704"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_brand?post=43704"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_cat?post=43704"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_tag?post=43704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}