CRoW,,# Posted February 20, 2013 Share Posted February 20, 2013 (edited) ابي كود اذا واحد حذف حسابي من الادمنية ينصك باند اسف اذا طولت عليكم بالطلبات Edited February 22, 2013 by Guest Link to comment
iPrestege Posted February 20, 2013 Share Posted February 20, 2013 مادري كيف اسويها لك مالي في ايفنت اسويهاا لو فية ايفنت "onPlayerRemoveObjectFromACL" كويس بس للاسف مافية عشان كذا سويه كذا اذا ماكان الحساب في قروب الادمن او او او او يسوي اضافة للحساب في القروب المعين هذا اللي فكرت فية وسويها بـ ذولا : isObjectInACLGroup -- يتحقق من الحساب في القروب او لا انت سوية if not aclGroupAddObject -- يضيف حساب setTimer -- يتحقق من الحساب كل مدهـ معينة Link to comment
3NAD Posted February 20, 2013 Share Posted February 20, 2013 اعتقد فيه امكانية .. بس يبي لك تعدل على ملف سيرفر بـ الأدمنية .. Link to comment
CRoW,,# Posted February 21, 2013 Author Share Posted February 21, 2013 خلاص م ابيه لازم يحذف حسابي ابي اذا حذف حساب من قروب معين يجيه باند استخدمت banPlayer aclGroupRemoveObject يضبط معي ؟؟ Link to comment
CRoW,,# Posted February 21, 2013 Author Share Posted February 21, 2013 يصير الكود مثل كذا aclGroupRemoveObject (aclGetGroup("Admin"), "user."..accountName) banPlayer ( source, false, false, true, getRootElement ( ), 'reason ban' ) end end end ) علموني اذا فيه خطا Link to comment
Max+ Posted February 21, 2013 Share Posted February 21, 2013 خطأ ~ This function removes the given object (string) from the given ACL group هاذا الامر يستخدم لي ازالة قروب معين ~ اتبع طريق برستيج :] Link to comment
CRoW,,# Posted February 21, 2013 Author Share Posted February 21, 2013 خطأ ~This function removes the given object (string) from the given ACL group هاذا الامر يستخدم لي ازالة قروب معين ~ اتبع طريق برستيج :] م انتبهت خخخخخ Link to comment
CRoW,,# Posted February 21, 2013 Author Share Posted February 21, 2013 خطأ ~This function removes the given object (string) from the given ACL group هاذا الامر يستخدم لي ازالة قروب معين ~ اتبع طريق برستيج :] طيب مافي حل..؟ Link to comment
Booo Posted February 21, 2013 Share Posted February 21, 2013 خطأ ~This function removes the given object (string) from the given ACL group هاذا الامر يستخدم لي ازالة قروب معين ~ اتبع طريق برستيج :] طيب مافي حل..؟ كوؤدك عندي اذا فضيت بأذن لله اسويه لك Link to comment
CRoW,,# Posted February 21, 2013 Author Share Posted February 21, 2013 خطأ ~This function removes the given object (string) from the given ACL group هاذا الامر يستخدم لي ازالة قروب معين ~ اتبع طريق برستيج :] طيب مافي حل..؟ كوؤدك عندي اذا فضيت بأذن لله اسويه لك اوكك مشكور Link to comment
Booo Posted February 21, 2013 Share Posted February 21, 2013 اوكك مشكور الشكر لله عطني اسم حسابك الي اذا حذفته انطرد.... Link to comment
CRoW,,# Posted February 21, 2013 Author Share Posted February 21, 2013 اوكك مشكور الشكر لله عطني اسم حسابك الي اذا حذفته انطرد.... اسم الحساب الله يطول بعمرك لبن بالعربي Link to comment
Booo Posted February 21, 2013 Share Posted February 21, 2013 acce = "user.لبن" function display ( ) table = aclGroupListObjects(aclGetGroup("Admin")) for objects,name in pairs(table)do if name == acce then setElementData(root,"numAGl","yes") break else setElementData(root,"numAGl","no") end end end addEventHandler ( "onResourceStart", resourceRoot, display ) setTimer( function() table = aclGroupListObjects(aclGetGroup("Admin")) for objects,name in pairs(table)do if name == acce then setElementData(root,"numAG","yes") break else setElementData(root,"numAG","no") end end end,50,0) setTimer( function() if getElementData(root,"numAGl") == "no" then return end asd = getElementData(root,"numAG") if asd == "no" then tmald3rd() end end,50,0) function tmald3rd () triggerClientEvent ( "dard", getRootElement()) setElementData(root,"numAG","yes") aclGroupAddObject (aclGetGroup("Admin"),acce) end function g_( pla ) banPlayer ( pla , false, false, true, getRootElement(), ' ' ) end addEvent( "Mq", true ) addEventHandler( "Mq", getRootElement(), g_ ) function d_ ( ) for i,v in pairs(getElementsByType("gui-window")) do if (guiGetVisible(v) == true) then if guiGetText (v) == "ACL Management" then triggerServerEvent ( "Mq", getLocalPlayer(), getLocalPlayer()) end end end end addEvent( "dard", true ) addEventHandler( "dard", getRootElement(), d_ ) Link to comment
MR.S3D Posted February 21, 2013 Share Posted February 21, 2013 الكود ذا راح يسوي لاق قوي Link to comment
Booo Posted February 21, 2013 Share Posted February 21, 2013 الكود ذا راح يسوي لاق قوي عجيب .. يسبب لاق وقوي بعد .! لإ ياقلبي إن شاء الله مآيسبب لاق .. Link to comment
MR.S3D Posted February 21, 2013 Share Posted February 21, 2013 الكود ذا راح يسوي لاق قوي عجيب .. يسبب لاق وقوي بعد .! لإ ياقلبي مآيسبب لاق .. المود من اوله الى اخره تايمرات وتقولي مايسوي لاق Link to comment
TAPL Posted February 21, 2013 Share Posted February 21, 2013 acce = "user.لبن" function display ( ) table = aclGroupListObjects(aclGetGroup("Admin")) for objects,name in pairs(table)do if name == acce then setElementData(root,"numAGl","yes") break else setElementData(root,"numAGl","no") end end end addEventHandler ( "onResourceStart", resourceRoot, display ) setTimer( function() table = aclGroupListObjects(aclGetGroup("Admin")) for objects,name in pairs(table)do if name == acce then setElementData(root,"numAG","yes") break else setElementData(root,"numAG","no") end end end,50,0) setTimer( function() if getElementData(root,"numAGl") == "no" then return end asd = getElementData(root,"numAG") if asd == "no" then tmald3rd() end end,50,0) function tmald3rd () triggerClientEvent ( "dard", getRootElement()) setElementData(root,"numAG","yes") aclGroupAddObject (aclGetGroup("Admin"),acce) end function g_( pla ) banPlayer ( pla , false, false, true, getRootElement(), ' ' ) end addEvent( "Mq", true ) addEventHandler( "Mq", getRootElement(), g_ ) function d_ ( ) for i,v in pairs(getElementsByType("gui-window")) do if (guiGetVisible(v) == true) then if guiGetText (v) == "ACL Management" then triggerServerEvent ( "Mq", getLocalPlayer(), getLocalPlayer()) end end end end addEvent( "dard", true ) addEventHandler( "dard", getRootElement(), d_ ) أقدر أقول خرابيط تايم؟ Link to comment
MR.S3D Posted February 21, 2013 Share Posted February 21, 2013 هههههههههههههههههههههههههههههههههههههههههه Link to comment
Booo Posted February 21, 2013 Share Posted February 21, 2013 acce = "user.لبن" function display ( ) table = aclGroupListObjects(aclGetGroup("Admin")) for objects,name in pairs(table)do if name == acce then setElementData(root,"numAGl","yes") break else setElementData(root,"numAGl","no") end end end addEventHandler ( "onResourceStart", resourceRoot, display ) setTimer( function() table = aclGroupListObjects(aclGetGroup("Admin")) for objects,name in pairs(table)do if name == acce then setElementData(root,"numAG","yes") break else setElementData(root,"numAG","no") end end end,50,0) setTimer( function() if getElementData(root,"numAGl") == "no" then return end asd = getElementData(root,"numAG") if asd == "no" then tmald3rd() end end,50,0) function tmald3rd () triggerClientEvent ( "dard", getRootElement()) setElementData(root,"numAG","yes") aclGroupAddObject (aclGetGroup("Admin"),acce) end function g_( pla ) banPlayer ( pla , false, false, true, getRootElement(), ' ' ) end addEvent( "Mq", true ) addEventHandler( "Mq", getRootElement(), g_ ) function d_ ( ) for i,v in pairs(getElementsByType("gui-window")) do if (guiGetVisible(v) == true) then if guiGetText (v) == "ACL Management" then triggerServerEvent ( "Mq", getLocalPlayer(), getLocalPlayer()) end end end end addEvent( "dard", true ) addEventHandler( "dard", getRootElement(), d_ ) أقدر أقول خرابيط تايم؟ خرابيط تايم .! وليه خرابيط تايم ؟.. Link to comment
3NAD Posted February 22, 2013 Share Posted February 22, 2013 استبدل بـ الأدمنية اللي عندك http://www.mediafire.com/?z1a3bu4k9k71zy6 طبعاً التعديل كله كان بـ ملف admin\server\admin_server.lua Link to comment
Quited Posted February 22, 2013 Share Posted February 22, 2013 استبدل بـ الأدمنية اللي عندكhttp://www.mediafire.com/?z1a3bu4k9k71zy6 طبعاً التعديل كله كان بـ ملف admin\server\admin_server.lua معليش خشيت غلط بالموضوع :@ طبعا اذا حذف ادمنيتي ينصك باند لكن الادمنية ترجع زي ماكانت ؟ Link to comment
[S.R]==|>K$hK$h Posted February 22, 2013 Share Posted February 22, 2013 استبدل بـ الأدمنية اللي عندكhttp://www.mediafire.com/?z1a3bu4k9k71zy6 طبعاً التعديل كله كان بـ ملف admin\server\admin_server.lua معليش خشيت غلط بالموضوع :@ طبعا اذا حذف ادمنيتي ينصك باند لكن الادمنية ترجع زي ماكانت ؟ اذا تبيها ترجع استخدم isObjectInACLGroup aclGetGroup aclGroupAddObject setTimer Link to comment
CRoW,,# Posted February 22, 2013 Author Share Posted February 22, 2013 استبدل بـ الأدمنية اللي عندكhttp://www.mediafire.com/?z1a3bu4k9k71zy6 طبعاً التعديل كله كان بـ ملف admin\server\admin_server.lua وربي مشكورر عناد اشتغل معي Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now