-
Posts
1,546 -
Joined
-
Last visited
-
Days Won
31
Everything posted by Doffy
-
وربي ما رح امسحه علشانك يا غالي يخوي حاولت ما نفع شوف كلنت -- Created By #_iMr,[E]coo ,,,, Not Deleted It local combox = GUIEditor.combobox[1] local button = GUIEditor.button[6] addEventHandler("onClientGUIClick", resourceRoot, function() if source == button then local Select = guiComboBoxGetSelected(combox) local Text = guiComboBoxGetItemText(combox, Select) if Text == "Infernus" then triggerServerEvent("GetInfernus") elseif Text == "Sultan" then triggerServerEvent("GetSultan") end end end ) سيرفر Vehicle = {}, addEvent ( "GetInfernus", true ) addEventHandler ( "GetInfernus", root, function ( ) local x, y, z = getElementPosition ( source ) local _,_,r = getPedRotation ( source ) if isElement( Vehicle[source] ) then destroyElement( Vehicle[source] ) else Vehicle[source] = createVehicle ( 411, x, y, z+1, 0, 0,r) warpPedIntoVehicle ( source,Vehicle[source] ) end end ); addEvent ( "GetSultan", true ) addEventHandler ( "GetSultan", root, function ( ) local x, y, z = getElementPosition ( source ) local _,_,r = getPedRotation ( source ) if isElement( Vehicle[source] ) then destroyElement( Vehicle[source] ) else Vehicle[source] = createVehicle ( 560, x, y, z+1, 0, 0,r) warpPedIntoVehicle ( source,Vehicle[source] ) end end );
-
ممكن تكمله يخوي الله يجزاك خير ؟؟
-
ابي اول ما الواحد يختار نوع السيارة من الصورة الي قدامكم ويضغط علي زر ياخذ السيارة الي هو اختارها http://c.top4top.ne/p_393pnyhk1.pntg
-
مدري ض1 بس كذا يعني
-
طيب ما ينفع اخليه ل ايدي محدد بس ؟
-
ابي اول ما اللاعب يضغط علي زر يخليله لون السيارة احمر والباقي انا اسويه وما ينفع يغير اي لون سيارة غير الي الايدي حقها 411 محاولتي كلنت سايد addEventHandler ( 'onClientGUIClick',root, function () if ( source == GUIEditor.button[1] ) then triggerServerEvent("red", localPlayer ) guiAntiFlood(GUIEditor.button[1],500) end end ) سيرفر سايد addEvent("red",true) addEventHandler("red",root, function() setVehicleColor ( 411, 255,0,0) end)
-
هذا هو يخوي جبته بس موب شغال + جبت ملف ال colorpicker lua و جبت الصور وكل شي وركبتهم هذولي الاكواد عدلت عليهم شوي بس مو شغالين برضو ذي addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor.button[3] ) then local vehicle = getPedOccupiedVehicle() if not vehicle then return end local colors = { getVehicleColor(vehicle) } local args = {} for i=1,12 do colors[i] = args[i] and tonumber(args[i]) or colors[i] end server.setVehicleColor(vehicle, unpack(colors)) end addCommandHandler('color') addCommandHandler('cl') function openColorPicker() editingVehicle = getPedOccupiedVehicle(localPlayer) if (editingVehicle) then colorPicker.openSelect(colors) end end function closedColorPicker() local r1, g1, b1, r2, g2, b2, r3, g3, b3, r4, g4, b4 = getVehicleColor(editingVehicle, true) server.setVehicleColor(editingVehicle, r1, g1, b1, r2, g2, b2, r3, g3, b3, r4, g4, b4) local r, g, b = getVehicleHeadLightColor(editingVehicle) server.setVehicleHeadLightColor(editingVehicle, r, g, b) editingVehicle = nil end function updateColor() if (not colorPicker.isSelectOpen) then return end local r, g, b = colorPicker.updateTempColors() if (editingVehicle and isElement(editingVehicle)) then local r1, g1, b1, r2, g2, b2, r3, g3, b3, r4, g4, b4 = getVehicleColor(editingVehicle, true) if (guiCheckBoxGetSelected(checkColor1)) then r1, g1, b1 = r, g, b end if (guiCheckBoxGetSelected(checkColor2)) then r2, g2, b2 = r, g, b end if (guiCheckBoxGetSelected(checkColor3)) then r3, g3, b3 = r, g, b end if (guiCheckBoxGetSelected(checkColor4)) then r4, g4, b4 = r, g, b end if (guiCheckBoxGetSelected(checkColor5)) then setVehicleHeadLightColor(editingVehicle, r, g, b) end setVehicleColor(editingVehicle, r1, g1, b1, r2, g2, b2, r3, g3, b3, r4, g4, b4) end end end )
-
لاني ما رح اقدر اسويه ف حالتي هاذي
-
يخوي انا قصدي علي colorpicker
-
يخوي ارسلها ليه باله
-
يخوي شكلك ما فهمتني الي هي لوحة اختيار لون للسيارة الي موجود بأف1 الفري روم ابيها تفتح اول ما اضغط علي زر
-
أبي الاكواد حقت لوحة اختيار لون للسيارة الي هي اول ما يضغط علي زر تجيه
-
معليش اخوي بزعجك بس ممكن تسويه لي ؟
-
ابي اول ما الواحد يضغط علي زر يرسبنله سيارة جانب اللاعب ايدي السيارة 411
-
ابي اول ما الواحد يضغط علي زر مرة يغير الكلام الي مكتوب في الازرار لعربي واول ما يضغط مره تانيه يرجعه للانجليزي زي ما كان هذي محاوتلي addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor.button[7] ) then guiSetText(GUIEditor.button[1],"%100 اخذ دم") guiSetText(GUIEditor.button[2],"100% اخذ درع") guiSetText(GUIEditor.button[3],"وضع لون للسيارة") guiSetText(GUIEditor.button[4],"أخذ سيارة") guiSetText(GUIEditor.button[5],"أصلاح السيارة") guiSetText(GUIEditor.button[6],"شخصية لفل 1") guiSetText(GUIEditor.button[7],"English") elseif ( source == GUIEditor.button[7] ) then guiSetText(GUIEditor.button[1],"Take Health 100%") guiSetText(GUIEditor.button[2],"Take Armour 100%") guiSetText(GUIEditor.button[3],"Set Vehicle Color") guiSetText(GUIEditor.button[4],"Take Vehicle") guiSetText(GUIEditor.button[5],"Fix Vehicle") guiSetText(GUIEditor.button[6],"Level 1 Skin") guiSetText(GUIEditor.button[7],"عربي") end end )
-
معرفت اسويه اخوية هذي محاولتي c = createColCuboid (284.39297,1789.14819,1,90,100,255) s = createRadarArea (284.39297,1789.14819,90,100,255,255,255, 255) setElementData (s,"zombieProof",true) addEventHandler ("onColShapeHit",c, function (s) if getElementType (s) == "ped" and getElementData(s,"zombie") then killPed(s) elseif getElementType (s) == "player" then if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( s ) ), aclGetGroup ( "Console" ) ) then toggleControl (s,"fire",false) elseif setElementPosition ( s,268.46097,1821.98267,17.64063 ) end end end) addEventHandler ("onColShapeLeave",c, function (s) if getElementType (s) == "ped" and getElementData(s,"zombie") then killPed(s) elseif getElementType (s) == "player" then toggleControl(s,"fire",true) end end)
-
طيب ولو جا يبي يحاول يدخل بسيارة ؟؟
-
ابي اي احد مو كونسول يجي عند الكول شيب هذا يرجعه لورا سواء اكان راكب سيارة او واقف سيرفر c = createColCuboid (284.39297,1789.14819,1,90,100,255) s = createRadarArea (284.39297,1789.14819,90,100,255,255,255, 255) setElementData (s,"zombieProof",true) addEventHandler ("onColShapeHit",c, function (s) if getElementType (s) == "ped" and getElementData(s,"zombie") then killPed(s) elseif getElementType (s) == "player" then toggleControl (s,"fire",false) end end) addEventHandler ("onColShapeLeave",c, function (s) if getElementType (s) == "ped" and getElementData(s,"zombie") then killPed(s) elseif getElementType (s) == "player" then toggleControl(s,"fire",true) end end)