Jump to content

Recommended Posts

السلام عليكم ورحمة  الله وبركاتة

اخباركم ان شاء لله بخير ؟ 

 

انا يا شباب قمت بعملية استبدأل لوحة تسجيل دخول لقيم مود  اوكي ؟ 

بس لما بدلتها وكل شي شغلت القيم مود , هو شتغل ودست تاب وطلعو التيمات ولكن الانترو ما اشتغل ولا اللوحة يعني بقى السيرفر بدون قيم مود 

انا لااحظت وانا استبدل انو قيم الأحجام الخاصة باللوحة الأصلة اعشار 

مثال

 dxDrawLine(0.265, 0.25, 0.548, 0.0125,

ولكن الأحجام حقتي كانت بهذا الشكل 

 dxDrawLine(508, 381, 872, 381,

وأذا كانت هذه المشكلة قلولي كيف احول الحجم من ارقام صحيحه الى اعشار 

اللوحة التسجيل وللوحة تسجيل دخول

 

local x, y = guiGetScreenSize()
local rx, ry = (x/800), (y/600)

addEventHandler("onClientResourceStart", resourceRoot,
function()
        GUIEditor.button[1] = guiCreateButton(678, 291, 134, 25, "Login", true)
        guiSetAlpha(GUIEditor.button[1], 0.40)
        guiSetFont(GUIEditor.button[1], "default-bold-small")
        guiSetProperty(GUIEdior.button[1], "NormalTtextColour", "CBFDFDFD")

        GUIEditor.button[2] = guiCreateButton(620, 408, 147, 28, "Create Account", true)
        guiSetAlpha(GUIEditor.button[2], 0.61)
        guiSetFont(GUIEditor.button[2], "default-bold-small")
        guiSetProperty(GUIEditor.button[2], "NormalTextColour", "CBFDFDFD")


        GUIEditor.button[3] = guiCreateButton(633, 506, 105, 24, "Restart Video", true)
        guiSetAlpha(GUIEditor.button[3], 0.40)
        guiSetFont(GUIEditor.button[3], "default-bold-small")
        guiSetProperty(GUIEditor.button[3], "NormalTextColour", "CBFDFDFD")


        GUIEditor.button[4] = guiCreateButton(0.14, 0.84, 0.07, 0.03, "Visit Website ", true)
        guiSetAlpha(GUIEditor.button[4], 0.05)
        guiSetFont(GUIEditor.button[4], "default-bold-small")
        guiSetProperty(GUIEditor.button[4], "NormalTextColour", "CBFDFDFD")


        GUIEditor.label[1] = guiCreateLabel(573, 286, 82, 15, "Save Password ", true)



        GUIEditor.label[4] = guiCreateLabel(611, 75, 232, 23, "Server Grand Arab Wars", true)
        guiSetAlpha(GUIEditor.label[4], 0.72)
        local font0_ntailub = guiCreateFont("Fonts/ntailub.ttf", 13)
        guiSetFont(GUIEditor.label[4], font0_ntailub)


        GUIEditor.checkbox[1] = guiCreateCheckBox(554, 286, 82, 15, "", true, true)


        GUIEditor.edit[1] = guiCreateEdit(583, 160, 219, 23, "", true)


        GUIEditor.edit[2] = guiCreateEdit(583, 234, 219, 23, "", true) 
		guiEditSetMasked(GUIEditor.edit[2],true)

--
		
		GUIEditor.button[5] = guiCreateButton(681, 316, 134, 25, "Register", true)
        guiSetAlpha(GUIEditor.button[5], 0.40)
        guiSetFont(GUIEditor.button[5], "default-bold-small")
        guiSetProperty(GUIEditor.button[5], "NormalTextColour", "CBFDFDFD")


        GUIEditor.button[6] = guiCreateButton(620, 408, 147, 28, "Back", true)
        guiSetAlpha(GUIEditor.button[6], 0.61)
        guiSetFont(GUIEditor.button[6], "default-bold-small")
        guiSetProperty(GUIEditor.button[6], "NormalTextColour", "CBFDFDFD")



        GUIEditor.label[5] = guiCreateLabel(572, 316, 82, 15, "Show Password", true)


        GUIEditor.checkbox[2] = guiCreateCheckBox(553, 316, 101, 15, "", false, true)


        GUIEditor.edit[3] = guiCreateEdit(583, 160, 219, 23, "", true)


        GUIEditor.edit[4] = guiCreateEdit(583, 219, 219, 23, "", true)
		guiEditSetMasked(GUIEditor.edit[4],true)


        GUIEditor.edit[5] = guiCreateEdit(582, 273, 219, 23, "", true)    
		guiEditSetMasked(GUIEditor.edit[5],true)
		
    end
)

function()
        dxDrawRectangle(452, 65, 508, 476, tocolor(127, 127, 127, 156), false)
        dxDrawRectangle(508, 383, 364, 80, tocolor(0, 1, 0, 131), false)
        dxDrawRectangle(554, 118, 271, 167, tocolor(0, 0, 0, 98), false)
        dxDrawRectangle(913, 143, 0, 259, tocolor(255, 255, 255, 255), false)
        dxDrawText("User Name", 646, 133, 726, 154, tocolor(254, 254, 254, 248), 1.00, "default-bold", "left", "top", false, false, false, false, false)
        dxDrawText("Password", 646, 207, 726, 228, tocolor(254, 254, 254, 248), 1.00, "default-bold", "left", "top", false, false, false, false, false)
        dxDrawLine(451, 57, 451, 540, tocolor(162, 162, 162, 173), 1, false)
        dxDrawLine(959, 57, 959, 540, tocolor(162, 162, 162, 173), 1, false)
        dxDrawLine(451, 540, 960, 540, tocolor(162, 162, 162, 173), 1, false)
        dxDrawText("New Account ?", 515, 388, 640, 408, tocolor(62, 174, 83, 131), 1.00, "default-bold", "left", "top", false, false, false, false, false)
        dxDrawLine(553, 118, 553, 284, tocolor(145, 145, 145, 173), 1, false)
        dxDrawLine(825, 118, 825, 284, tocolor(145, 145, 145, 173), 1, false)
        dxDrawRectangle(509, 463, 364, 1, tocolor(255, 255, 255, 255), false)
        dxDrawLine(508, 381, 872, 381, tocolor(255, 255, 255, 255), 1, false)
        dxDrawText("You Can't Create more than One Account ", 509, 443, 771, 458, tocolor(255, 255, 255, 255), 1.00, "sans", "left", "top", false, false, false, false, false)
        dxDrawText("Just", 777, 443, 839, 472, tocolor(179, 0, 0, 254), 1.00, "sans", "left", "top", false, false, false, false, false)
        dxDrawLine(554, 284, 825, 284, tocolor(145, 145, 145, 173), 1, false)
        dxDrawLine(553, 118, 824, 118, tocolor(145, 145, 145, 173), 1, false)
        dxDrawLine(491, 351, 907, 351, tocolor(1, 1, 1, 113), 3, false)
	if CurrentPanel == "Register" then
        dxDrawRectangle(508, 383, 364, 80, tocolor(0, 1, 0, 131), false)
        dxDrawRectangle(554, 118, 271, 195, tocolor(0, 0, 0, 99), false)
        dxDrawRectangle(913, 143, 0, 259, tocolor(255, 255, 255, 255), false)
        dxDrawText("Have you registered before ?", 515, 388, 640, 408, tocolor(62, 174, 83, 131), 1.00, "default-bold", "left", "top", false, false, false, false, false)
        dxDrawLine(553, 118, 553, 313, tocolor(92, 92, 92, 113), 1, false)
        dxDrawLine(825, 118, 825, 313, tocolor(145, 145, 145, 173), 1, false)
        dxDrawRectangle(509, 463, 364, 1, tocolor(255, 255, 255, 255), false)
        dxDrawLine(508, 381, 872, 381, tocolor(255, 255, 255, 255), 1, false)
        dxDrawText("You Can't Create more than One Account ", 509, 443, 771, 458, tocolor(255, 255, 255, 255), 1.00, "sans", "left", "top", false, false, false, false, false)
        dxDrawText("Just", 777, 443, 839, 472, tocolor(179, 0, 0, 254), 1.00, "sans", "left", "top", false, false, false, false, false)
        dxDrawLine(553, 313, 824, 313, tocolor(145, 145, 145, 173), 1, false)
        dxDrawLine(553, 118, 824, 118, tocolor(145, 145, 145, 173), 1, false)
        dxDrawLine(491, 351, 907, 351, tocolor(0, 0, 0, 99), 3, false)
        dxDrawText("Confirm Password", 629, 252, 744, 273, tocolor(244, 244, 244, 255), 1.00, "default-bold", "left", "top", false, false, false, false, false)
	else
        dxDrawRectangle(508, 384, 364, 80, tocolor(0, 1, 0, 131), false)
        dxDrawRectangle(913, 143, 0, 259, tocolor(255, 255, 255, 255), false)
        dxDrawRectangle(509, 463, 364, 1, tocolor(255, 255, 255, 255), false)
        dxDrawLine(508, 381, 872, 381, tocolor(255, 255, 255, 255), 1, false)
	end
end

 

اتمنى الرد بأسرع وقت ممكن

Link to comment

اخي مثل ما قلك حوولهم false 

يعني الي تلاقيها اخر الخارات true

انا متأكد ضهرت ال التي أكس دي بس الأزرار لأ 

لانو التي أكس دي معطلات 

مثال توضيحي

  GUIEditor.button[1] = guiCreateButton(678, 291, 134, 25, "Login", true)

-- خليها false  الي اخر السطر 

  GUIEditor.button[1] = guiCreateButton(678, 291, 134, 25, "Login", false)

 

  • Like 1
Link to comment
3 hours ago, DaHoM said:

بس  يا  أخوان كان في المود القديم مكتوب true

وكانت زابطه

@Abdul KariM

@iMr.WiFi..!

@TAPL

جرب اللي قالك عليه الاخوه

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

ونصحه لوجه الله

اللوحه حقتك ما بتكون في نفس المكان لجميع الاشات افلازم تسوي كذا

local x, y = guiGetScreenSize()
local rx, ry = (x/--الاكس حق مقاس شاشتك او عرض شاشتك بمعنا اصح), (y/---الواي حق مقاس شاشتك او ارتفاع الشاشه يعني)
  --------------------وتجي عند كل بوتون وكل وندو وكل شي تسوي كذا
    GUIEditor.button[1] = guiCreateButton(rx*678,ry* 291,rx* 134,ry* 25, "Login", false)

اتممنى تكون وصلت المعلومه بالتوفيق

Edited by Master_MTA
Link to comment

وتحدد عليها وبتحولك الارقام الي اعشار .. Relative << كل اللي عليك انك تضغط كايك يمين ع اللوحه  وبعدين تروح عند كلمة 


p_591s44o91.png

وشوف اخطاء مودك وصلحها debugscript 3 << 8 اكتب ب اف

 

Edited by #\_oskar_/#
  • Like 1
Link to comment
2 hours ago, #\_oskar_/# said:

وتحدد عليها وبتحولك الارقام الي اعشار .. Relative << كل اللي عليك انك تضغط كايك يمين ع اللوحه  وبعدين تروح عند كلمة 


p_591s44o91.png

وشوف اخطاء مودك وصلحها debugscript 3 << 8 اكتب ب اف

 

وليه يتعب نفسه بكل ذا

كل اللي عليه يحول الريلاتف فولس وخلاص؟

  • Like 1
Link to comment
13 hours ago, Master_MTA said:

جرب اللي قالك عليه الاخوه

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

ونصحه لوجه الله

اللوحه حقتك ما بتكون في نفس المكان لجميع الاشات افلازم تسوي كذا


local x, y = guiGetScreenSize()local rx, ry = (x/--الاكس حق مقاس شاشتك او عرض شاشتك بمعنا اصح), (y/---الواي حق مقاس شاشتك او ارتفاع الشاشه يعني)  --------------------وتجي عند كل بوتون وكل وندو وكل شي تسوي كذا    GUIEditor.button[1] = guiCreateButton(rx*678,ry* 291,rx* 134,ry* 25, "Login", false)

اتممنى تكون وصلت المعلومه بالتوفيق

 

مشكور أخي طريقتك زبطت , ولكن صعبه شوي ضض

 

 

12 hours ago, #\_oskar_/# said:

وتحدد عليها وبتحولك الارقام الي اعشار .. Relative << كل اللي عليك انك تضغط كايك يمين ع اللوحه  وبعدين تروح عند كلمة 


p_591s44o91.png

وشوف اخطاء مودك وصلحها debugscript 3 << 8 اكتب ب اف

 

مشكور اخي, لسه طريقتك نجحت , عملت عليها لوحة اخر غير التسجيل 

Edited by DaHoM
  • Like 1
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...