Jump to content

مشكله بسيطه


Joker_Mta

Recommended Posts

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

صادفتني مشكله

addEventHandler("onResourceStart",resourceRoot, 
function () 
    local group = aclGetGroup ( "Police" ) 
    if ( group ) then 
    aclGroupAddObject ( group, "resource."..getAccountName ( * ) ) 
    end 
end) 
addEventHandler("onResourceStop",resourceRoot, 
function () 
    local group = aclGetGroup ( "Police" ) 
    if ( group ) then 
    aclGroupAddObject ( group, "resource."..getAccountName ( * ) ) 
    end 
end) 

لمقصود من أكوادي لما يشغل شخص المود ينضاف بقروب الشرطه

resource.*

ولما يطفيه نفس الكلام ومشكورين مقدما

Link to comment
  
addEventHandler("onResourceStart",resourceRoot, 
    function(theResource) 
        local group = aclGetGroup ( "Police" ) 
        if ( group ) then 
            aclGroupAddObject ( group, "resource."..getResourceName(theResource).."" ) 
        end 
    end 
) 
  

Link to comment

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