AclSave

From Multi Theft Auto: Wiki
Revision as of 13:22, 26 November 2007 by ChrML (talk | contribs)
Jump to navigation Jump to search

This function saves the ACL from the memory back to the XML file. That must be done after changing the ACL so your changes are remembered for the next server restart. This does not need to be done after every change, but after you're done changing it.

Syntax

bool aclSave ()

Returns

Returns true if the ACL was successfully changed, false or nil if it could not be saved for some reason, ie. file in use.

Example

This example does...

--TODO

See Also