function dobozbaVan(dX, dY, dSZ, dM, eX, eY) if(eX >= dX and eX <= dX+dSZ and eY >= dY and eY <= dY+dM) then return true else return false endendfunction elore (gomb, statusz, absX, absY)if panelsState == true then if statusz == \"down\" and gomb == \"left\" then if dobozbaVan(screenW * 0.9464, screenH * 0.7000, screenW * 0.9807, screenH * 0.7324, absX, absY) then if aholtart == 2 then outputChatBox(\"elore 2 vót 1 lett\") aholtart = 1 createVehicle01() elseif aholtart == 1 then outputChatBox(\"elore 1 vót 2 lett\") aholtart = 2 createVehicle01() end elseif dobozbaVan(screenW * 0.7510, screenH * 0.7000, screenW * 0.7865, screenH * 0.7315, absX, absY) then if aholtart == 2 then outputChatBox(\"hatra 2 vót 1 lett\") aholtart = 1 createVehicle01() elseif aholtart == 1 then outputChatBox(\"hatra 1 vót 2 lett\") aholtart = 2 createVehicle01() end elseif dobozbaVan(screenW * 0.8323, screenH * 0.5769, screenW * 0.8885, screenH * 0.6037,absX, absY) then local money = getPlayerMoney(localPlayer) if money == kocsikara[asdasd] or money > kocsikara[asdasd] then playSound(\"sounds/igen.wav\") setPlayerMoney(money-kocsikara[asdasd]) outputChatBox(\"Megvásároltad\") changePanelState() lehivott_kocsi = createVehicle(kocsik[asdasd],536.04828, -1278.91553, 17.24219) changeColor() elseif money < kocsikara[asdasd] then playSound(\"sounds/nem.mp3\") outputChatBox(\"Nincs elég pénzed\") end elseif dobozbaVan(screenW * 0.7562, screenH * 0.4519, 51, 43,absX, absY) then --Fehér color = \"white\" setVehicleColor(theVehicle,255,255,255) elseif dobozbaVan(screenW * 0.7880, screenH * 0.4519, 51, 43,absX, absY) then --Fekete color = \"black\" setVehicleColor(theVehicle,0,0,0) elseif dobozbaVan(screenW * 0.8198, screenH * 0.4519, 51, 43,absX, absY) then --Zöld color = \"green\" setVehicleColor(theVehicle,26,255,0) elseif dobozbaVan(screenW * 0.8516, screenH * 0.4519, 51, 43,absX, absY) then --Világos Kék color = \"blue0\" setVehicleColor(theVehicle,0,255,247) elseif dobozbaVan(screenW * 0.8833, screenH * 0.4519, 51, 43,absX, absY) then --Sötét Kék color = \"blue1\" setVehicleColor(theVehicle,0,34,255) elseif dobozbaVan(screenW * 0.9151, screenH * 0.4519, 51, 43,absX, absY) then --Piros color = \"red\" setVehicleColor(theVehicle,255,0,0) elseif dobozbaVan(screenW * 0.9469, screenH * 0.4519, 51, 43,absX, absY) then --Narancs color = \"orange\" setVehicleColor(theVehicle,255,205,0) elseif dobozbaVan(screenW * 0.7562, screenH * 0.5009, 51, 43,absX, absY) then --Citrom color = \"yellow\" setVehicleColor(theVehicle,247,255,0) elseif dobozbaVan(screenW * 0.7880, screenH * 0.5009, 51, 43,absX, absY) then --Rózsaszín color = \"pink\" setVehicleColor(theVehicle,255,0,239) elseif dobozbaVan(screenW * 0.8198, screenH * 0.5009, 51, 43,absX, absY) then --Lila color = \"purple\" setVehicleColor(theVehicle,145,0,255) elseif dobozbaVan(screenW * 0.8516, screenH * 0.5009, 51, 43,absX, absY) then --Barna color = \"brown\" setVehicleColor(theVehicle,125,83,0) elseif dobozbaVan(screenW * 0.8833, screenH * 0.5009, 51, 43,absX, absY) then --Szürke color = \"grey\" setVehicleColor(theVehicle,95,93,89) end end endend
local money = getPlayerMoney(localPlayer)local screenW, screenH = guiGetScreenSize()local aholtart = 1local panelState = falselocal markerPosition = 543.06183, -1292.82703, 17.24219local asd = falselocal marker = createMarker(543.06183, -1292.82703, 17.24219, \"cylinder\",1.5, 255, 255, 255, 255)kocsik = {}kocsikara = {}kocsikfajtaja = {}kocsivegseb = {}kocsik[1] = 602kocsik[2] = 477kocsikara[1] = 100000kocsikara[2] = 200000kocsikfajtaja[1] = \"Alpha\"kocsikfajtaja[2] = \"ZR-350\"kocsivegseb[1] = 200kocsivegseb[2] = 300addEventHandler(\"onClientRender\", root, function() asdasd = aholtart if panelState == true then dxDrawText(\"Előre választott színek\", screenW * 0.7948, screenH * 0.4324, screenW * 0.9318, screenH * 0.4500, tocolor(255, 255, 255, 255), 1.00, \"default-bold\", \"center\", \"center\", false, false, false, false, false) dxDrawText(\"Színválasztás\", screenW * 0.8193, screenH * 0.8111, screenW * 0.9094, screenH * 0.8269, tocolor(255, 255, 255, 255), 1.00, \"default-bold\", \"center\", \"center\", false, false, false, false, false) dxDrawRectangle(screenW * 0.7510, screenH * 0.2991, 441, 571, tocolor(0, 0, 0, 200), false) dxDrawText(\"Vásárlás\", screenW * 0.8323, screenH * 0.5769, screenW * 0.8885, screenH * 0.6037, tocolor(255, 255, 255, 255), 2.00, \"default-bold\", \"center\", \"center\", false, false, false, false, false) dxDrawText(kocsikfajtaja[asdasd], 1489, 329, 1845, 360, tocolor(255, 255, 255, 255), 2.00, \"default-bold\", \"center\", \"center\", false, false, false, false, false) dxDrawRectangle(screenW * 0.7573, screenH * 0.3500, 282, 40, tocolor(0, 0, 0, 230), false) dxDrawText(\"Ára : \"..kocsikara[asdasd]..\" C$\", 1454, 377, 1532, 418, tocolor(255, 255, 255, 255), 2.00, \"default-bold\", \"left\", \"center\", false, false, false, false, false) dxDrawRectangle(screenW * 0.7573, screenH * 0.3963, 282, 39, tocolor(0, 0, 0, 230), false) dxDrawText(\"Végsebesség : \"..kocsivegseb[asdasd]..\" MP/H\", screenW * 0.7573, screenH * 0.3944, (screenW * 0.7573) + 78, ( screenH * 0.3944) + 41, tocolor(255, 255, 255, 255), 1.00, \"default-bold\", \"left\", \"center\", false, false, false, false, false) dxDrawRectangle(screenW * 0.7562, screenH * 0.4519, 51, 43, tocolor(255, 255, 255, 255), false) dxDrawRectangle(screenW * 0.7880, screenH * 0.4519, 51, 43, tocolor(0, 0, 0, 255), false) dxDrawRectangle(screenW * 0.8198, screenH * 0.4519, 51, 43, tocolor(28, 204, 61, 255), false) dxDrawRectangle(screenW * 0.8516, screenH * 0.4519, 51, 43, tocolor(42, 163, 189, 255), false) dxDrawRectangle(screenW * 0.8833, screenH * 0.4519, 51, 43, tocolor(21, 20, 97, 255), false) dxDrawRectangle(screenW * 0.9151, screenH * 0.4519, 51, 43, tocolor(116, 0, 0, 255), false) dxDrawRectangle(screenW * 0.9469, screenH * 0.4519, 51, 43, tocolor(211, 117, 25, 255), false) dxDrawRectangle(screenW * 0.7562, screenH * 0.5009, 51, 43, tocolor(233, 219, 2, 255), false) dxDrawRectangle(screenW * 0.7880, screenH * 0.5009, 51, 43, tocolor(202, 25, 209, 255), false) dxDrawRectangle(screenW * 0.8198, screenH * 0.5009, 51, 43, tocolor(98, 12, 153, 255), false) dxDrawRectangle(screenW * 0.8516, screenH * 0.5009, 51, 43, tocolor(77, 40, 20, 255), false) dxDrawRectangle(screenW * 0.8833, screenH * 0.5009, 51, 43, tocolor(49, 48, 47, 255), false) dxDrawText(\"Előre\", screenW * 0.9464, screenH * 0.7000, (screenW * 0.9464) + 66, ( screenH * 0.7000) + 35, tocolor(255, 255, 255, 255), 2.00, \"default-bold\", \"center\", \"center\", false, false, false, false, false) dxDrawText(\"Hátra\", screenW * 0.7510, screenH * 0.7000, (screenW * 0.7510) + 68, ( screenH * 0.7000) + 34, tocolor(255, 255, 255, 255), 2.00, \"default-bold\", \"center\", \"center\", false, false, false, false, false) --[[dxDrawText(\"Fehér\", dxDrawText(\"Fekete\", dxDrawText(\"Züld\", dxDrawText(\"Világos Kík\", dxDrawText(\"Sötét Kík\", dxDrawText(\"Piros\", dxDrawText(\"Narancssárga\", dxDrawText(\"Citromsárga\", dxDrawText(\"Rózsaszín\", dxDrawText(\"Lila\", dxDrawText(\"Barna\", dxDrawText(\"Szürke\", ]] end end)function changePanelState ()if panelState == false and source == marker thenshowCursor(true)createVehicle01()panelState = truesetCameraMatrix(536.54602, -1298.54370, 32.54056,542.45947, -1296.78247, 32.54056) elseif panelState == true then showCursor(false) destroyElement(theVehicle) panelState = false setCameraTarget(localPlayer) asd = false endendfunction changeColor ()if color == \"white\" thensetVehicleColor(lehivott_kocsi,255,255,255)elseif color == \"black\" thensetVehicleColor(lehivott_kocsi,0,0,0)elseif color == \"green\" thensetVehicleColor(lehivott_kocsi,26,255,0)elseif color == \"blue0\" thensetVehicleColor(lehivott_kocsi,0,255,247)elseif color == \"blue1\" thensetVehicleColor(lehivott_kocsi,0,34,255)elseif color == \"red\" thensetVehicleColor(lehivott_kocsi,255,0,0)elseif color == \"orange\" thensetVehicleColor(lehivott_kocsi,255,205,0)elseif color == \"yellow\" thensetVehicleColor(lehivott_kocsi,247,255,0)elseif color == \"pink\" thensetVehicleColor(lehivott_kocsi,255,0,239)elseif color == \"purple\" thensetVehicleColor(lehivott_kocsi,145,0,255)elseif color == \"brown\" thensetVehicleColor(lehivott_kocsi,125,83,0)elseif color == \"grey\" thensetVehicleColor(lehivott_kocsi,95,93,89)endendaddEventHandler(\"onClientMarkerHit\",marker,changePanelState)function dobozbaVan(dX, dY, dSZ, dM, eX, eY) if(eX >= dX and eX <= dX+dSZ and eY >= dY and eY <= dY+dM) then return true else return false endendfunction elore (gomb, statusz, absX, absY)if panelsState == true then if statusz == \"down\" and gomb == \"left\" then if dobozbaVan(screenW * 0.9464, screenH * 0.7000, screenW * 0.9807, screenH * 0.7324, absX, absY) then if aholtart == 2 then outputChatBox(\"elore 2 vót 1 lett\") aholtart = 1 createVehicle01() elseif aholtart == 1 then outputChatBox(\"elore 1 vót 2 lett\") aholtart = 2 createVehicle01() end elseif dobozbaVan(screenW * 0.7510, screenH * 0.7000, screenW * 0.7865, screenH * 0.7315, absX, absY) then if aholtart == 2 then outputChatBox(\"hatra 2 vót 1 lett\") aholtart = 1 createVehicle01() elseif aholtart == 1 then outputChatBox(\"hatra 1 vót 2 lett\") aholtart = 2 createVehicle01() end elseif dobozbaVan(screenW * 0.8323, screenH * 0.5769, screenW * 0.8885, screenH * 0.6037,absX, absY) then local money = getPlayerMoney(localPlayer) if money == kocsikara[asdasd] or money > kocsikara[asdasd] then playSound(\"sounds/igen.wav\") setPlayerMoney(money-kocsikara[asdasd]) outputChatBox(\"Megvásároltad\") changePanelState() lehivott_kocsi = createVehicle(kocsik[asdasd],536.04828, -1278.91553, 17.24219) changeColor() elseif money < kocsikara[asdasd] then playSound(\"sounds/nem.mp3\") outputChatBox(\"Nincs elég pénzed\") end elseif dobozbaVan(screenW * 0.7562, screenH * 0.4519, 51, 43,absX, absY) then --Fehér color = \"white\" setVehicleColor(theVehicle,255,255,255) elseif dobozbaVan(screenW * 0.7880, screenH * 0.4519, 51, 43,absX, absY) then --Fekete color = \"black\" setVehicleColor(theVehicle,0,0,0) elseif dobozbaVan(screenW * 0.8198, screenH * 0.4519, 51, 43,absX, absY) then --Zöld color = \"green\" setVehicleColor(theVehicle,26,255,0) elseif dobozbaVan(screenW * 0.8516, screenH * 0.4519, 51, 43,absX, absY) then --Világos Kék color = \"blue0\" setVehicleColor(theVehicle,0,255,247) elseif dobozbaVan(screenW * 0.8833, screenH * 0.4519, 51, 43,absX, absY) then --Sötét Kék color = \"blue1\" setVehicleColor(theVehicle,0,34,255) elseif dobozbaVan(screenW * 0.9151, screenH * 0.4519, 51, 43,absX, absY) then --Piros color = \"red\" setVehicleColor(theVehicle,255,0,0) elseif dobozbaVan(screenW * 0.9469, screenH * 0.4519, 51, 43,absX, absY) then --Narancs color = \"orange\" setVehicleColor(theVehicle,255,205,0) elseif dobozbaVan(screenW * 0.7562, screenH * 0.5009, 51, 43,absX, absY) then --Citrom color = \"yellow\" setVehicleColor(theVehicle,247,255,0) elseif dobozbaVan(screenW * 0.7880, screenH * 0.5009, 51, 43,absX, absY) then --Rózsaszín color = \"pink\" setVehicleColor(theVehicle,255,0,239) elseif dobozbaVan(screenW * 0.8198, screenH * 0.5009, 51, 43,absX, absY) then --Lila color = \"purple\" setVehicleColor(theVehicle,145,0,255) elseif dobozbaVan(screenW * 0.8516, screenH * 0.5009, 51, 43,absX, absY) then --Barna color = \"brown\" setVehicleColor(theVehicle,125,83,0) elseif dobozbaVan(screenW * 0.8833, screenH * 0.5009, 51, 43,absX, absY) then --Szürke color = \"grey\" setVehicleColor(theVehicle,95,93,89) end end endendaddEventHandler(\"onClientClick\", getRootElement(), elore)function createVehicle01 ()if asd == true thendestroyElement(theVehicle)theVehicle = createVehicle(kocsik[asdasd],542.45947, -1296.78247, 32.54056)elseif asd == false thentheVehicle = createVehicle(kocsik[asdasd],542.45947, -1296.78247, 32.54056)asd = trueendendfunction bindTheKeys ()bindKey (\"backspace\", \"down\", changePanelState)endaddEventHandler(\"onClientResourceStart\", getRootElement(),bindTheKeys) --Faveágó munka: -1686.99292 -2153.87622 38.72948 function test(commandName,cuccos)setPlayerMoney(cuccos)endaddCommandHandler(\"setCash\",test)