AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   Elite Admin System v6.7.2 (https://forums.alliedmods.net/showthread.php?t=317151)

edon1337 06-29-2019 18:06

Elite Admin System v6.7.2
 
2 Attachment(s)


MAKE SURE TO UPDATE THE CONFIGURATION FILE AND EAS_CORE.INC EVERY UPDATE





A new admin system which packs in a lot of old and new features, improvements, bug-fixes. Possibilities are endless with this. Want to give a person access to a command? Want to give someone a rank? Maybe give someone a custom cool prefix?? Or someone else a special skin which only he will have? Or just tired of wasting your time looking at the date to see if someone's admin should be gone so you're looking for an automatic way? These are just some of the many features this system has. By the way, this system also supports all modes, such as ZP, ZE, DR, BB etc..




Spoiler





- If you have a plugin that uses amx_* commands, you might have to change the command's syntax.




You must disable these plugins so this system can work properly:
  • admin.amxx
  • admin_sql.amxx
  • admincmd.amxx
  • adminhelp.amxx
  • menufront.amxx
  • cmdmenu.amxx
  • mapsmenu.amxx
  • adminchat.amxx
  • plmenu.amxx





  • This plugin is a re-creation of the original AMXX admin system, it's packed with new features and improvements to the old ones
  • DON'T USE SEMICOLONS (;) IN USERS FILE FOR COMMENTING, ONLY USE // and #
  • With this plugin you have real-time data retrieving, so if you edit something from the .ini files, it will be instantly applied.
  • It has it's own Ban file where all bans are stored
  • It has it's own Gag file where all gags are stored
  • There are two gag flags that can be used to gag people, s - say chat | v - voice chat
  • It has it's own Users file where all users are stored
  • It has it's own Configs file where all configurations are stored
  • Introducing new immunity system, immunity is a number, meaning that players with lower immunity can't perform actions on different players with higher immunity
  • This system is strict when it comes to parameters, you must enter all parameters, you're allowed to leave them blank ("") in some scenarios.
  • Put ';' in front of an admin's name to disable his admin.
  • If you don't want to put password for someone, just leave the password part as ""
  • If you don't want a prefix, leave the prefix part as ""
  • If you don't want a model, leave T_Model or/and CT_Model part as ""
  • If you don't want the admin to have an expire date, leave it as ""
  • The admin expires when the date expires (automatically).
  • Bans expire when the date expires
  • Gags expire when the date expires
  • You must have the models inside the models/player/ directory when giving models to an admin. Example the model name is 'vip'. You should have a 'vip' folder in models/player and vip.mdl file inside the 'vip' folder. Then put 'vip' in the T_Model or CT_Model in the .ini file.
  • All dates are in MM/DD/YYYY HH:MM:SS format
  • Skins are assigned by SteamID, setting a skin to a person by name won't give him the skin.





Spoiler





Spoiler





Spoiler





  • Mistrick - help with menu memory leaks
  • ConnorMcLeod - his player models plugin

<VeCo> 06-30-2019 05:16

Re: Elite Admin System v3.4 [29/06/2019]
 
amx_exec :nono:

HamletEagle 06-30-2019 05:20

Re: Elite Admin System v3.4 [29/06/2019]
 
amx_exec has to go, there is no legitimate reason for this command to exist.

edon1337 06-30-2019 07:53

Re: Elite Admin System v3.4 [29/06/2019]
 
Quote:

Originally Posted by HamletEagle (Post 2657247)
amx_exec has to go, there is no legitimate reason for this command to exist.

amx_exec is useful for executing commands that I haven't registered, what's the worst that can happen when Valve has already blocked harmful commands?
Anyways, I removed it since I found out there's bypasses to the blocked commands.

iclassdon 06-30-2019 13:28

Re: Elite Admin System v3.5 [30/06/2019]
 
This looks interesting going to give it a try. Thank you.

edon1337 06-30-2019 16:35

Re: Elite Admin System v3.5 [30/06/2019]
 
Quote:

Originally Posted by iclassdon (Post 2657294)
This looks interesting going to give it a try. Thank you.

Thanks for your time, feedbacks are welcomed.

Alber9091 07-01-2019 10:25

Re: Elite Admin System v3.5 [30/06/2019]
 
What about this?

Quote:

; Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is steamid/wonid
; d - this is ip
; e - password is not checked (only name/ip/steamid needed)
; k - name or tag is case sensitive. eg: if you set it so the name "Ham"
; is protected and case sensitive (flags "k" only), then anybody
; can use the names "haM", "HAM", "ham", etc, but not "Ham"
The plugin feels incomplete, since lacking normal behavior.
Else, Excellent.

edon1337 07-01-2019 10:35

Re: Elite Admin System v3.5 [30/06/2019]
 
Quote:

Originally Posted by Alber9091 (Post 2657381)
What about this?

disconnect player on invalid password - Automatic
clan tag - Idk what this is
this is steamid/wonid - you can use name or SteamID in the first field
this is ip - I don't support saving by IP.
password is not checked - just leave password field empty ("")
name or tag is case sensitive - This is automatic, Ham and ham are counted as 2 different people.

Quote:

Originally Posted by Alber9091 (Post 2657381)
The plugin feels incomplete, since lacking normal behavior..

I don't understand what you meant by 'lacking normal behavior'.

Alber9091 07-01-2019 11:28

Re: Elite Admin System v3.5 [30/06/2019]
 
Quote:

Originally Posted by edon1337 (Post 2657382)
disconnect player on invalid password - Automatic
clan tag - Idk what this is
this is steamid/wonid - you can use name or SteamID in the first field
this is ip - I don't support saving by IP.
password is not checked - just leave password field empty ("")
name or tag is case sensitive - This is automatic, Ham and ham are counted as 2 different people.

I don't understand what you meant by 'lacking normal behavior'.


I mean, if you, any time check user.ini in AMXX by default, you will find lines and with normal behavior I mean't how we normally make admin in AMXX default.

Clan Tag means nick- without case sensitive

edon1337 07-01-2019 12:18

Re: Elite Admin System v3.5 [30/06/2019]
 
Quote:

Originally Posted by Alber9091 (Post 2657387)
I mean, if you, any time check user.ini in AMXX by default, you will find lines and with normal behavior I mean't how we normally make admin in AMXX default.

Clan Tag means nick- without case sensitive

Define 'normal behavior', cuz I still don't get what you're trying to say.


All times are GMT -4. The time now is 17:59.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.