Jump to content

طلب كود


Recommended Posts

Posted

السلام عليكم ورحمت الله وبركاته

انا بي كود

يعطي للمود الصلحيات

مثال :

علشان تشتغل لوحه الادمن لازم تكون مضافه بقروب الادمن

"؟؟؟

يعني الكود يعطي الصلحيات

n-560x95.png
Posted
انا مابي يوز انا بي

resource.اسم المود

مابي

user.اسم الحساب

This function adds an object to the given ACL group. An object can be a player's account, specified as:

user.>

Or a resource, specified as:

resource.>

طبعاً عشان المود يقدر يعطي صلاحية لمود ثاني لازم المود يكون عنده صلاحية أعطاء صلاحيات

CiTLh.png
Posted

حط المود مايشتغل الا اذا كان في قروب الادمن

╔═╦╦╦╗╔╦═╦═╦═╦═╦╦╦╦╦╦╦═╦╦╦╦╗

║║║║║╠╝║║╚╣║║║║║║║║║║║║║║║║║

║║║║║╚╦╦═╦╦╦╦╣║║║║║║║║║║║║║║

║║║║╠═╣╠╝╔══╝║║║║║╟╢║║║║║╟╢║

╚╩══╩══╩═╩═══╩╩══╩╩═╩╩╩═╩╩═╝

«سبحانك اللهم وبحمدك أشهد أن لا إله إلا أنت أستغفرك وأتوب إليك»

M7mdAl7arthy : لتواصل سكايب

Posted
  
addEventHandler( "onResourceStart", resourceRoot,  
    function ( res ) 
        if not isObjectInACLGroup ( "resource." .. getResourceName ( res ), aclGetGroup ( "Admin" ) ) then 
            -- Your Code . . 
        end 
    end 
) 
  

Posted
addEventHandler ( 'onResourceStart', resourceRoot,  
    function ( res ) 
        if not isObjectInACLGroup ( 'resource.' .. getResourceName ( res ), aclGetGroup ( 'Admin' ) ) then 
            cancelEvent ( ) 
        end 
    end 
) 

ماجربته الكود سيرفر

╔═╦╦╦╗╔╦═╦═╦═╦═╦╦╦╦╦╦╦═╦╦╦╦╗

║║║║║╠╝║║╚╣║║║║║║║║║║║║║║║║║

║║║║║╚╦╦═╦╦╦╦╣║║║║║║║║║║║║║║

║║║║╠═╣╠╝╔══╝║║║║║╟╢║║║║║╟╢║

╚╩══╩══╩═╩═══╩╩══╩╩═╩╩╩═╩╩═╝

«سبحانك اللهم وبحمدك أشهد أن لا إله إلا أنت أستغفرك وأتوب إليك»

M7mdAl7arthy : لتواصل سكايب

Posted

.على الرحب والسعة

╔═╦╦╦╗╔╦═╦═╦═╦═╦╦╦╦╦╦╦═╦╦╦╦╗

║║║║║╠╝║║╚╣║║║║║║║║║║║║║║║║║

║║║║║╚╦╦═╦╦╦╦╣║║║║║║║║║║║║║║

║║║║╠═╣╠╝╔══╝║║║║║╟╢║║║║║╟╢║

╚╩══╩══╩═╩═══╩╩══╩╩═╩╩╩═╩╩═╝

«سبحانك اللهم وبحمدك أشهد أن لا إله إلا أنت أستغفرك وأتوب إليك»

M7mdAl7arthy : لتواصل سكايب

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