Jump to content

[REL] Accounts Security Manager 1.1


Sora

Recommended Posts

Hi , i've updated the resource asm which i've added to the community since days

Screenshot :

11499.png

About :

This resource manages accounts security

whether disable or enable the security for the account(s) + new feature ability to remove account(s)

Features :

* ability to secure / unsecure / remove / get status of account(s)

* ability to find account(s) from the list

- features with acs resource

* securing accounts for everyone

* secures account with owner serial

* ability to unsecure the account for account owner himself

Requirements :

* You must add asm and acs resources to SuperModerator acl group for ability to remove account and kick player.

* You must add yourself into the allowed group.

Usage :

Type /asm to open the gui , you must be in the allowed group (its console by default)

Settings :

* Allowed group is the allowed group to open the management gui

* Hide offline accounts if this is set to true, offline accounts will not be listed.

Download :

https://community.multitheftauto.com/in ... ls&id=7339

Edited by Sora
Syntax,Coloring
  • Like 2
Link to comment
Good job sora

* Suggestion : add "Secure all" and "unsecure all" buttons.

And make "unsecure all" button not default in meta.xml , but can enable it.

not a good idea this will cause lag :\

ok , do you have script Automatic account is protected

if player register , account secure automaticly.

Link to comment

ok , do you have script Automatic account is protected

if player register , account secure automaticly.

For god's sake , tell me why did i release the resource(s) open-source ?

addCommandHandler("register", 
function (player,cmd,username,password) 
    account = addAccount(username or getPlayerName(player),password) 
    if account then 
    setAccountData(account,"secured","true") 
    setAccountData(account,"ows",getPlayerSerial(player)) 
    end 
end) 

Link to comment
  • 2 years later...
  • 1 year later...

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