All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:23, 25 May 2025 DevMarvin talk contribs created page Getting Started with Access Control List (ACL) (Created page with "__TOC__ = Access Control List = RAGE Multiplayer C# API includes tool named Access Control List (ACL) that allows you to keep your gamemode secure and limit access to the commands. The main concept of this file is that you're giving a specific player a set of rights. You can create as many rights as many commands you have. === Default file === Default acl.xml file looks like this: <syntaxhighlight lang="xml"> <?xml version="1.0"?> <acl xmlns:xsd="http://www.w3.org/2001...")