Jump to content

Do_De<3

Members
  • Posts

    300
  • Joined

  • Last visited

6 Followers

About Do_De<3

  • Birthday February 8

Details

  • Location
    Saudi Arabia
  • Occupation
    Developer

Recent Profile Visitors

1,195 profile views

Do_De<3's Achievements

Prankster

Prankster (22/54)

4

Reputation

  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. جرب سوي شي طيب
×
×
  • Create New...