Wi?c mam skrypt SA_Customs i jest co? z?ego w nim i? jak chce zmieni? kolor ?wiate? to nie pokazuje mi sie paleta do wybrania koloru... kt?ra powinna wygl?da? tak: https://imgur.com/a/V7TrWlU
https://imgur.com/a/sZtIKT1 < Menu
Kodzik : [lua]availableTuningMarkers = {
--X, Y, Z, Vehicle Rotation (Use /markerpos to get perfect position and rotation (The command in sourceC.lua last row))
{-2282.83,-124.69,34.84}, -- LV Airport
{-2275.28,-124.99,34.84}, -- LV Airport
}
tuningMenu = {
[1] = {
["categoryName"] = getLocalizedText("menu.optical"),
["availableUpgrades"] = {}, -- automatic getting optical upgrades to selected category
["subMenu"] = {
[1] = {["categoryName"] = getLocalizedText("menu.optical.frontBumper"), ["upgradeSlot"] = 14, ["tuningPrice"] = 1000, ["cameraSettings"] = {"bump_front_dummy", 130, 10, 6}},
[2] = {["categoryName"] = getLocalizedText("menu.optical.rearBumper"), ["upgradeSlot"] = 15, ["tuningPrice"] = 1000, ["cameraSettings"] = {"door_lf_dummy", -65, 3, 8}},
[3] = {["categoryName"] = getLocalizedText("menu.optical.hood"), ["upgradeSlot"] = 0, ["tuningPrice"] = 1000},
[4] = {["categoryName"] = getLocalizedText("menu.optical.exhaust"), ["upgradeSlot"] = 13, ["tuningPrice"] = 200... |