#,Dr.To[sh]iBa Posted April 10, 2017 Share Posted April 10, 2017 addEvent ( "openAclManager", true ) addEventHandler ( "openAclManager", root, function ( ) guiSetEnabled(aTab2.ManageACL,true) guiSetEnabled(aTab2.Tab,true) outputChatBox("Manage ACL Enabled!",0,255,0,true) end) هذا الكلنت ______ addCommandHandler ( "@acl@manage@", function ( p ) local acc = getPlayerAccount ( p ) if not isGuestAccount ( acc ) then if isObjectInACLGroup ( acc, aclGetGroup ( Console ) ) then triggerClientEvent ( p, "openAclManager", resourceRoot ) end end end ) وهذا السيرفر ليش الاسل ما يفتح Link to comment
Adham Posted April 10, 2017 Share Posted April 10, 2017 (edited) لانك مب حاطط سترنق بين " Console " بتصير كذا addCommandHandler ( "Acl", function (player) local account = getPlayerAccount(player) if account and not isGuestAccount(account) then local accName = getAccountName(account) if isObjectInACLGroup("user."..accName, aclGetGroup("Console")) then triggerClientEvent ( player, "openAclManager", player ) end end end ) Edited April 10, 2017 by Deativated Link to comment
#,Dr.To[sh]iBa Posted April 10, 2017 Author Share Posted April 10, 2017 9 hours ago, Deativated said: لانك مب حاطط سترنق بين " Console " بتصير كذا addCommandHandler ( "Acl", function (player) local account = getPlayerAccount(player) if account and not isGuestAccount(account) then local accName = getAccountName(account) if isObjectInACLGroup("user."..accName, aclGetGroup("Console")) then triggerClientEvent ( player, "openAclManager", player ) end end end ) ما ظبطت يالغالي #Edit: 9 hours ago, Deativated said: لانك مب حاطط سترنق بين " Console " بتصير كذا addCommandHandler ( "Acl", function (player) local account = getPlayerAccount(player) if account and not isGuestAccount(account) then local accName = getAccountName(account) if isObjectInACLGroup("user."..accName, aclGetGroup("Console")) then triggerClientEvent ( player, "openAclManager", player ) end end end ) الدي بق ما جاب شئ يا غالي Link to comment
#STZ Posted April 11, 2017 Share Posted April 11, 2017 تبيه يفتح للكونسل ولا بكلمه في اف 8 لو كلمة في اف 8 addCommandHandler guiSetEnabled لو للكونسل عدل علي اذونات الاسل من ملف او من المود حق صورة Link to comment
#,Dr.To[sh]iBa Posted April 11, 2017 Author Share Posted April 11, 2017 6 hours ago, MR.NaiF-MTA said: تبيه يفتح للكونسل ولا بكلمه في اف 8 لو كلمة في اف 8 addCommandHandler guiSetEnabled لو للكونسل عدل علي اذونات الاسل من ملف او من المود حق صورة ما فهت ممكن توضح اكثر Link to comment
#STZ Posted April 11, 2017 Share Posted April 11, 2017 عايزه للكونسل بس ولا من اف 8 ؟ Link to comment
#,Dr.To[sh]iBa Posted April 11, 2017 Author Share Posted April 11, 2017 4 hours ago, MR.NaiF-MTA said: عايزه للكونسل بس ولا من اف 8 ؟ ابي ان الاسل يفتح للكونسل فقط وبرمز يعني انا الحين كونسل ودخلت رمز في اف8 يفتح ولو كنت ادمن ودخلت نفس الرمز في اف8 ما يفتح Link to comment
N3xT Posted April 12, 2017 Share Posted April 12, 2017 addCommandHandler ( "@acl@manage@", function ( p ) local acc = getPlayerAccount ( p ) if not isGuestAccount ( acc ) then if isObjectInACLGroup ( acc, aclGetGroup ( "Console" ) ) then triggerClientEvent ( p, "openAclManager", resourceRoot ) end end end ) تأكد أنه معك الرتبة وأيضاً تأكد انك كاتب الأمر صح Link to comment
#,Dr.To[sh]iBa Posted April 13, 2017 Author Share Posted April 13, 2017 1 hour ago, Default said: سطر 5 مـ انت مكملة كلة . كيف وش التكمله ؟ Link to comment
' A F . Posted April 13, 2017 Share Posted April 13, 2017 addCommandHandler ( "@acl@manage@", function ( p ) local acc = getPlayerAccount ( p ) if not isGuestAccount ( acc ) then if isObjectInACLGroup ( "user."..getAccountName(acc), aclGetGroup ( "Console" ) ) then triggerClientEvent ( p, "openAclManager", resourceRoot ) end end end ) Link to comment
#,Dr.To[sh]iBa Posted April 13, 2017 Author Share Posted April 13, 2017 32 minutes ago, Default said: addCommandHandler ( "@acl@manage@", function ( p ) local acc = getPlayerAccount ( p ) if not isGuestAccount ( acc ) then if isObjectInACLGroup ( "user."..getAccountName(acc), aclGetGroup ( "Console" ) ) then triggerClientEvent ( p, "openAclManager", resourceRoot ) end end end ) تسلم يا غالي ما قصرت يغلق Link to comment
' A F . Posted April 13, 2017 Share Posted April 13, 2017 العفو حياك الله , الكود لـ نكست مو لي بس انا عدلت لك علية Link to comment
#,Dr.To[sh]iBa Posted April 13, 2017 Author Share Posted April 13, 2017 4 minutes ago, Default said: العفو حياك الله , الكود لـ نكست مو لي بس انا عدلت لك علية شوف لخاص 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