Jump to content

مطلوب مود بمقابل - خش شوف المود ويش هو


Recommended Posts

الله يسعدك ويش ذا ما شاء الله هاذا وانت كنت بمشوار خلصته بسرعة انا لو اسوية اخلصة بعد بكرة ويطلع اغلاط

___

بس فيه مشكلة  اقدر اضغط زر رسباون والوقت لسئ ماخلص

والمربع صغير مو على قد الكلمة

p_8045g0fl1.png

Link to comment

تفضل ذا

@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

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

يب يب نسيت اعدله

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)

 

  • Like 1
  • Thanks 1
Link to comment

الله يسعدك سعادة ابدية والله اني طولت عليك وضيعت يومك

وماني عارف كيف اشكرك 

وربي انك كفو وتستاهل كل الاحترام والتقدير

-

كيف اكبر الخط لاهنت بس وخلاص

المود ضابط ما شاء الله عليك

Link to comment
Just now, iMrKaZaNoFa said:

الله يسعدك سعادة ابدية والله اني طولت عليك وضيعت يومك

وماني عارف كيف اشكرك 

وربي انك كفو وتستاهل كل الاحترام والتقدير

-

كيف اكبر الخط لاهنت بس وخلاص

المود ضابط ما شاء الله عليك

تسلم ماسويت شي يقلبي 

انا ماسويت لك الا عشانك محترم وتستاهل

الخط سطر22+26+30 تلقى 1.50 عدلها

  • Like 1
Link to comment

الله يسعدك يقلبي ماني عارف صراحة ارد لك الجميل

ممكن سؤال بسيط لاهنت

تعرف زر البوتن 

مثلآ لمين ابي اغير شكلة زي ماسويت انت ويش الطريقة لاهنت

 

لمين تكون فاضي رد عليي لترد الحين عادي لو بعد سنة

 

  • Like 1
Link to comment
25 minutes ago, iMrKaZaNoFa said:

الله يسعدك يقلبي ماني عارف صراحة ارد لك الجميل

ممكن سؤال بسيط لاهنت

تعرف زر البوتن 

مثلآ لمين ابي اغير شكلة زي ماسويت انت ويش الطريقة لاهنت

 

لمين تكون فاضي رد عليي لترد الحين عادي لو بعد سنة

 

هو ما غير الشكل,
هو سوا شيء ثاني مختلف تماماً ..
بعطيك انا مثال صغير ,
مثلاً نبي نغير هذا الى صوره ..
 

Save_a = guiCreateButton(9, 98, 371, 98, "=[ حفظ الملابس الحالية ]=", false)

-- نجي نحولها

Save_a = guiCreateStaticImage(9, 98, 371, 98, "اسم الصوره", false)

فقط تغير الي بين ال
" "
وتغير اسم الفنكشن

Edited by AbU - W6N
Link to comment
2 minutes ago, iMrKaZaNoFa said:

طيب مثلآ لو اعطيك مود تغيرة لي ؟ والله ماعرف بذي الاشياء يعلم الله الفنكشن ذا ماني فاهمة ابدآ

 

اذا مافية ازعاج او خلاص 

أكيد 

Link to comment

ياخي اول مرة اتعرف على موقع ذا وربي اول مرة اشوف ناس زي كذا

زي ماتلاحض العنوان انا حاطة بفلوس لان الاغلب يبي فلوس قلت مابي احط مجاني محد يجي 

خلني ادفع الي ادفعه مايهمني اهم شي اخرج بنتيجة

Link to comment
3 minutes ago, iMrKaZaNoFa said:

ياخي اول مرة اتعرف على موقع ذا وربي اول مرة اشوف ناس زي كذا

زي ماتلاحض العنوان انا حاطة بفلوس لان الاغلب يبي فلوس قلت مابي احط مجاني محد يجي 

خلني ادفع الي ادفعه مايهمني اهم شي اخرج بنتيجة

لا تجيب سيرة الفلوس لي اوك ؟
اطلب وتمنى .

Link to comment
1 minute ago, iMrKaZaNoFa said:

p_804pw1dr1.png

شوف المود ذا

ابي اخلي شكلة زي زر الرسباون عرفت كيف -_- ماعرف اشرح  يعني شكلة زي dx

شكل اللوحة  ؟ أو ايش بالضبط .
حدد
+
إرفق الاكواد

Link to comment
2 minutes ago, iMrKaZaNoFa said:

برسلك المود كامل عادي ؟

يب شكل الوحة ابيها زي شكل حق الرسباون -_- 

ارسلك المود كامل عشان مأعرف وين الكود حق الوحة كاملة ذي

 

إطرح اكواد الكلنت واكواد اللوحه هذي فقط .

Link to comment
2 hours ago, iMrKaZaNoFa said:

برسلك المود كامل عادي ؟

يب شكل الوحة ابيها زي شكل حق الرسباون -_- 

ارسلك المود كامل عشان مأعرف وين الكود حق الوحة كاملة ذي

 

استعمل

dxlib

Link to comment

- اهلا, اخ كازوفا ** ان شاءالله مااخطئنا بالاسم ** حاب اقولك

اذا تحتاج برمجة من ناس محترفه و لها سمعة كبيرة بالعبة

-نقدر نفيدك ببرمجة واسعة 

- سكربتات وايضا مودات اخرى, سيقوم طاقم نيوكتروس بمساعدتك ببرمجة سكربتات سيرفرك وحل مشاكله الى ساعة الصفر

- تواصل معنا عبر الايميل حتى نقدر نتفاهم معك جيدآ

[email protected]

  • Like 1
Link to comment
40 minutes ago, Error¹⁵ said:

- اهلا, اخ كازوفا ** ان شاءالله مااخطئنا بالاسم ** حاب اقولك

اذا تحتاج برمجة من ناس محترفه و لها سمعة كبيرة بالعبة

-نقدر نفيدك ببرمجة واسعة 

- سكربتات وايضا مودات اخرى, سيقوم طاقم نيوكتروس بمساعدتك ببرمجة سكربتات سيرفرك وحل مشاكله الى ساعة الصفر

- تواصل معنا عبر الايميل حتى نقدر نتفاهم معك جيدآ

[email protected]

هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه

:lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol:

Link to comment

- اهلا, اخ كازوفا ** ان شاءالله مااخطئنا بالاسم ** حاب اقولك

اذا تحتاج برمجة من ناس محترفه و لها سمعة كبيرة بالعبة

-نقدر نفيدك ببرمجة واسعة 

- سكربتات وايضا مودات اخرى, سيقوم طاقم نيوكتروس بمساعدتك ببرمجة سكربتات سيرفرك وحل مشاكله الى ساعة الصفر

- تواصل معنا عبر الايميل حتى نقدر نتفاهم معك جيدآ

[email protected]

حاب اشكرك جدآ على اهتمامك فينا وجدآ شاكر لطاقم : نوكتروس

ولاكن افضل المساعدة على الموقع ليستفيد البعض - وانا

10 hours ago, Rakan# said:

هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه

:lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol::lol:

دوم هالضحكة يرجال انت اكثر وااحد ساعدني -_-

  • Like 1
Link to comment

يا ابو وطن معليش امس حصل لي ضرف وماقدرت اكمل معك

-

مثلآ الكود ذا

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...