{"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-08-06T12:32:43","modified_gmt":"2026-08-06T10:32:43","slug":"sistema-de-juego-pubg-vip","status":"publish","type":"product","link":"https:\/\/fivemx.com\/es\/sistema-de-juego-pubg-vip\/","title":{"rendered":"Sistema de juego Pubg (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<div class=\"video-container\"><iframe title=\"Script avanzado del juego Pubg FiveM creado por Zoygkos#5869 (enlace en la descripci\u00f3n)\" width=\"1170\" height=\"658\" src=\"https:\/\/www.youtube.com\/embed\/WD5-F7Ocqso?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n<\/div><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">No olvides agregar la cuenta \u201cbp\u201d a la configuraci\u00f3n es_extended<br>Si usa es_extended 1.2 o 1.1 legacy, reemplace el archivo del lado del servidor con este en <code data-no-translation=\"\">new_serverside<\/code> carpeta<br>Si lo usas <a href=\"https:\/\/fivemx.com\/es\/tutoriales\/como-actualizar-los-artefactos-del-servidor-fivem\/\"  data-wpil-monitor-id=\"751\">\u00faltimos artefactos<\/a> Verificaci\u00f3n de muerte y los jugadores vivos no pueden actualizar. Reemplace el lado del cliente con este en la carpeta new_clientside<br>Si no sabes c\u00f3mo hacerlo todo o los problemas no se solucionan, cont\u00e1ctame.<\/p>\n\n<div class=\"video-container\"><iframe title=\"Script avanzado del juego Pubg FiveM creado por Zoygkos#5869 (enlace en la descripci\u00f3n)\" width=\"1170\" height=\"658\" src=\"https:\/\/www.youtube.com\/embed\/WD5-F7Ocqso?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Ajustes:<\/strong><\/p>\n\n\n\n<pre data-no-translation=\"\" class=\"wp-block-code\"><code data-no-translation=\"\">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>Disfruta esto <a href=\"https:\/\/fivemx.com\/es\/minijuegos\/\"  data-wpil-monitor-id=\"464\">minijuego<\/a> \u00a1Para ESX! Tus jugadores pueden jugar <strong>PUBG \/ El \u00faltimo hombre en pie \/ Campo de batalla<\/strong>\u00a1Todos los archivos, incluido el mapa!<\/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\/es\/wp-json\/wp\/v2\/product\/43704","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/comments?post=43704"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/media\/43707"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/media?parent=43704"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/product_brand?post=43704"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/product_cat?post=43704"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/es\/wp-json\/wp\/v2\/product_tag?post=43704"}],"curies":[{"name":"gracias","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}