Jump to content

يا شباب محتاج حد يعلمني


Recommended Posts

سـلامو عليكـم :

شخخبآركم عسآكم بخير ؟

انا سويت لوحة تسجيل و م عرفت آبرمجها :lol:

آبي آحد يبرمجها و آعطيه آلمقآبل

آلسسكآيب : alm1098

آلكودآت :

  
GUIEditor = { 
  
    checkbox = {}, 
  
    edit = {}, 
  
    button = {}, 
  
    window = {}, 
  
    label = {} 
  
} 
  
GUIEditor.window[1] = guiCreateWindow(450, 200, 472, 379, ".\"{SMILIES_PATH}/icon_neutral.gif\" alt=\"\" title=\"Neutral\" /> لـوحـة تسـجـيل |:.", false) 
  
guiWindowSetSizable(GUIEditor.window[1], false) 
  
guiSetAlpha(GUIEditor.window[1], 1.00) 
  
guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF00D1FF") 
GUIEditor.button[1] = guiCreateButton(10, 264, 160, 44, "# | تـسـجـيل | #", false, GUIEditor.window[1]) 
  
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFFFFFF") 
  
GUIEditor.button[2] = guiCreateButton(302, 264, 160, 44, "# | تـسـجيل دخـول | #", false, GUIEditor.window[1]) 
  
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFFFFFFF") 
  
GUIEditor.label[1] = guiCreateLabel(325, 72, 109, 25, " | أسـم الـحسـآب |", false, GUIEditor.window[1]) 
  
guiLabelSetColor(GUIEditor.label[1], 225, 211, 0) 
  
GUIEditor.label[2] = guiCreateLabel(44, 70, 109, 25, " | أسـم الـحسـآب |", false, GUIEditor.window[1]) 
  
guiLabelSetColor(GUIEditor.label[2], 0, 225, 10) 
  
GUIEditor.edit[1] = guiCreateEdit(302, 112, 160, 28, "", false, GUIEditor.window[1]) 
  
GUIEditor.edit[2] = guiCreateEdit(20, 112, 160, 28, "", false, GUIEditor.window[1]) 
  
GUIEditor.edit[3] = guiCreateEdit(302, 203, 160, 28, "", false, GUIEditor.window[1]) 
  
guiEditSetMasked(GUIEditor.edit[3], true) 
  
GUIEditor.edit[4] = guiCreateEdit(20, 203, 160, 28, "", false, GUIEditor.window[1]) 
  
GUIEditor.label[3] = guiCreateLabel(325, 161, 109, 25, "| ألـرقـم آلـسـري |", false, GUIEditor.window[1]) 
  
guiLabelSetColor(GUIEditor.label[3], 47, 225, 0) 
  
GUIEditor.label[4] = guiCreateLabel(51, 160, 109, 25, "| ألـرقـم آلـسـري |", false, GUIEditor.window[1]) 
guiLabelSetColor(GUIEditor.label[4], 225, 190, 0) 
  
GUIEditor.label[5] = guiCreateLabel(162, 37, 173, 25, "[G.N] x | GNOON | x [G.N]", false, GUIEditor.window[1]) 
  
GUIEditor.label[6] = guiCreateLabel(206, 241, 79, 20, "حفظ البيانات :", false, GUIEditor.window[1]) 
  
GUIEditor.checkbox[1] = guiCreateCheckBox(227, 264, 16, 12, "", true, false, GUIEditor.window[1]) 
  
GUIEditor.label[7] = guiCreateLabel(160, 332, 172, 29, "By : DHwROk #", false, GUIEditor.window[1]) 
  
guiSetFont(GUIEditor.label[7], "default-bold-small") 
  
guiLabelSetColor(GUIEditor.label[7], 0, 225, 116) 
  
GUIEditor.label[8] = guiCreateLabel(225, 148, 77, 45, "*", false, GUIEditor.window[1]) 
  
guiSetFont(GUIEditor.label[8], "sa-gothic") 
  
guiLabelSetColor(GUIEditor.label[8], 225, 0, 0) 
  

معع سسلآمههَ

