Raised This Month: $12 Target: $400
 3% 

Elite Admin System v6.7.2


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   General Purpose       
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 06-29-2019 , 18:06   Elite Admin System v6.7.2
Reply With Quote #1









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
Attached Files
File Type: txt elite_admin_system.txt (12.8 KB, 1192 views)
File Type: zip Elite Admin System v6.7.2.zip (42.1 KB, 903 views)
__________________

Last edited by edon1337; 10-02-2021 at 16:53. Reason: theme update
edon1337 is offline
<VeCo>
Veteran Member
Join Date: Jul 2009
Location: Bulgaria
Old 06-30-2019 , 05:16   Re: Elite Admin System v3.4 [29/06/2019]
Reply With Quote #2

amx_exec
__________________
<VeCo> is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 06-30-2019 , 05:20   Re: Elite Admin System v3.4 [29/06/2019]
Reply With Quote #3

amx_exec has to go, there is no legitimate reason for this command to exist.
__________________
HamletEagle is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 06-30-2019 , 07:53   Re: Elite Admin System v3.4 [29/06/2019]
Reply With Quote #4

Quote:
Originally Posted by HamletEagle View Post
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.
__________________

Last edited by edon1337; 06-30-2019 at 08:13.
edon1337 is offline
iclassdon
AlliedModders Donor
Join Date: May 2006
Old 06-30-2019 , 13:28   Re: Elite Admin System v3.5 [30/06/2019]
Reply With Quote #5

This looks interesting going to give it a try. Thank you.
iclassdon is offline
Send a message via MSN to iclassdon
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 06-30-2019 , 16:35   Re: Elite Admin System v3.5 [30/06/2019]
Reply With Quote #6

Quote:
Originally Posted by iclassdon View Post
This looks interesting going to give it a try. Thank you.
Thanks for your time, feedbacks are welcomed.
__________________
edon1337 is offline
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 07-01-2019 , 10:25   Re: Elite Admin System v3.5 [30/06/2019]
Reply With Quote #7

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.
Alber9091 is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 07-01-2019 , 10:35   Re: Elite Admin System v3.5 [30/06/2019]
Reply With Quote #8

Quote:
Originally Posted by Alber9091 View Post
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 View Post
The plugin feels incomplete, since lacking normal behavior..
I don't understand what you meant by 'lacking normal behavior'.
__________________
edon1337 is offline
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 07-01-2019 , 11:28   Re: Elite Admin System v3.5 [30/06/2019]
Reply With Quote #9

Quote:
Originally Posted by edon1337 View Post
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
Alber9091 is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 07-01-2019 , 12:18   Re: Elite Admin System v3.5 [30/06/2019]
Reply With Quote #10

Quote:
Originally Posted by Alber9091 View Post
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.
__________________
edon1337 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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