Jump to content

Mbtdaa

Members
  • Posts

    262
  • Joined

  • Last visited

Everything posted by Mbtdaa

  1. طيب ذي مسويها لاكن الان وش المشكلة بالفري روم انا مركب الاصلي حق اللعبة
  2. المشكلة انه موب بس انا 4 من اخويائي جربو ونفس الشي !
  3. ياخوان ركبت كل الملفات الاساسيه وacl جدديد ونضيف المهم لما خشيت السيرفر جاني خطء بمجلد الفري روم تحديدا ملف ويببونز واانا مركب الفري روم حق اللعبة الاصلي !
  4. ياغالي ركبت كل الملفات الاساسية وماظبط!
  5. السلام عليكم ياخوان انا شريت سيرفر من استضافة FPSSERVER ولما خشيته اسوي رجستر مايسجل مايجي شي بالشات ! وانا ماغيرت شي بالملفات حقت السيرفر وولا شي جدديد توة
  6. يعطيك العافية ظبطت تمام
  7. GUIEditor = { staticimage = {}, edit = {}, } button = {} GUIEditor.staticimage[1] = guiCreateStaticImage(388, 185, 560, 484, "images/logo.png", false) guiSetVisible ( GUIEditor.staticimage[1], true ) GUIEditor.staticimage[2] = guiCreateStaticImage(14, 88, 110, 86, "images/login.png", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[4] = guiCreateStaticImage(14, 256, 110, 86, "images/login.png", false, GUIEditor.staticimage[1]) GUIEditor.edit[1] = guiCreateEdit(139, 127, 325, 43, "", false, GUIEditor.staticimage[1]) GUIEditor.edit[2] = guiCreateEdit(139, 289, 325, 43, "", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[5] = guiCreateStaticImage(100, 0, 392, 124, "images/user.png", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[6] = guiCreateStaticImage(139, 180, 326, 109, "images/pass.png", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[7] = guiCreateStaticImage(38, 364, 133, 111, "images/password.png", false, GUIEditor.staticimage[1]) button.login = guiCreateButton(-0.32, -0.40, 2.26, 1.72, "", true, GUIEditor.staticimage[7]) guiSetAlpha(button.login, 0.00) GUIEditor.staticimage[8] = guiCreateStaticImage(397, 363, 131, 111, "images/regsiter.png", false, GUIEditor.staticimage[1]) button.register = guiCreateButton(-22, -6, 258, 155, "", false, GUIEditor.staticimage[8]) guiSetAlpha(button.register, 0.00) addEventHandler("onClientGUIClick",root, function () local user = guiGetText(GUIEditor.edit[1]) local pass = guiGetText(GUIEditor.edit[2]) if ( source == button.login ) then if string.len(user) > 0 and string.len(pass) > 0 then triggerServerEvent("onLogin",localPlayer,user,pass) end elseif ( source == button.register ) then if string.len(user) > 0 and string.len(pass) > 0 then triggerServerEvent("onRegister",localPlayer,user,pass) end end end ) showCursor(true)
  8. يالغالي ركبتها وماصارت تجي الصورة
  9. اشتغل بس المشكلة الماوس مايظهر ولما اسجل ولا اسجل دخول ماتروح النافذة
  10. الكلينت GUIEditor = { staticimage = {}, edit = {}, } button = {} GUIEditor.staticimage[1] = guiCreateStaticImage(388, 185, 560, 484, "images/logo.png", false) GUIEditor.staticimage[2] = guiCreateStaticImage(14, 88, 110, 86, "images/login.png", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[4] = guiCreateStaticImage(14, 256, 110, 86, "images/login.png", false, GUIEditor.staticimage[1]) GUIEditor.edit[1] = guiCreateEdit(139, 127, 325, 43, "", false, GUIEditor.staticimage[1]) GUIEditor.edit[2] = guiCreateEdit(139, 289, 325, 43, "", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[5] = guiCreateStaticImage(100, 0, 392, 124, "images/user.png", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[6] = guiCreateStaticImage(139, 180, 326, 109, "images/pass.png", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[7] = guiCreateStaticImage(38, 364, 133, 111, "images/password.png", false, GUIEditor.staticimage[1]) button.login = guiCreateButton(-0.32, -0.40, 2.26, 1.72, "", true, GUIEditor.staticimage[7]) guiSetAlpha(button.login, 0.00) GUIEditor.staticimage[8] = guiCreateStaticImage(397, 363, 131, 111, "images/regsiter.png", false, GUIEditor.staticimage[1]) button.register = guiCreateButton(-22, -6, 258, 155, "", false, GUIEditor.staticimage[8]) guiSetAlpha(button.register, 0.00) addEventHandler("onClientGUIClick",root, function () local user = guiGetText(GUIEditor.edit[1]) local pass = guiGetText(GUIEditor.edit[2]) if ( source == button.login ) then if string.len(user) > 0 and string.len(pass) > 0 then triggerServerEvent("onLogin",localPlayer,user,pass) end elseif ( source == button.register ) then if string.len(user) > 0 and string.len(pass) > 0 then triggerServerEvent("onRegister",localPlayer,user,pass) end end end ) الميتا <meta> <info author="xD" type="script" name="xe" version="1.3" /> <script src="server.lua" type="server" /> <script src="client.lua" type="client" /> <file src="images/login.png"/> <file src="images/user.png"/> <file src="images/regsiter.png"/> <file src="images/password.png"/> <file src="images/pass.png"/> <file src="images/logo.png"/> </meta>
  11. ياخوان الي مايشتغل هو اني لما اشغل المود ويخش لاعب مايجيه ششي
  12. وليه مخفي كيف يسجل؟ يقدر يسجل انا بس مخليه شفاف
  13. يب انا مخلي الزر مخفي
  14. ابهمك وش المطلوب انا مسوي صورة وفيها صور وازرار المهم ابي الاعب لما يخش السيرفر تجية النافذة فقط ولما يسجل او يسجل دخول تروح فقط انا عندي الاكواد بس المشكلة الحين فيها لما يخخش الاعاب مايجيه شي وذا الكود GUIEditor.staticimage[1] = guiCreateStaticImage(388, 185, 560, 484, ":guI/images/examples/logo.png", false) GUIEditor.staticimage[2] = guiCreateStaticImage(14, 88, 110, 86, "images/login.png", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[4] = guiCreateStaticImage(14, 256, 110, 86, "/images/login.png", false, GUIEditor.staticimage[1]) GUIEditor.edit[1] = guiCreateEdit(139, 127, 325, 43, "", false, GUIEditor.staticimage[1]) GUIEditor.edit[2] = guiCreateEdit(139, 289, 325, 43, "", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[5] = guiCreateStaticImage(100, 0, 392, 124, "images/user.png", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[6] = guiCreateStaticImage(139, 180, 326, 109, "images/pass.png", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[7] = guiCreateStaticImage(38, 364, 133, 111, "images/password.png", false, GUIEditor.staticimage[1]) button.login = guiCreateButton(-0.32, -0.40, 2.26, 1.72, "", true, GUIEditor.staticimage[7]) guiSetAlpha(button.login, 0.00) GUIEditor.staticimage[8] = guiCreateStaticImage(397, 363, 131, 111, "images/regsiter.png", false, GUIEditor.staticimage[1]) button.register = guiCreateButton(-22, -6, 258, 155, "", false, GUIEditor.staticimage[8]) guiSetAlpha(button.register, 0.00)
  15. يالغلا معليش طولت عليك بس انا مسوي صورة جاهزة مابي اسوي صورة ثانيه >
  16. طيب ممقن طلب اخوي ابي كود لما يخش الاعب تظهرله صورة انا مسويها موب نافذة اذا ماعليك امر
  17. السلام عليكم وش الاخطاء بهالاكواد 1 كلينت GUIEditor = { staticimage = {}, edit = {}, } button = {} GUIEditor.staticimage[1] = guiCreateStaticImage(388, 185, 560, 484, ":guI/images/examples/logo.png", false) GUIEditor.staticimage[2] = guiCreateStaticImage(14, 88, 110, 86, "images/login.png", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[4] = guiCreateStaticImage(14, 256, 110, 86, "/images/login.png", false, GUIEditor.staticimage[1]) GUIEditor.edit[1] = guiCreateEdit(139, 127, 325, 43, "", false, GUIEditor.staticimage[1]) GUIEditor.edit[2] = guiCreateEdit(139, 289, 325, 43, "", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[5] = guiCreateStaticImage(100, 0, 392, 124, "images/user.png", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[6] = guiCreateStaticImage(139, 180, 326, 109, "images/pass.png", false, GUIEditor.staticimage[1]) GUIEditor.staticimage[7] = guiCreateStaticImage(38, 364, 133, 111, "images/password.png", false, GUIEditor.staticimage[1]) button.login = guiCreateButton(-0.32, -0.40, 2.26, 1.72, "", true, GUIEditor.staticimage[7]) guiSetAlpha(button.login, 0.00) GUIEditor.staticimage[8] = guiCreateStaticImage(397, 363, 131, 111, "images/regsiter.png", false, GUIEditor.staticimage[1]) button.register = guiCreateButton(-22, -6, 258, 155, "", false, GUIEditor.staticimage[8]) guiSetAlpha(button.register, 0.00) addEventHandler("onClientGUIClick",root, function () local user = guiGetText(GUIEditor.edit[1]) local pass = guiGetText(GUIEditor.edit[2]) if ( source == button.login ) then if string.len(user) > 0 and string.len(pass) > 0 then triggerServerEvent("onLogin",localPlayer,user,pass) end elseif ( source == button.register ) then if string.len(user) > 0 and string.len(pass) > 0 then triggerServerEvent("onRegister",localPlayer,user,pass) end end end ) سيرفر addEvent("onLogin",true) addEventHandler("onLogin",root, function (user,pass) local acc = getAccount(user,pass) if ( acc ) then logIn(source,acc,pass) else outputChatBox("* Worng Username Or Password",source,255,0,0) end end ) addEvent("onRegister",true) addEventHandler("onRegister",root, function (user,pass) local acc = getAccount(user,pass) if ( acc ) then outputChatBox("* This Account is Already Exist",source,255,0,0) else addAccount(user,pass) outputChatBox("* You,re User : " .. user,source,255,255,255) outputChatBox("* You,re Pass : " .. pass,source,255,255,255) end end ) وبذي الاكواد كمان الله لايهينكم كلينت function createAdminTeamOnStart () AdminTeam = createTeam ( " Race empier", 80, 255, 80 ) end addEventHandler("onResourceStart", resourceRoot, createAdminTeamOnStart) function setAdminTeam() if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then setPlayerTeam(source, AdminTeam) else if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Moderator")) then setPlayerTeam(source, AdminTeam) else if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("SuperModerator")) then setPlayerTeam(source, AdminTeam) else if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("lvl 1")) then setPlayerTeam(source, AdminTeam) else if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("lvl 2")) then setPlayerTeam(source, AdminTeam) else if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("lvl 3")) then setPlayerTeam(source, AdminTeam) else if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("lvl 4")) then setPlayerTeam(source, AdminTeam) else if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("lvl 5")) then setPlayerTeam(source, AdminTeam) end end end end addEventHandler("onPlayerLogin",getRootElement(),setAdminTeam) سيرفر function assignNewTeam ( source, commandName, teamName ) local theTeam = createTeam ( teamName ) if theTeam then setPlayerTeam ( source, theTeam ) end end addCommandHandler ( "gimmeateam", assignNewTeam ) function unassignTeam ( source, commandName ) local theTeam = getPlayerTeam ( source ) if theTeam then setPlayerTeam ( source, nil ) end end addCommandHandler ( "takeawaymyteam", unassignTeam )
  18. وش سالفت امك انت؟ اقراء المووضوع زين وبعدين تفلسف تخلف.!
  19. اسلام عليكم عندي استفسارين الاول 12 لاعب بديلوكس بدون خدمة ايزي ادمن شهر بالهاتف بكم؟ والثاني بالفيزا بكم تطلع ؟ وياليت محد يحطها باليورو
  20. ياعناد كودك اشتغل بس بسالكم ياعيال الصورة ماتختفي هل يمدي اظغط زر وتختفتي وتشتغل @
×
×
  • Create New...