سكايب : z3im-mt2sm

راسلني مقابل 5 كاش يو لا تنسى

Link to comment

+ بلاك ذي الاكواد

GUIEditor = { 
    edit = {}, 
    button = {}, 
    window = {}, 
    label = {}, 
    memo = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        GUIEditor.window[1] = guiCreateWindow(186, 86, 456, 374, "Server Zombie [H.S] سيرفر قوات الزومبي", false) 
        guiWindowSetSizable(GUIEditor.window[1], false) 
  
        GUIEditor.label[1] = guiCreateLabel(0, -121, 146, 37, "", false, GUIEditor.window[1]) 
        GUIEditor.label[2] = guiCreateLabel(17, 32, 158, 34, "UserName :", false, GUIEditor.window[1]) 
        GUIEditor.label[3] = guiCreateLabel(17, 99, 130, 33, "PassWord :", false, GUIEditor.window[1]) 
        GUIEditor.edit[1] = guiCreateEdit(84, 32, 125, 18, "", false, GUIEditor.window[1]) 
        GUIEditor.label[4] = guiCreateLabel(-232, 154, 170, 75, "", false, GUIEditor.window[1]) 
        GUIEditor.edit[2] = guiCreateEdit(79, 99, 120, 18, "", false, GUIEditor.window[1]) 
        GUIEditor.button[1] = guiCreateButton(19, 142, 118, 57, "Login", false, GUIEditor.window[1]) 
        GUIEditor.label[5] = guiCreateLabel(11, 240, 96, 30, "Name :", false, GUIEditor.window[1]) 
        GUIEditor.label[6] = guiCreateLabel(13, 287, 94, 38, "Password :", false, GUIEditor.window[1]) 
        GUIEditor.edit[3] = guiCreateEdit(52, 240, 127, 20, "", false, GUIEditor.window[1]) 
        GUIEditor.edit[4] = guiCreateEdit(72, 288, 126, 20, "", false, GUIEditor.window[1]) 
        GUIEditor.button[2] = guiCreateButton(78, 318, 116, 46, "Register", false, GUIEditor.window[1]) 
        GUIEditor.memo[1] = guiCreateMemo(340, 20, 106, 344, "Wellcome To Server Professionals Zombie ...\n\n\nProngram :\n\n1- Hassan\n\n2 - soon\n\n3 - soon\n\n4 - soon\n=======", false, GUIEditor.window[1])     
    end 
) 
---------------------- 
addEventHandler ( "onClientGUIClick", root, function (    ) 
    if ( source == GUIEditor.button[1] ) then 
    UserName = guiGetText ( log1 )  
    PassWord = guiGetText ( log2 )  
    triggerServerEvent ( "Register", localPlayer, Username, Password ) 
        elseif ( source == GUIEditor.button[2] ) then 
    UserName = guiGetText ( log3 ) -- اسم الأيدت الاول 
    PassWord = guiGetText ( log4 ) -- اسم الأيدت الثاني 
    triggerServerEvent ( "Login", localPlayer, Username, Password ) 
    end 
end ) 
  
------------------------------------------------------------------------------------- 
  

سيرفر

addEvent ( "Register", true ) 
addEventHandler ( "Register", root, function ( Username, Password ) 
    local AccountAdded = addAccount ( Username, Password ) 
    if ( AccountAdded ) then 
    outputChatBox ( "لقد نجحت في تسجيل الدخول في سيرفر قوات الزومبي حياككك الله", source, 255, 255, 255, true ) 
        else 
    outputChatBox ( "لم يتم تسجيل الدخول تحقق من معلومات حسابك او هذا الحساب موجود بالفعل", source, 255, 0, 0, true ) 
    end 
end ) 
  
addEvent ( "Login", true ) 
addEventHandler ( "Login", root, function ( Username, Password ) 
    local Account = getAccount ( Username, Password ) 
    local Logined = logIn ( source, Account, Password )  
    if ( Logined ) then 
    outputChatBox ( "تم التسجيل بنجاح", source, 255, 255, 255, true ) 
        else 
    outputChatBox ( "لم يتم تسجيل الدخول تحقق من معلومات حسابك او هذا الحساب موجود بالفعل", source, 255, 0, 0, true ) 
    end 
end ) 

