Jump to content

فنكشن


Recommended Posts

addEvent ( 'dd', true ) 
addEventHandler ( 'dd', root, 
    function  ( player ) 
        for i, v in ipairs ( getElementsByType ( 'vehicle' ) ) do 
            if isObjectInACLGroup ( 'user.' .. getAccountName ( getPlayerAccount ( player ) ), aclGetGroup ( 'Console' ) ) then 
                blowVehicle ( v , false ) 
                outputChatBox ( ' !! لم تم تفجير سيارتك لانك كونسل', player, 255, 0, 0 ) 
            else 
                blowVehicle   ( v , true ) 
                outputChatBox ( 'تم تفجير سيارتك لانك لست كونسل', player, 255, 0, 0 ) 
            end 
        end 
    end 
) 

من وين جبت player

????

Link to comment
  • Replies 55
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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