ABO-SR777777A Posted July 7, 2013 Author Share Posted July 7, 2013 function() if ( source == GUIEditor_Button[2] ) then triggerServerEvent("login",getLocalPlayer(), guiGetText(user), guiGetText(pass)) end end ) addEvent( "onGreeting", true ) addEventHandler( "onGreeting", getRootElement(), greetingHandler ) Link to comment
iPrestege Posted July 7, 2013 Share Posted July 7, 2013 نسخ لصق؟ عزيزي العضو أنت في القسم الخاطئ حاول مجدداَ Link to comment
ABO-SR777777A Posted July 7, 2013 Author Share Posted July 7, 2013 مانخست ولا شي ا انا بدلت نسختها وقاعد اعدل عليها Link to comment
فاّرس Posted July 7, 2013 Share Posted July 7, 2013 function() if ( source == GUIEditor_Button[2] ) then triggerServerEvent("login",getLocalPlayer(), guiGetText(user), guiGetText(pass)) end end ) addEvent( "onGreeting", true ) addEventHandler( "onGreeting", getRootElement(), greetingHandler ) يعني ما تعرف تسوي , addEvent addEventHandler guiSetVisible showCursor صراحه اذا ما تعرف تخلينا نشك انك تسوي ااكواد Link to comment
ABO-SR777777A Posted July 7, 2013 Author Share Posted July 7, 2013 اوكــ شف هنا شف بس هنا يقلي addEvent ( "onSpecialEvent", true ) -- الخطوه الاولى addEventHandler("onSpecialEvent",root,-- الخطوه الثانيه function () if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then -- الخطوه الثالثه guiSetVisible ( GUIEditor_Window[1] ,false ) -- الخطوه الرابعه showCursor ( true ) end end ) هيا قلي خطأ Link to comment
فاّرس Posted July 7, 2013 Share Posted July 7, 2013 مافي خطأ , + ما يحتاج تحط القيمه true اقصد هنآ , if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then لانه اصلا بيتحقق ان النافذه ظاهره ذذ, if ( guiGetVisible (GUIEditor_Window[1])) then المهم كلها صح , ذذ بس لازم يكون الترايقر من السيرفر نفس اسم , onSpecialEvent + الماوس بيكون ظاهر ذذ, true = ظاهر , false = مخفي , Link to comment
ABO-SR777777A Posted July 7, 2013 Author Share Posted July 7, 2013 1ض1ض1ض1ض1ض1ض1ض11ض1ض 1ض1ض1ض1ض1ض1ض1ضض1ضض1 تنكسشوآ اجربه؟ Link to comment
فاّرس Posted July 7, 2013 Share Posted July 7, 2013 1ض1ض1ض1ض1ض1ض1ض11ض1ض1ض1ض1ض1ض1ض1ض1ضض1ضض1 تنكسشوآ اجربه؟ لا انتظر الاشاره مني Link to comment
ABO-SR777777A Posted July 7, 2013 Author Share Posted July 7, 2013 والله انا مسويه هههههههههههاي Link to comment
ABO-SR777777A Posted July 7, 2013 Author Share Posted July 7, 2013 كلينت ولا سيرفر؟ الكود حطيته كلينت مشتغل وسيرفر ماشتغل حق وش هو اصلا addEvent ( "onSpecialEvent", true ) -- الخطوه الاولى addEventHandler("onSpecialEvent",root,-- الخطوه الثانيه function () if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then -- الخطوه الثالثه guiSetVisible ( GUIEditor_Window[1] ,false ) -- الخطوه الرابعه showCursor ( true ) end end ) Link to comment
فاّرس Posted July 7, 2013 Share Posted July 7, 2013 كلينت ولا سيرفر؟ احمر : كلنت بس ازرق : كلنت وسيرفر برتقالي : سيرفر بس + تأكد من السيرفر , تأكد ان الترايقر موجود , Link to comment
ABO-SR777777A Posted July 7, 2013 Author Share Posted July 7, 2013 كلينت ولا سيرفر؟ احمر : كلنت بس ازرق : كلنت وسيرفر برتقالي : سيرفر بس + تأكد من السيرفر , تأكد ان الترايقر موجود , اوكـ الكود ماشتغل Link to comment
فاّرس Posted July 7, 2013 Share Posted July 7, 2013 كلينت ولا سيرفر؟ احمر : كلنت بس ازرق : كلنت وسيرفر برتقالي : سيرفر بس + تأكد من السيرفر , تأكد ان الترايقر موجود , اوكـ الكود ماشتغل اطرح ملف سيرفر ذذ Link to comment
ABO-SR777777A Posted July 7, 2013 Author Share Posted July 7, 2013 addEvent("Login",true) addEventHandler("Login",root, function( userName,Password ) local v = getAccount ( username, Password ) if ( v ~= false ) then logIn ( client, v, Password ) else outputChatBox ( "Wrong username or password!", client, 255, 255, 0 ) end end ) addEvent ( "onSpecialEvent", true ) -- الخطوه الاولى addEventHandler("onSpecialEvent",root,-- الخطوه الثانيه function () if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then -- الخطوه الثالثه guiSetVisible ( GUIEditor_Window[1] ,false ) -- الخطوه الرابعه showCursor ( true ) end end ) Link to comment
فاّرس Posted July 7, 2013 Share Posted July 7, 2013 -- Client Side # addEvent ( "onSpecialEvent", true ) -- الخطوه الاولى addEventHandler("onSpecialEvent",root,-- الخطوه الثانيه function () if ( guiGetVisible ( windowLogin ) == true ) then -- الخطوه الثالثه guiSetVisible ( windowLogin ,false ) -- الخطوه الرابعه showCursor ( true ) end end ) -- Server Side # addEvent("Login",true) addEventHandler("Login",root, function( userName,Password ) local v = getAccount ( username, Password ) if ( v ~= true ) then logIn ( client, v, Password ) triggerClientEvent("onSpecialEvent",client) else outputChatBox ( "Wrong username or password!", client, 255, 255, 0 ) end end ) Link to comment
ABO-SR777777A Posted July 7, 2013 Author Share Posted July 7, 2013 [18:02:15] WARNING: 4\server.lua:4: Bad argument @ 'getAccount' [Expected string at argument 1, got nil] [18:02:15] WARNING: 4\server.lua:6: Bad argument @ 'logIn' [Expected account at argument 2, got boolean] Link to comment
ABO-SR777777A Posted July 7, 2013 Author Share Posted July 7, 2013 ليش حذفت ردك؟انت فهمت وش ابيبالظبطانا الحينلما اكتب اسم بالنافذهوالرقمواسجل LOGINيقلي الباس والرقم خطأوهو صحاةنا ابيه اسجل اسمي ورقم حقيويدخلني النافذه+اذا دخل السيرفر الاششاشه سودهيسجل دخوله وبعدين يدخل[/color] Link to comment
فاّرس Posted July 7, 2013 Share Posted July 7, 2013 حذفت ردي لاني ما شفت خطأ ذذ , + كان في خطأ بالفنشكشن , + جرب كذآ , addEvent("Login",true) addEventHandler("Login",root, function(player,userName,Password ) local v = getAccount ( userName, Password ) if ( v ~= true) then if logIn ( player, v, Password ) == true then outputChatBox ( "Login with account : [ " .. userName .. " ]", player, 255, 255, 0 , true ) triggerClientEvent("onSpecialEvent",player) else outputChatBox("Error : In login",player,255,255,255,true) end end end ) Link to comment
ABO-SR777777A Posted July 7, 2013 Author Share Posted July 7, 2013 [18:30:40] WARNING: 4\server.lua:4: Bad argument @ 'getAccount' [Expected string at argument 1, got boolean] [18:30:40] WARNING: 4\server.lua:6: Bad argument @ 'logIn' [Expected player at argument 1, got boolean] [18:30:40] WARNING: 4\server.lua:10: Bad argument @ 'outputChatBox' [Expected element at argument 2, got boolean] Link to comment
فاّرس Posted July 7, 2013 Share Posted July 7, 2013 جربته وشغال ويسجل الدخول ذذ, شوف يمكن في كود ثاني بنفس المتغير او كود يخرب ذذ Link to comment
ABO-SR777777A Posted July 7, 2013 Author Share Posted July 7, 2013 اسمع طيب شف addEvent ( "onSpecialEvent", true ) -- الخطوه الاولى addEventHandler("onSpecialEvent",root,-- الخطوه الثانيه function () if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then -- الخطوه الثالثه guiSetVisible ( GUIEditor_Window[1] ,false ) -- الخطوه الرابعه showCursor ( true ) end end ) حق وش ذا Link to comment
فاّرس Posted July 7, 2013 Share Posted July 7, 2013 اسمع طيبشف addEvent ( "onSpecialEvent", true ) -- الخطوه الاولى addEventHandler("onSpecialEvent",root,-- الخطوه الثانيه function () if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then -- الخطوه الثالثه guiSetVisible ( GUIEditor_Window[1] ,false ) -- الخطوه الرابعه showCursor ( true ) end end ) حق وش ذا هذا يخفي النافذه اذا سجل الدخول , هذا تحطه كلنت ذذ Link to comment
#Al-Ha[J]aRii Posted July 7, 2013 Share Posted July 7, 2013 اسمع طيبشف addEvent ( "onSpecialEvent", true ) -- الخطوه الاولى addEventHandler("onSpecialEvent",root,-- الخطوه الثانيه function () if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then -- الخطوه الثالثه guiSetVisible ( GUIEditor_Window[1] ,false ) -- الخطوه الرابعه showCursor ( true ) end end ) حق وش ذا اولا انت سويت ترايقر من السيرفر الى كلنت ؟ وهذه يجعل النافذة تختفي لين كانت مرئيه اعتقد انك ناسخنه ذذ Link to comment
ABO-SR777777A Posted July 7, 2013 Author Share Posted July 7, 2013 استفسار ==== انا الحين عندي كود ! اذا سجلت login تجيك سياره طيب ! انا ابيه اول مايدخل السيرفر يكون معه سياره ! Link to comment
#Al-Ha[J]aRii Posted July 7, 2013 Share Posted July 7, 2013 استفسار==== انا الحين عندي كود ! اذا سجلت login تجيك سياره طيب ! انا ابيه اول مايدخل السيرفر يكون معه سياره ! اطرح الكود يالي تجيك منه سياره Link to comment
Recommended Posts