كل ما اسجل يقلي خطا خطا خطا خطا مدري وش

Edited by Guest
Link to comment
هذي لوحه سويتها من زمان جدي xD

حاول تسوي الفنكشنات الي عطاك اياها الزاحف اذا حاولت اكثر من مره وماقدرت خذ هذي كـ مثال

#Client Side

Button1 = guiCreateButton ( 135, 181, 117, 42, "Register", false, Window ) 
Button2 = guiCreateButton ( 135, 181, 117, 42, "Login", false, Window ) 
Edit1 = guiCreateEdit ( 183, 51, 194, 39, "", false, Window ) 
Edit2 = guiCreateEdit ( 183, 51, 194, 39, "", false, Window ) 
  
addEventHandler ( "onClientGUIClick", root, function (    ) 
    if ( source == Button1 ) then 
    UserName = guiGetText ( Edit1 ) -- اسم الأيدت الاول 
    PassWord = guiGetText ( Edit2 ) -- اسم الايدت الثاني 
    triggerServerEvent ( "Register", localPlayer, Username, Password ) 
        elseif ( source == Button2 ) then 
    UserName = guiGetText ( Edit1 ) -- اسم الأيدت الاول 
    PassWord = guiGetText ( Edit2 ) -- اسم الأيدت الثاني 
    triggerServerEvent ( "Login", localPlayer, Username, Password ) 
    end 
end ) 

#Server Side

addEvent ( "Register", true ) 
addEventHandler ( "Register", root, function ( Username, Password ) 
    local AccountAdded = addAccount ( Username, Password ) 
    if ( AccountAdded ) then 
    outputChatBox ( "تم التسجيل بنجاح", source, 255, 255, 255, true ) 
        else 
    outputChatBox ( "لم يتم تسجيل الدخول تحقق من معلومات حسابك او هذا الحساب موجود بالفعل", source, 255, 0, 0, true ) 
    end 
end ) 
  
addEvent ( "Login", true ) 
addEventHandler ( "Login", root, function ( Username, Password ) 
    local Account = getAccount ( Username, Password ) 
    local Logined = logIn ( source, Account, Password ) -- هنا جرب كذا اذا ماضبط شيل كلمة باسورد 
    if ( Logined ) then 
    outputChatBox ( "تم التسجيل بنجاح", source, 255, 255, 255, true ) 
        else 
    outputChatBox ( "لم يتم تسجيل الدخول تحقق من معلومات حسابك او هذا الحساب موجود بالفعل", source, 255, 0, 0, true ) 
    end 
end ) 
Link to comment
مشكلتك في التسجيل ولا تسجيل الدخول ولا وين ؟ :? ؟

بس احط الايميل وكل شيئ واضغط على البوتون يقلي خطا

ونفس شيئ بتسجيل

انا عامل ايدين كلمه مرور واسم للتسجيل دخول

و لتسجيل حساب

نفس شيئ ايدين اضافين

والمشكله يقلي خطا

Link to comment

Server,lua:15 Bad argument @ 'logIn [ Expected account ar argument 2, got boolean]

ظبطت بعض الاشياء ظلت دي المشكله ما اعرف شو بيها

addEvent ( "Register", true ) 
addEventHandler ( "Register", root, function ( Username, Password ) 
    local AccountAdded = addAccount ( Username, Password ) 
    if ( AccountAdded ) then 
    outputChatBox ( "لقد نجحت في تسجيل الدخول في سيرفر قوات الزومبي حياككك الله", source, 255, 255, 255, true ) 
        else 
    outputChatBox ( "لم يتم تسجيل الدخول تحقق من معلومات حسابك او هذا الحساب موجود بالفعل", source, 255, 0, 0, true ) 
    end 
end ) 
  
