Jump to content

ACL scripting functions


Morelli

Recommended Posts

Posted

They seem to be lacking examples and thorough documentation in the wiki.

How am I able to set a script (resource)'s right to specific functions (ie: ban), through scripting functions?

http://www.valhallagaming.net

[MTA] Roleplay Server - 69.4.236.229:7777

[sAMP] Roleplay Server - 67.228.177.232:7777

[GTAIV] Server coming soon -

[CoD4] Hardcore Server - Offline

[L4D] Server coming soon -

[CS] Standard settings - ?

[CS] Zombie Mode - ?

Posted
function AclDo() 
    aclCreateGroup(script1) 
    aclCreate (list1) 
    aclGroupAddACL (script1, list1) 
    aclGroupAddObject (script1, resource.) 
    aclSetRight (list1, function.banIP, true) 
    aclSetRight (list1, function.banPlayer, true) 
    aclSetRight (list1, function.banSerial, true) 
    aclSave() 
end 

I think that should do the trick.

mtarpadgc5.png

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