-
Content Count
290 -
Joined
-
Last visited
Community Reputation
2 NeutralAbout Do_De<3
-
Rank
Pee-Wee
- Birthday February 8
Details
-
Location
Saudi Arabia
-
Occupation
Developer
Recent Profile Visitors
445 profile views
-
وعليكم السلآم ورحمة الله وبركاته , بالتوفيق ي بعدي والله يستر عليك .
-
فيه برنامج اسمه IMGTool كنت اطلع التكسدات منه بس المواتر مدري عنها هل تقدر تستخرجها من البرنامج ولا
-
سيرفير العقارب للديث ماتش + شوب سيستيم + ليفيل سيستيم
Do_De<3 replied to Freaky403's topic in Arabic / العربية
ماشاء الله واضح السيرفر متعوب عليه ~ لنا زيارة ان شاء الله ~ بالتوفيق # -
بالتوفيق سعد ~
-
لا بالعكس مروق الف مو لازم احط فيس يضحك علشان اوصل للشخص اني مستانس ~ # العفو ~
-
مسويه لك فوق بس غير رقم الاوبجكت وحط الاحداثيات !
-
اكوادك هريسة انت وش تبي تسوي بالضبط ؟ اشرح علشان نفهم لان كل شوي لك فكرة
-
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)
-
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
-
-- 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 )
-
Do_De<3 started following Mr.M | مسترام
-
@KasaNoVa اتوقع عنده خبرة في السيارات تصاميمه في الاوبجكتات وكذا بطلة ~ القسم غلط ~
-
جميل بس لو تضيف صورة مثل م قال اخونا @Live بتطلع احلى ~ بالتوفيق ~