Quote:
Originally Posted by Brisky
I'm using 4.4RC1. I noticed that the menu options to choose the next players list page (9) and the go back/exit (0) are missing. Is there anyway to add that back? Is there a way to have the admin, who excuted the ban, have his name show up?
Also, what does this cvar do? amxbans_cmd_sql
And how does amxbans_banhistmotd_url works?
|
The menu is fixed just redownload the pack.
The cvar amxbans_cmd_sql does not do anything at the moment so just leave it as it is "0".
The ADMINS name wont show if you have in amxx.cfg
Code:
amx_show_activity = 0
or
amx_show_activity = 1
But if you have amx_show_activity = 2 which show both the command and who with their name.
There are two ways
(only use one of them.)
1. You can remove the r-flag from your acces.
OR
2. Remove this from the code in the file cmdBan.inl , cmdUnban.inl and compile a new .amxx
Code:
if(get_user_flags(id)&ADMIN_LEVEL_F || id == 0)
show_activity = 1
This is because some admins can be Spies.
Maybe I should make this optional
amx_banhistorymenu is a client command you do in your console.
To make it work you have to use the new web files in the package.
You also have to setup the cvar
When that is done you can see previous bans on players.
You can also add the command in the file /addons/amxmodx/configs/custommenuitems.cfg like this
amx_addmenuitem "Amxbans History" "amx_banhistorymenu" "b" "Amxbans"
Then it will be added to the normal amxmodx menu and you dont have to type the command in the console.
// LAntz69
__________________