View Single Post
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 03-31-2020 , 07:43   Re: Elite Admin System v6.7.1 [+Bans, Gags, Ranks System]
Reply With Quote #151

Quote:
Originally Posted by anderpp View Post
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])
Names are not checked on ban/gag, I already mentioned it a few versions ago. It's unreliable to check names.

Quote:
Originally Posted by anderpp View Post
CHECK_CONSOLE_INFO

does not work
I just tested, CHECK_CONSOLE_INFO shows properly, only the ban information is not being displayed, I'll see what I can do.
__________________
edon1337 is offline