addEvent ( "Login", true ) 
addEventHandler ( "Login", root, 
    function ( Username, Password ) 
    local Account = getAccount ( "Username", "Password" ) 
    local Logined = logIn ( source, Account, "Password" )  
    if ( Logined ) then 
    outputChatBox ( "تم التسجيل بنجاح", source, 255, 255, 255, true ) 
        else 
    outputChatBox ( "لم يتم تسجيل الدخول تحقق من معلومات حسابك او هذا الحساب موجود بالفعل", source, 255, 0, 0, true ) 
    end 
end ) 

Link to comment

مشكلته ناسخ كود التسجيل وما حط اسماء الاديت :lol:

كوده يصير كذا !!

-- Client Side 
  
  
GUIEditor = { 
    edit = {}, 
    button = {}, 
    window = {}, 
    label = {}, 
    memo = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        GUIEditor.window[1] = guiCreateWindow(186, 86, 456, 374, "Server Zombie [H.S] سيرفر قوات الزومبي", false) 
        guiWindowSetSizable(GUIEditor.window[1], false) 
  
        GUIEditor.label[1] = guiCreateLabel(0, -121, 146, 37, "", false, GUIEditor.window[1]) 
        GUIEditor.label[2] = guiCreateLabel(17, 32, 158, 34, "UserName :", false, GUIEditor.window[1]) 
        GUIEditor.label[3] = guiCreateLabel(17, 99, 130, 33, "PassWord :", false, GUIEditor.window[1]) 
        GUIEditor.edit[1] = guiCreateEdit(84, 32, 125, 18, "", false, GUIEditor.window[1]) 
        GUIEditor.label[4] = guiCreateLabel(-232, 154, 170, 75, "", false, GUIEditor.window[1]) 
        GUIEditor.edit[2] = guiCreateEdit(79, 99, 120, 18, "", false, GUIEditor.window[1]) 
        GUIEditor.button[1] = guiCreateButton(19, 142, 118, 57, "Login", false, GUIEditor.window[1]) 
        GUIEditor.label[5] = guiCreateLabel(11, 240, 96, 30, "Name :", false, GUIEditor.window[1]) 
        GUIEditor.label[6] = guiCreateLabel(13, 287, 94, 38, "Password :", false, GUIEditor.window[1]) 
        GUIEditor.edit[3] = guiCreateEdit(52, 240, 127, 20, "", false, GUIEditor.window[1]) 
        GUIEditor.edit[4] = guiCreateEdit(72, 288, 126, 20, "", false, GUIEditor.window[1]) 
        GUIEditor.button[2] = guiCreateButton(78, 318, 116, 46, "Register", false, GUIEditor.window[1]) 
        GUIEditor.memo[1] = guiCreateMemo(340, 20, 106, 344, "Wellcome To Server Professionals Zombie ...\n\n\nProngram :\n\n1- Hassan\n\n2 - soon\n\n3 - soon\n\n4 - soon\n=======", false, GUIEditor.window[1])     
    end 
) 
---------------------- 
addEventHandler ( "onClientGUIClick", root, function (    ) 
    if ( source == GUIEditor.button[1] ) then 
    UserName1 = guiGetText (  GUIEditor.edit[1] ) 
    PassWord1 = guiGetText (  GUIEditor.edit[2] ) 
    if ( UserName1 ~= "" and PassWord1 ~= "" ) then 
    triggerServerEvent ( "Register", localPlayer, Username1, Password1 ) 
        elseif ( source == GUIEditor.button[2] ) then 
    UserName = guiGetText (  GUIEditor.edit[3] ) -- اسم الأيدت الاول 
    PassWord = guiGetText ( GUIEditor.edit[4] ) -- اسم الأيدت الثاني 
      if ( UserName ~= "" and PassWord ~= "" ) then 
    triggerServerEvent ( "Login", localPlayer, Username, Password ) 
    end 
end  
) 
  

  
-- Server side  
  
  
addEvent ( "Register", true ) 
addEventHandler ( "Register", root, function ( Username1, Password1 ) 
    local AccountAdded = addAccount ( Username1, Password1 ) 
    if ( AccountAdded ) then 
    outputChatBox ( "لقد نجحت في تسجيل الدخول في سيرفر قوات الزومبي حياككك الله", source, 255, 255, 255, true ) 
        else 
    outputChatBox ( "لم يتم تسجيل الدخول تحقق من معلومات حسابك او هذا الحساب موجود بالفعل", source, 255, 0, 0, true ) 
    end 
end ) 
  
