iMrKaZaNoFa Posted March 15, 2018 Author Share Posted March 15, 2018 الله يسعدك ويش ذا ما شاء الله هاذا وانت كنت بمشوار خلصته بسرعة انا لو اسوية اخلصة بعد بكرة ويطلع اغلاط ___ بس فيه مشكلة اقدر اضغط زر رسباون والوقت لسئ ماخلص والمربع صغير مو على قد الكلمة Link to comment
Rakan# Posted March 15, 2018 Share Posted March 15, 2018 تفضل ذا @iMrKaZaNoFa msg = "Respawn After " timer = 60 enabled = false local scrWidth, scrHeight = guiGetScreenSize() function dxRe() if isTimer(RespTime) then remaining = getTimerDetails ( RespTime ) timer = math.floor(remaining/1000) msg = "Respawn After " else msg = "Respawn " timer = "" enabled = true end dxDrawLine((scrWidth*0.408491947) - 1, (scrHeight*0.73828125) - 1, (scrWidth*0.408491947) - 1, (scrHeight*0.811197917), tocolor(255, 0, 0, 255), 1, false) dxDrawLine((scrWidth*0.527818448), (scrHeight*0.73828125) - 1, (scrWidth*0.408491947) - 1, (scrHeight*0.73828125) - 1, tocolor(255, 0, 0, 255), 1, false) dxDrawLine((scrWidth*0.408491947) - 1, (scrHeight*0.811197917), (scrWidth*0.527818448), (scrHeight*0.811197917), tocolor(255, 0, 0, 255), 1, false) dxDrawLine((scrWidth*0.527818448), (scrHeight*0.811197917), (scrWidth*0.527818448), (scrHeight*0.73828125) - 1, tocolor(255, 0, 0, 255), 1, false) if not isMouseInPosition((scrWidth*0.408491947), (scrHeight*0.73828125), scrWidth*0.119326501, (scrHeight*0.0729166667)) then dxDrawRectangle((scrWidth*0.408491947), (scrHeight*0.73828125), scrWidth*0.119326501, (scrHeight*0.0729166667), tocolor(87, 87, 87, (enabled == false and 165 or 200)), false) dxDrawText(msg..timer, (scrWidth*0.408491947), (scrHeight*0.740885417), (scrWidth*0.526354319), (scrHeight*0.805989583), tocolor(254, 254, 254, (enabled == false and 165 or 200)), 1.50, "default-bold", "center", "center", false, false, false, false, false) else if enabled then dxDrawRectangle((scrWidth*0.408491947), (scrHeight*0.73828125), scrWidth*0.119326501, (scrHeight*0.0729166667), tocolor(87, 87, 87, 255), false) dxDrawText(msg..timer, (scrWidth*0.408491947), (scrHeight*0.740885417), (scrWidth*0.526354319), (scrHeight*0.805989583), tocolor(254, 254, 254, 255), 1.50, "default-bold", "center", "center", false, false, false, false, false) else dxDrawRectangle((scrWidth*0.408491947), (scrHeight*0.73828125), scrWidth*0.119326501, (scrHeight*0.0729166667), tocolor(87, 87, 87, (enabled == false and 165 or 200)), false) dxDrawText(msg..timer, (scrWidth*0.408491947), (scrHeight*0.740885417), (scrWidth*0.526354319), (scrHeight*0.805989583), tocolor(254, 254, 254, (enabled == false and 165 or 200)), 1.50*(scrWidth*0.408491947), "default-bold", "center", "center", false, false, false, false, false) end end end local sX,sY = guiGetScreenSize() function isMouseInPosition ( x, y, width, height ) if ( not isCursorShowing ( ) ) then return false end local sx, sy = sX,sY local cx, cy = getCursorPosition ( ) local cx, cy = ( cx * sx ), ( cy * sy ) if ( cx >= x and cx <= x + width ) and ( cy >= y and cy <= y + height ) then return true else return false end end addEvent("fadeCameraOnSpawn", true) addEventHandler("fadeCameraOnSpawn", getLocalPlayer(), function() start = getTickCount() end ) --local bRespawn = nil function showRespawnButton(victimDropItem) showCursor(true) enabled = false addEventHandler("onClientRender",root,dxRe) RespTime = setTimer( function() enabled = true end,60*1000,1) addEventHandler("onClientClick",root, function(b,s) if b == "left" and s == "down" then if enabled == true then if isMouseInPosition((scrWidth*0.408491947), (scrHeight*0.73828125), scrWidth*0.119326501, (scrHeight*0.0729166667)) then removeEventHandler("onClientRender",root,dxRe) showCursor(false) guiSetInputEnabled(false) enabled = false end end end triggerServerEvent("es-system:acceptDeath", getLocalPlayer(), getLocalPlayer(), victimDropItem) showCursor(false) end, false) end function setssaz ( ) --guiSetText(bRespawn,"Respawn") end addEvent("es-system:showRespawnButton", true) addEventHandler("es-system:showRespawnButton", getLocalPlayer(),showRespawnButton) function closeRespawnButton() removeEventHandler("onClientRender",root,dxRe) showCursor(false) guiSetInputEnabled(false) enabled = false end addEvent("es-system:closeRespawnButton", true) addEventHandler("es-system:closeRespawnButton", getLocalPlayer(),closeRespawnButton) Link to comment
iMrKaZaNoFa Posted March 15, 2018 Author Share Posted March 15, 2018 والله ماودي اقول شي بس للأسف نفس المشكلة متغير شي وبالعكس جت مشكلة لمين احدد على زر البوتن تطلع ذي الابيض https://e.top4top.net/p_8043fv4p1.png Link to comment
Rakan# Posted March 15, 2018 Share Posted March 15, 2018 طيب وتفضل ذا @iMrKaZaNoFa msg = "Respawn After " timer = 60 enabled = false local scrWidth, scrHeight = guiGetScreenSize() function dxRe() if isTimer(RespTime) then remaining = getTimerDetails ( RespTime ) timer = math.floor(remaining/1000) msg = "Respawn After " else msg = "Respawn " timer = "" enabled = true end dxDrawLine((scrWidth*0.408491947) - 1, (scrHeight*0.73828125) - 1, (scrWidth*0.408491947) - 1, (scrHeight*0.811197917), tocolor(255, 0, 0, 255), 1, false) dxDrawLine((scrWidth*0.527818448), (scrHeight*0.73828125) - 1, (scrWidth*0.408491947) - 1, (scrHeight*0.73828125) - 1, tocolor(255, 0, 0, 255), 1, false) dxDrawLine((scrWidth*0.408491947) - 1, (scrHeight*0.811197917), (scrWidth*0.527818448), (scrHeight*0.811197917), tocolor(255, 0, 0, 255), 1, false) dxDrawLine((scrWidth*0.527818448), (scrHeight*0.811197917), (scrWidth*0.527818448), (scrHeight*0.73828125) - 1, tocolor(255, 0, 0, 255), 1, false) if not isMouseInPosition((scrWidth*0.408491947), (scrHeight*0.73828125), scrWidth*0.119326501, (scrHeight*0.0729166667)) then dxDrawRectangle((scrWidth*0.408491947), (scrHeight*0.73828125), scrWidth*0.119326501, (scrHeight*0.0729166667), tocolor(87, 87, 87, (enabled == false and 165 or 200)), false) dxDrawText(msg..timer, (scrWidth*0.408491947), (scrHeight*0.740885417), (scrWidth*0.526354319), (scrHeight*0.805989583), tocolor(254, 254, 254, (enabled == false and 165 or 200)), 1.50*(0.408491947), "default-bold", "center", "center", false, false, false, false, false) else if enabled then dxDrawRectangle((scrWidth*0.408491947), (scrHeight*0.73828125), scrWidth*0.119326501, (scrHeight*0.0729166667), tocolor(87, 87, 87, 255), false) dxDrawText(msg..timer, (scrWidth*0.408491947), (scrHeight*0.740885417), (scrWidth*0.526354319), (scrHeight*0.805989583), tocolor(254, 254, 254, 255), 1.50*(0.408491947), "default-bold", "center", "center", false, false, false, false, false) else dxDrawRectangle((scrWidth*0.408491947), (scrHeight*0.73828125), scrWidth*0.119326501, (scrHeight*0.0729166667), tocolor(87, 87, 87, (enabled == false and 165 or 200)), false) dxDrawText(msg..timer, (scrWidth*0.408491947), (scrHeight*0.740885417), (scrWidth*0.526354319), (scrHeight*0.805989583), tocolor(254, 254, 254, (enabled == false and 165 or 200)), 1.50*(0.408491947), "default-bold", "center", "center", false, false, false, false, false) end end end local sX,sY = guiGetScreenSize() function isMouseInPosition ( x, y, width, height ) if ( not isCursorShowing ( ) ) then return false end local sx, sy = sX,sY local cx, cy = getCursorPosition ( ) local cx, cy = ( cx * sx ), ( cy * sy ) if ( cx >= x and cx <= x + width ) and ( cy >= y and cy <= y + height ) then return true else return false end end addEvent("fadeCameraOnSpawn", true) addEventHandler("fadeCameraOnSpawn", getLocalPlayer(), function() start = getTickCount() end ) --local bRespawn = nil function showRespawnButton(victimDropItem) showCursor(true) enabled = false addEventHandler("onClientRender",root,dxRe) RespTime = setTimer( function() enabled = true end,60*1000,1) addEventHandler("onClientClick",root, function(b,s) if b == "left" and s == "down" then if enabled == true then if isMouseInPosition((scrWidth*0.408491947), (scrHeight*0.73828125), scrWidth*0.119326501, (scrHeight*0.0729166667)) then removeEventHandler("onClientRender",root,dxRe) showCursor(false) guiSetInputEnabled(false) enabled = false end end end triggerServerEvent("es-system:acceptDeath", getLocalPlayer(), getLocalPlayer(), victimDropItem) showCursor(false) end, false) end function setssaz ( ) --guiSetText(bRespawn,"Respawn") end addEvent("es-system:showRespawnButton", true) addEventHandler("es-system:showRespawnButton", getLocalPlayer(),showRespawnButton) function closeRespawnButton() removeEventHandler("onClientRender",root,dxRe) showCursor(false) guiSetInputEnabled(false) enabled = false end addEvent("es-system:closeRespawnButton", true) addEventHandler("es-system:closeRespawnButton", getLocalPlayer(),closeRespawnButton) Link to comment
iMrKaZaNoFa Posted March 15, 2018 Author Share Posted March 15, 2018 ممتاز ومكانة ممتاز بس لمين اضغط رسباون مثلآ وهو بالثانية 40 او اي شي يضغط المفروض لمين تخلص الثواني ويضغط Link to comment
Rakan# Posted March 15, 2018 Share Posted March 15, 2018 يب يب نسيت اعدله msg = "Respawn After " timer = 60 enabled = false local scrWidth, scrHeight = guiGetScreenSize() function dxRe() if isTimer(RespTime) then remaining = getTimerDetails ( RespTime ) timer = math.floor(remaining/1000) msg = "Respawn After " else msg = "Respawn " timer = "" enabled = true end dxDrawLine((scrWidth*0.408491947) - 1, (scrHeight*0.73828125) - 1, (scrWidth*0.408491947) - 1, (scrHeight*0.811197917), tocolor(255, 0, 0, 255), 1, false) dxDrawLine((scrWidth*0.527818448), (scrHeight*0.73828125) - 1, (scrWidth*0.408491947) - 1, (scrHeight*0.73828125) - 1, tocolor(255, 0, 0, 255), 1, false) dxDrawLine((scrWidth*0.408491947) - 1, (scrHeight*0.811197917), (scrWidth*0.527818448), (scrHeight*0.811197917), tocolor(255, 0, 0, 255), 1, false) dxDrawLine((scrWidth*0.527818448), (scrHeight*0.811197917), (scrWidth*0.527818448), (scrHeight*0.73828125) - 1, tocolor(255, 0, 0, 255), 1, false) if not isMouseInPosition((scrWidth*0.408491947), (scrHeight*0.73828125), scrWidth*0.119326501, (scrHeight*0.0729166667)) then dxDrawRectangle((scrWidth*0.408491947), (scrHeight*0.73828125), scrWidth*0.119326501, (scrHeight*0.0729166667), tocolor(87, 87, 87, (enabled == false and 165 or 200)), false) dxDrawText(msg..timer, (scrWidth*0.408491947), (scrHeight*0.740885417), (scrWidth*0.526354319), (scrHeight*0.805989583), tocolor(254, 254, 254, (enabled == false and 165 or 200)), 1.50*(0.408491947), "default-bold", "center", "center", false, false, false, false, false) else if enabled then dxDrawRectangle((scrWidth*0.408491947), (scrHeight*0.73828125), scrWidth*0.119326501, (scrHeight*0.0729166667), tocolor(87, 87, 87, 255), false) dxDrawText(msg..timer, (scrWidth*0.408491947), (scrHeight*0.740885417), (scrWidth*0.526354319), (scrHeight*0.805989583), tocolor(254, 254, 254, 255), 1.50*(0.408491947), "default-bold", "center", "center", false, false, false, false, false) else dxDrawRectangle((scrWidth*0.408491947), (scrHeight*0.73828125), scrWidth*0.119326501, (scrHeight*0.0729166667), tocolor(87, 87, 87, (enabled == false and 165 or 200)), false) dxDrawText(msg..timer, (scrWidth*0.408491947), (scrHeight*0.740885417), (scrWidth*0.526354319), (scrHeight*0.805989583), tocolor(254, 254, 254, (enabled == false and 165 or 200)), 1.50*(0.408491947), "default-bold", "center", "center", false, false, false, false, false) end end end local sX,sY = guiGetScreenSize() function isMouseInPosition ( x, y, width, height ) if ( not isCursorShowing ( ) ) then return false end local sx, sy = sX,sY local cx, cy = getCursorPosition ( ) local cx, cy = ( cx * sx ), ( cy * sy ) if ( cx >= x and cx <= x + width ) and ( cy >= y and cy <= y + height ) then return true else return false end end addEvent("fadeCameraOnSpawn", true) addEventHandler("fadeCameraOnSpawn", getLocalPlayer(), function() start = getTickCount() end ) --local bRespawn = nil function showRespawnButton(victimDropItem) showCursor(true) enabled = false addEventHandler("onClientRender",root,dxRe) RespTime = setTimer( function() enabled = true end,60*1000,1) addEventHandler("onClientClick",root, function(b,s) if b == "left" and s == "down" then if enabled == true then if isMouseInPosition((scrWidth*0.408491947), (scrHeight*0.73828125), scrWidth*0.119326501, (scrHeight*0.0729166667)) then removeEventHandler("onClientRender",root,dxRe) showCursor(false) guiSetInputEnabled(false) enabled = false triggerServerEvent("es-system:acceptDeath", getLocalPlayer(), getLocalPlayer(), victimDropItem) showCursor(false) end end end end, false) end function setssaz ( ) --guiSetText(bRespawn,"Respawn") end addEvent("es-system:showRespawnButton", true) addEventHandler("es-system:showRespawnButton", getLocalPlayer(),showRespawnButton) function closeRespawnButton() removeEventHandler("onClientRender",root,dxRe) showCursor(false) guiSetInputEnabled(false) enabled = false end addEvent("es-system:closeRespawnButton", true) addEventHandler("es-system:closeRespawnButton", getLocalPlayer(),closeRespawnButton) 1 1 Link to comment
iMrKaZaNoFa Posted March 15, 2018 Author Share Posted March 15, 2018 الله يسعدك سعادة ابدية والله اني طولت عليك وضيعت يومك وماني عارف كيف اشكرك وربي انك كفو وتستاهل كل الاحترام والتقدير - كيف اكبر الخط لاهنت بس وخلاص المود ضابط ما شاء الله عليك Link to comment
Rakan# Posted March 15, 2018 Share Posted March 15, 2018 Just now, iMrKaZaNoFa said: الله يسعدك سعادة ابدية والله اني طولت عليك وضيعت يومك وماني عارف كيف اشكرك وربي انك كفو وتستاهل كل الاحترام والتقدير - كيف اكبر الخط لاهنت بس وخلاص المود ضابط ما شاء الله عليك تسلم ماسويت شي يقلبي انا ماسويت لك الا عشانك محترم وتستاهل الخط سطر22+26+30 تلقى 1.50 عدلها 1 Link to comment
iMrKaZaNoFa Posted March 15, 2018 Author Share Posted March 15, 2018 الله يسعدك يقلبي ماني عارف صراحة ارد لك الجميل ممكن سؤال بسيط لاهنت تعرف زر البوتن مثلآ لمين ابي اغير شكلة زي ماسويت انت ويش الطريقة لاهنت لمين تكون فاضي رد عليي لترد الحين عادي لو بعد سنة 1 Link to comment
Ram, Posted March 15, 2018 Share Posted March 15, 2018 (edited) 25 minutes ago, iMrKaZaNoFa said: الله يسعدك يقلبي ماني عارف صراحة ارد لك الجميل ممكن سؤال بسيط لاهنت تعرف زر البوتن مثلآ لمين ابي اغير شكلة زي ماسويت انت ويش الطريقة لاهنت لمين تكون فاضي رد عليي لترد الحين عادي لو بعد سنة هو ما غير الشكل, هو سوا شيء ثاني مختلف تماماً .. بعطيك انا مثال صغير , مثلاً نبي نغير هذا الى صوره .. Save_a = guiCreateButton(9, 98, 371, 98, "=[ حفظ الملابس الحالية ]=", false) -- نجي نحولها Save_a = guiCreateStaticImage(9, 98, 371, 98, "اسم الصوره", false) فقط تغير الي بين ال " " وتغير اسم الفنكشن Edited March 15, 2018 by AbU - W6N Link to comment
iMrKaZaNoFa Posted March 15, 2018 Author Share Posted March 15, 2018 طيب مثلآ لو اعطيك مود تغيرة لي ؟ والله ماعرف بذي الاشياء يعلم الله الفنكشن ذا ماني فاهمة ابدآ اذا مافية ازعاج او خلاص Link to comment
Ram, Posted March 15, 2018 Share Posted March 15, 2018 2 minutes ago, iMrKaZaNoFa said: طيب مثلآ لو اعطيك مود تغيرة لي ؟ والله ماعرف بذي الاشياء يعلم الله الفنكشن ذا ماني فاهمة ابدآ اذا مافية ازعاج او خلاص أكيد Link to comment
iMrKaZaNoFa Posted March 15, 2018 Author Share Posted March 15, 2018 ياخي اول مرة اتعرف على موقع ذا وربي اول مرة اشوف ناس زي كذا زي ماتلاحض العنوان انا حاطة بفلوس لان الاغلب يبي فلوس قلت مابي احط مجاني محد يجي خلني ادفع الي ادفعه مايهمني اهم شي اخرج بنتيجة Link to comment
Ram, Posted March 15, 2018 Share Posted March 15, 2018 3 minutes ago, iMrKaZaNoFa said: ياخي اول مرة اتعرف على موقع ذا وربي اول مرة اشوف ناس زي كذا زي ماتلاحض العنوان انا حاطة بفلوس لان الاغلب يبي فلوس قلت مابي احط مجاني محد يجي خلني ادفع الي ادفعه مايهمني اهم شي اخرج بنتيجة لا تجيب سيرة الفلوس لي اوك ؟ اطلب وتمنى . Link to comment
iMrKaZaNoFa Posted March 15, 2018 Author Share Posted March 15, 2018 شوف المود ذا ابي اخلي شكلة زي زر الرسباون عرفت كيف ماعرف اشرح يعني شكلة زي dx Link to comment
Ram, Posted March 15, 2018 Share Posted March 15, 2018 1 minute ago, iMrKaZaNoFa said: شوف المود ذا ابي اخلي شكلة زي زر الرسباون عرفت كيف ماعرف اشرح يعني شكلة زي dx شكل اللوحة ؟ أو ايش بالضبط . حدد + إرفق الاكواد Link to comment
iMrKaZaNoFa Posted March 15, 2018 Author Share Posted March 15, 2018 برسلك المود كامل عادي ؟ يب شكل الوحة ابيها زي شكل حق الرسباون ارسلك المود كامل عشان مأعرف وين الكود حق الوحة كاملة ذي Link to comment
Ram, Posted March 15, 2018 Share Posted March 15, 2018 2 minutes ago, iMrKaZaNoFa said: برسلك المود كامل عادي ؟ يب شكل الوحة ابيها زي شكل حق الرسباون ارسلك المود كامل عشان مأعرف وين الكود حق الوحة كاملة ذي إطرح اكواد الكلنت واكواد اللوحه هذي فقط . Link to comment
Rakan# Posted March 15, 2018 Share Posted March 15, 2018 2 hours ago, iMrKaZaNoFa said: برسلك المود كامل عادي ؟ يب شكل الوحة ابيها زي شكل حق الرسباون ارسلك المود كامل عشان مأعرف وين الكود حق الوحة كاملة ذي استعمل dxlib Link to comment
Faisal49 Posted March 15, 2018 Share Posted March 15, 2018 - اهلا, اخ كازوفا ** ان شاءالله مااخطئنا بالاسم ** حاب اقولك اذا تحتاج برمجة من ناس محترفه و لها سمعة كبيرة بالعبة -نقدر نفيدك ببرمجة واسعة - سكربتات وايضا مودات اخرى, سيقوم طاقم نيوكتروس بمساعدتك ببرمجة سكربتات سيرفرك وحل مشاكله الى ساعة الصفر - تواصل معنا عبر الايميل حتى نقدر نتفاهم معك جيدآ [email protected] 1 Link to comment
Rakan# Posted March 15, 2018 Share Posted March 15, 2018 40 minutes ago, Error¹⁵ said: - اهلا, اخ كازوفا ** ان شاءالله مااخطئنا بالاسم ** حاب اقولك اذا تحتاج برمجة من ناس محترفه و لها سمعة كبيرة بالعبة -نقدر نفيدك ببرمجة واسعة - سكربتات وايضا مودات اخرى, سيقوم طاقم نيوكتروس بمساعدتك ببرمجة سكربتات سيرفرك وحل مشاكله الى ساعة الصفر - تواصل معنا عبر الايميل حتى نقدر نتفاهم معك جيدآ [email protected] هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه Link to comment
Faisal49 Posted March 15, 2018 Share Posted March 15, 2018 5 minutes ago, Rakan# said: هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه ممكن افهم وش سبب هالضحكه؟ Link to comment
Rakan# Posted March 15, 2018 Share Posted March 15, 2018 48 minutes ago, Error¹⁵ said: ممكن افهم وش سبب هالضحكه؟ اسف لاتهتم Link to comment
iMrKaZaNoFa Posted March 16, 2018 Author Share Posted March 16, 2018 - اهلا, اخ كازوفا ** ان شاءالله مااخطئنا بالاسم ** حاب اقولك اذا تحتاج برمجة من ناس محترفه و لها سمعة كبيرة بالعبة -نقدر نفيدك ببرمجة واسعة - سكربتات وايضا مودات اخرى, سيقوم طاقم نيوكتروس بمساعدتك ببرمجة سكربتات سيرفرك وحل مشاكله الى ساعة الصفر - تواصل معنا عبر الايميل حتى نقدر نتفاهم معك جيدآ [email protected] حاب اشكرك جدآ على اهتمامك فينا وجدآ شاكر لطاقم : نوكتروس ولاكن افضل المساعدة على الموقع ليستفيد البعض - وانا 10 hours ago, Rakan# said: هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه دوم هالضحكة يرجال انت اكثر وااحد ساعدني 1 Link to comment
iMrKaZaNoFa Posted March 16, 2018 Author Share Posted March 16, 2018 يا ابو وطن معليش امس حصل لي ضرف وماقدرت اكمل معك - مثلآ الكود ذا local tlBackButton = guiCreateButton(0.8, 0.04, 0.2, 0.06, "Close", true, myCommandsWindow) -- close button اخلية زي كذا Save_a = guiCreateStaticImage(9, 98, 371, 98, "اسم الصوره", false) اسم الصورة احط بدالها اسم الصورة اوك والصورة احطها بملف المود + ملف ميتا صح ؟ Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now