Jump to content

Do_De<3

Members
  • Posts

    300
  • Joined

  • Last visited

Everything posted by Do_De<3

  1. اضافات بطلة | بالتوفيق @ععيونككء اخخر امممأليء ^
  2. function isPlayerInRangeOfPoint(player,x,y,z,range) local px,py,pz=getElementPosition(player) return ((x-px)^2+(y-py)^2+(z-pz)^2)^0.5<=range end addCommandHandler getPlayerName getElementPosition ipairs getElementsByType("player") isPlayerInRangeOfPoint outputChatBox For Local Chat ~
  3. local Img = "Image.png" -- Your Image and don't remove .png function Dx() dxDrawImage(1072, 209, 208, 408, Img, 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawRectangle(1083, 298, 187, 27, tocolor(0, 1, 0, 176), false) dxDrawRectangle(1083, 266, 187, 27, tocolor(137, 255, 137, 191), false) dxDrawText("1", 1087, 299, 1270, 325, tocolor(255, 255, 255, 255), 1.30, "default-bold", "left", "center", false, false, true, false, false) dxDrawText("2", 1087, 267, 1270, 293, tocolor(255, 255, 255, 255), 1.30, "default-bold", "left", "center", false, false, true, false, false) end addEventHandler( "onPickupHit", root,function () if ( source == YourPickup ) then addEventHandler ( "onClientRender", root, Dx) end end )
  4. وعليكم السلآم ورحمة الله وبركاته , بالتوفيق ي بعدي والله يستر عليك .
  5. فيه برنامج اسمه IMGTool كنت اطلع التكسدات منه بس المواتر مدري عنها هل تقدر تستخرجها من البرنامج ولا
  6. ماشاء الله واضح السيرفر متعوب عليه ~ لنا زيارة ان شاء الله ~ بالتوفيق #
  7. لا بالعكس مروق الف مو لازم احط فيس يضحك علشان اوصل للشخص اني مستانس ~ # العفو ~
  8. مسويه لك فوق بس غير رقم الاوبجكت وحط الاحداثيات !
  9. اكوادك هريسة انت وش تبي تسوي بالضبط ؟ اشرح علشان نفهم لان كل شوي لك فكرة
  10. local Gate = createObject ( 980, x, y, z ) local StateObject = true addEventHandler( "onClientClick", getRootElement(), function (button, state, _, _, _, _, _, clickedElement) if ( button == "right" ) and (state == "down" ) and ( clickedElement == Gate ) then if ( StateObject == true ) then local x, y, z = getElementPosition ( Gate ) moveObject ( Gate, 1000, x, y, z +5 ) -- guiSetVisible(YourWindow,true) StateObject = false setTimer(moveObject, 6000, 1, Gate, 1500, x, y, z ) end end end ) -- الماوس bindKey("o","down",function() if not (isCursorShowing ()) then showCursor(true) else showCursor(false) end end)
  11. . لحضة اسويه لك ~
  12. جرب سوي شي طيب
  13. createObject == model , x, y, z showCursor == show mouse "onElementClicked" == "right" function( theButton, _, thePlayer ) getElementType == object getElementModel == object Model takePlayerMoney == take player money moveObject == move the door
  14. -- Gui Code GUIEditor = { staticimage = {} } hamrger = guiCreateButton(568, 589, 209, 106, "", false) shwrma = guiCreateButton(824, 589, 208, 105, "", false) potato = guiCreateButton(1078, 590, 208, 104, "", false) exit = guiCreateButton(1287, 385, 32, 30, "", false) GUIEditor.staticimage[1] = guiCreateStaticImage(568, 413, 210, 154, "hamburger.png", false) GUIEditor.staticimage[2] = guiCreateStaticImage(824, 413, 208, 154, "shawarma.png", false) GUIEditor.staticimage[3] = guiCreateStaticImage(1077, 415, 209, 152, "potato.png", false) guiSetVisible(GUIEditor.staticimage[1], false) guiSetVisible(GUIEditor.staticimage[2], false) guiSetVisible(GUIEditor.staticimage[3], false) guiSetVisible(hamrger, false) guiSetVisible(shwrma, false) guiSetVisible(potato, false) guiSetVisible(exit, false) guiSetAlpha(hamrger, 0) guiSetAlpha(shwrma, 0) guiSetAlpha(potato, 0) guiSetAlpha(exit, 0) -- Dx Code function dx() dxDrawImage(1280, 376, 43, 44, "close.png", 0, 0, 0, tocolor(131, 126, 123, 255), false) dxDrawLine(569, 588, 778, 588, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(509, 378, 1319, 378, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(509, 378, 509, 731, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(508, 731, 1319, 731, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(1319, 378, 1319, 731, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(777, 589, 777, 695, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(776, 695, 566, 695, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(568, 588, 568, 695, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(569, 588, 778, 588, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(569, 588, 778, 588, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(509, 378, 1319, 378, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(509, 378, 509, 731, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(508, 731, 1319, 731, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(1319, 378, 1319, 731, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(777, 589, 777, 695, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(778, 695, 568, 695, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(568, 588, 568, 695, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(569, 588, 778, 588, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(823, 588, 1032, 588, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(1077, 588, 1286, 588, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(1032, 694, 822, 694, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(1032, 589, 1032, 695, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(823, 588, 823, 694, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(1077, 589, 1077, 695, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(1286, 588, 1286, 694, tocolor(255, 255, 255, 255), 1, false) dxDrawLine(1287, 694, 1077, 694, tocolor(255, 255, 255, 255), 1, false) dxDrawText("Hamburger 300$", 586, 602, 756, 672, tocolor(255, 255, 255, 255), 1.50, "default", "center", "center", false, false, false, false, false) dxDrawText("Shawrma 200$", 840, 604, 1010, 674, tocolor(255, 255, 255, 255), 1.50, "default", "center", "center", false, false, false, false, false) dxDrawText("Potato 100$", 1097, 604, 1267, 674, tocolor(255, 255, 255, 255), 1.50, "default", "center", "center", false, false, false, false, false) end -- فتح النافذة + الماركر local Marker = createMarker(x, y, z, "cylinder", 1, 255, 255, 0, 255) addEventHandler ( "onClientMarkerHit", Marker,function ( player ) if ( player == localPlayer and getElementType ( player ) == "player" ) then showCursor ( true ) guiSetVisible(GUIEditor.staticimage[1], true) guiSetVisible(GUIEditor.staticimage[2], true) guiSetVisible(GUIEditor.staticimage[3], true) guiSetVisible(hamrger, true) guiSetVisible(shwrma, true) guiSetVisible(potato, true) guiSetVisible(exit, true) addEventHandler("onClientRender", getRootElement(), dx) end end ) -- زر اغلاق النافذة addEventHandler("onClientGUIClick", getRootElement(), function() if source == exit then guiSetVisible(GUIEditor.staticimage[1], false) guiSetVisible(GUIEditor.staticimage[2], false) guiSetVisible(GUIEditor.staticimage[3], false) guiSetVisible(hamrger, false) guiSetVisible(shwrma, false) guiSetVisible(potato, false) guiSetVisible(exit, false) showCursor ( false ) removeEventHandler("onClientRender", getRootElement(), dx) end end )
  15. @KasaNoVa اتوقع عنده خبرة في السيارات تصاميمه في الاوبجكتات وكذا بطلة ~ القسم غلط ~
  16. جميل بس لو تضيف صورة مثل م قال اخونا @Live بتطلع احلى ~ بالتوفيق ~
  17. سكربت جميل ويحتاجونهه اغلبية السيرفرات الواقعيه بالتوفيق ي بطل ~
  18. ^ هنا تتكلم عن الخادم والنت اوكي ؟ هنا رديت عليك ي كويس وقلت لك انه خادم م تقدر تطفيه الحالك اي بي روتر خذ راحتك فيه ~ لكن خادم وبتطفيه الحالك كيف تبيها ؟ رح اهجم ع خادم وعلمني اذا سويت شي خخ
  19. ههههههههههههههههههههههههههه استغفر الله العظيم رح حاول تطفي خادم الحالك طيب وراك معصب ؟
  20. ركز فوق مع مين اتكلم جزاك الله خير ~
  21. بعطيك خادم رح اهجم عليه الحالك حاول تطفيه خخخ جاي يسولف عن اي بي روتر الحلو مسوي جايب شي جديد خخخ و ترى محد قط لك عظم ~
×
×
  • Create New...