addEvent ( "Login", true ) 
addEventHandler ( "Login", root, function ( Username, Password ) 
    local Account = getAccount ( Username, Password ) 
    local Logined = logIn ( source, Account, Password ) 
    if ( Logined ) then 
    outputChatBox ( "تم التسجيل بنجاح", source, 255, 255, 255, true ) 
        else 
    outputChatBox ( "لم يتم تسجيل الدخول تحقق من معلومات حسابك او هذا الحساب موجود بالفعل", source, 255, 0, 0, true ) 
    end 
end ) 
Link to comment

صحيح بدل كود الضغط ع الزر بذا

addEventHandler ( "onClientGUIClick", root, function (    ) 
    if ( source == GUIEditor.button[1] ) then 
    UserName1 = guiGetText (  GUIEditor.edit[1] ) 
    PassWord1 = guiGetText (  GUIEditor.edit[2] ) 
    if ( UserName1 ~= "" and PassWord1 ~= "" ) then 
    triggerServerEvent ( "Register", localPlayer, Username1, Password1 ) 
        elseif ( source == GUIEditor.button[2] ) then 
    UserName = guiGetText (  GUIEditor.edit[3] ) -- اسم الأيدت الاول 
    PassWord = guiGetText ( GUIEditor.edit[4] ) -- اسم الأيدت الثاني 
      if ( UserName ~= "" and PassWord ~= "" ) then 
    triggerServerEvent ( "Login", localPlayer, Username, Password ) 
    end 
end 
end 
) 
Link to comment

:lol:

addEventHandler ( "onClientGUIClick", root, function (    ) 
    if ( source == GUIEditor.button[1] ) then 
    UserName1 = guiGetText (  GUIEditor.edit[1] ) 
    PassWord1 = guiGetText (  GUIEditor.edit[2] ) 
    if ( UserName1 ~= "" and PassWord1 ~= "" ) then 
    triggerServerEvent ( "Register", localPlayer, Username1, Password1 ) 
        elseif ( source == GUIEditor.button[2] ) then 
    UserName = guiGetText (  GUIEditor.edit[3] ) -- اسم الأيدت الاول 
    PassWord = guiGetText ( GUIEditor.edit[4] ) -- اسم الأيدت الثاني 
      if ( UserName ~= "" and PassWord ~= "" ) then 
    triggerServerEvent ( "Login", localPlayer, Username, Password ) 
    end 
end 
end 
end 
) 
Link to comment
الحين لما اضغط login

لا يقلي سجلت

ولا يقفل الوحه ذذ

addEventHandler ( "onClientGUIClick", root, function (    ) 
    if ( source == GUIEditor.button[1] ) then 
    UserName1 = guiGetText (  GUIEditor.edit[1] ) 
    PassWord1 = guiGetText (  GUIEditor.edit[2] ) 
    if ( UserName1 ~= "" and PassWord1 ~= "" ) then 
    triggerServerEvent ( "Register", localPlayer, Username1, Password1 ) 
    guiSetVisible(Window,false) -- Window = اسم اللوحة 
    showCursor(false) 
    outputChatbOX("# تم التسجيل  !",0,255,0,true) 
        elseif ( source == GUIEditor.button[2] ) then 
    UserName = guiGetText (  GUIEditor.edit[3] ) -- اسم الأيدت الاول 
    PassWord = guiGetText ( GUIEditor.edit[4] ) -- اسم الأيدت الثاني 
      if ( UserName ~= "" and PassWord ~= "" ) then 
    triggerServerEvent ( "Login", localPlayer, Username, Password ) 
    guiSetVisible(Window,false) -- Window = اسم اللوحة 
    showCursor(false) 
    outputChatbOX("# تم تسجيل الدخول !",0,255,0,true) 
    end 
end 
end 
end 
) 

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...