Jump to content

مساعده في مود الترقيات


mR.Z

Recommended Posts

function check ( ) 
    local accountName = getAccountName ( getPlayerAccount ( client ) ) 
    if not ( isObjectInACLGroup ( "user.".. accountName, aclGetGroup ( "Admin-ex" ) ) ) then 
        triggerClientEvent ( client, "onClick", client ) 
    else 
        outputChatBox ( "انت مخالف ماتقدر ترقي نفسك *", client, 255, 255, 255, true ) 
        setTimer ( function (  client  ) 
            triggerClientEvent ( client, "onClick", client ) 
        end, 60000*60*20, 1, client ) 
    end 
end 
addEventHandler ( "newEvent", root, check ) 
addEvent ( "newEvent", true ) 
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...