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 )