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

Elite Admin System v6.7.2


Post New Thread Reply   
 
Thread Tools Display Modes
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 03-16-2020 , 12:32   Re: Elite Admin System v6.7 [+Bans, Gags, Ranks System]
Reply With Quote #141

Quote:
Originally Posted by 1M1e View Post
"EliteAdminSystem_Commands.amxx")
L 03/16/2020 - 18:59:41: [AMXX] Run time error 10: native error (native "TrieSetArray")
L 03/16/2020 - 18:59:41: [AMXX] [0] EliteAdminSystem_Commands.sma::ReadUsers (line 564
L 03/16/2020 - 18:59:41: [AMXX] [1] EliteAdminSystem_Commands.sma::UpdateAllFiles (line 354)

i took this from the game they show in console cuz i enable debug
These errors show nothing helpful, go to cstrike/addons/amxmodx/logs and open one the latest log file that contains 'error'.
__________________
edon1337 is offline
1M1e
Member
Join Date: Mar 2020
Old 03-16-2020 , 13:02   Re: Elite Admin System v6.7 [+Bans, Gags, Ranks System]
Reply With Quote #142

Quote:
Originally Posted by edon1337 View Post
These errors show nothing helpful, go to cstrike/addons/amxmodx/logs and open one the latest log file that contains 'error'.

I found it, then what ?
1M1e is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 03-16-2020 , 16:18   Re: Elite Admin System v6.7 [+Bans, Gags, Ranks System]
Reply With Quote #143

Quote:
Originally Posted by 1M1e View Post
I found it, then what ?
What else? Show me the errors in that file
__________________
edon1337 is offline
1M1e
Member
Join Date: Mar 2020
Old 03-16-2020 , 16:51   Re: Elite Admin System v6.7 [+Bans, Gags, Ranks System]
Reply With Quote #144

Quote:
Originally Posted by edon1337 View Post
What else? Show me the errors in that file
the error :

L 03/16/2020 - 23:46:57: Invalid trie handle provided (1)
L 03/16/2020 - 23:46:57: [AMXX] Displaying debug trace (plugin "EliteAdminSystem_Commands.amxx")
L 03/16/2020 - 23:46:57: [AMXX] Run time error 10: native error (native "TrieSetArray")
L 03/16/2020 - 23:46:57: [AMXX] [0] EliteAdminSystem_Commands.sma::ReadUsers (line 564
L 03/16/2020 - 23:46:57: [AMXX] [1] EliteAdminSystem_Commands.sma::UpdateAllFiles (line 354)
L 03/16/2020 - 23:46:57: Invalid trie handle provided (4)
L 03/16/2020 - 23:46:57: [AMXX] Displaying debug trace (plugin "EliteAdminSystem.amxx")
L 03/16/2020 - 23:46:57: [AMXX] Run time error 10: native error (native "TrieSetArray")
L 03/16/2020 - 23:46:57: [AMXX] [0] EliteAdminSystem.sma::ReloadFile (line 1372)
L 03/16/2020 - 23:46:57: [AMXX] [1] EliteAdminSystem.sma::OnTaskReloadAdmins (line 627)
1M1e is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 03-16-2020 , 17:25   Re: Elite Admin System v6.7 [+Bans, Gags, Ranks System]
Reply With Quote #145

I think you have the same issue as here.
Update to newest AMXX 1.8.2
__________________
edon1337 is offline
1M1e
Member
Join Date: Mar 2020
Old 03-16-2020 , 17:34   Re: Elite Admin System v6.7 [+Bans, Gags, Ranks System]
Reply With Quote #146

Quote:
Originally Posted by edon1337 View Post
I think you have the same issue as here.
Update to newest AMXX 1.8.2

i transferred to amx 1.8.2

finally its work now, thx for every thing <3

Last edited by 1M1e; 03-16-2020 at 17:38.
1M1e is offline
Valen943
Junior Member
Join Date: Mar 2020
Old 03-26-2020 , 22:50   Re: Elite Admin System v6.7 [+Bans, Gags, Ranks System]
Reply With Quote #147

Im getting a lot of "ML_NOTFOUND" errors everywhere
Valen943 is offline
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 03-27-2020 , 05:20   Re: Elite Admin System v6.7 [+Bans, Gags, Ranks System]
Reply With Quote #148

Quote:
Originally Posted by Valen943 View Post
Im getting a lot of "ML_NOTFOUND" errors everywhere
update plugin language file.
Alber9091 is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 03-27-2020 , 10:29   Re: Elite Admin System v6.7 [+Bans, Gags, Ranks System]
Reply With Quote #149

Quote:
Originally Posted by Valen943 View Post
Im getting a lot of "ML_NOTFOUND" errors everywhere
If you were getting ML_NOTFOUND in Cvars file, then v6.7.1 will fix it, otherwise you probably forgot to update/insert the lang file.

Update v6.7.1
Code:
* Fixed ML_NOTFOUND on newly created files, I had forgotten to put register_dictionary in EAS_Ranks.sma
* Fixed ML_NOTFOUND appearing in CVARs file after being created for the first time.
__________________
edon1337 is offline
anderpp
Junior Member
Join Date: Feb 2018
Old 03-31-2020 , 03:44   Re: Elite Admin System v6.7.1 [+Bans, Gags, Ranks System]
Reply With Quote #150

EliteAdminSystem_Commands

public client_putinserver( id )
{
get_user_authid( id, g_szAuthId[ id ], charsmax( g_szAuthId[ ] ) );
get_user_name( id, g_szName[ id ], charsmax( g_szName[ ] ) );
get_user_ip( id, g_szIp[ id ], charsmax( g_szIp[ ] ), 1 );

CheckGagged( id );
CheckBanned( id );
}

in, public CheckBanned( id ) missed
equali (g_szName [id], eData [Player_Name])

and
CHECK_CONSOLE_INFO

does not work
anderpp 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 09:07.


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