View Single Post
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 05-27-2021 , 14:41   Re: Elite Admin System v6.7.1 [+Bans, Gags, Ranks System]
Reply With Quote #167

Update v6.7.2
Code:
* Fixed string formatted incorrectly.
Quote:
Originally Posted by iclassdon View Post
PHP Code:
L 04/13/2020 18:53:13String formatted incorrectly parameter 13 (total 12)
L 04/13/2020 18:53:13: [AMXXDisplaying debug trace (plugin "EliteAdminSystem.amxx"version "6.7.1")
L 04/13/2020 18:53:13: [AMXXRun time error 25parameter error 
L 04
/13/2020 18:53:13: [AMXX]    [0EliteAdminSystem.sma::OnHookSayTeam (line 1087
That should be fixed now. Let me know if the error reappears or if I have fucked up something since I just opened up the script and changed it without testing.

Quote:
Originally Posted by iclassdon View Post
Bugs:
*Ban system doesn't remove expired bans from "EliteAdminSystem_Bans.ini". When applying a second ban on the same player it will write to file but not ban because the old expiry line is still present in "EliteAdminSystem_Bans.ini".
That's not a bug, it's just that the plugin wasn't scripted that way to detect double bans. You'll have to remove manually the expired ban, there was a version where it would automatically remove expired bans but I just went with the manual way for performance reasons.

Quote:
Originally Posted by iclassdon View Post
*Hud and map timer countdown settings from amxx.cfg are not working when this plugin is enabled.
It's probably because they're overlapping with the HUDs from this plugin, there's a limit on how many HUDs can be displayed at once.
With that being said don't expect much changes to this system as I haven't scripted for more than a year now and I can do so much.
__________________

Last edited by edon1337; 05-27-2021 at 14:42.
edon1337 is offline