Jump to content

مطلوب مود


Recommended Posts

addEventHandler ( "onElementClicked", root, 
    function ( _, _, thePlayer ) 
        acc = getAccountName ( getPlayerAccount ( thePlayer ) ) 
        if isObjectInACLGroup ("user.".. acc, aclGetGroup ( "admin" ) ) then 
            if getElementType ( source ) == "player" then 
                killPed ( source, thePlayer ) 
            elseif getElementType ( source ) == "vehicle" then 
                destroyElement ( source ) 
            end 
        end 
    end 
) 
  

سوري نسيت السيرفر

bindKey ( "m", "down", 
    function ( ) 
        showCursor ( not isCursorShowing() ) 
    end 
) 
  

جرب كوودك

Link to comment
  • Replies 51
  • Created
  • Last Reply

Top Posters In This Topic

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