synskidz Posted January 10, 2017 Share Posted January 10, 2017 i want to disable /login or /logout on console command but i cant find the resource that add the command. i use 'play' gamemode... i need help. sorry if this not the right fourm Link to comment
Noki Posted January 10, 2017 Share Posted January 10, 2017 Those functions are baked into MTA and aren't contained within any resource. To disable it, you need to edit your acl.xml. Simply go to where it says '<acl name="Default">' and add the following underneath: <right name="command.login" access="false"></right> <right name="command.register" access="false"></right> 1 Link to comment
Recommended Posts