View Single Post
Aleksvarme
Junior Member
Join Date: Jul 2022
Old 08-03-2022 , 09:30   Re: server kicks players with reason "added to banned list"
Reply With Quote #8

Quote:
Originally Posted by fysiks View Post
  • When posting text from a file like plugins.ini, server.cfg, or a log file, etc. you should use [code][/code] tags around that text. This will make your post much easier to read and understand.
  • I asked about the normal logs, not the error logs. By default, all admins commands should be logged to the normal log files so you can trace back who executed them (assuming they don't have your RCON password).
  • To see how to assign admins, take a look at users.ini where it shows an example of using a SteamID.
  • Another thing to consider is that you should never use a plugin where you were sent (or you downloaded) the .amxx file because it could contain malicious code that allows a hacker to access your server. You'll either want to use the "Get Plugin" link for plugins that are attached to posts (only on this forum) or compile them yourself after you have examined the code. If you're not familiar with plugin code, you can post the code here so we can verify it.
Same problem again and here is logs
Code:
 L 08/03/2022 - 16:32:12: -------- Mapchange to de_dust2 --------
L 08/03/2022 - 16:32:27: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
L 08/03/2022 - 16:32:44: [mapsmenu.amxx] Cmd: "60hz monitor<1><STEAM_0:1:583733302><>" changelevel "fy_snow"
L 08/03/2022 - 16:32:47: -------- Mapchange to fy_snow --------
L 08/03/2022 - 16:32:48: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
L 08/03/2022 - 16:47:37: -------- Mapchange to de_dust2 --------
L 08/03/2022 - 16:47:48: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
L 08/03/2022 - 16:50:12: [mapsmenu.amxx] Cmd: "60hz monitor<1><STEAM_0:1:583733302><>" changelevel "fy_snow"
L 08/03/2022 - 16:50:15: -------- Mapchange to fy_snow --------
L 08/03/2022 - 16:50:16: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
L 08/03/2022 - 17:05:16: [adminchat.amxx] Chat: "60hz monitor<1><STEAM_0:1:583733302><>" tsay "estart"
L 08/03/2022 - 17:05:20: -------- Mapchange to de_dust2 --------
L 08/03/2022 - 17:05:27: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
L 08/03/2022 - 17:05:59: [admincmd.amxx] Cmd: "60hz monitor<1><STEAM_0:1:583733302><>" set cvar (name "sv_rsadvertise") (value "1")
L 08/03/2022 - 17:06:19: [admincmd.amxx] Cmd: "60hz monitor<1><STEAM_0:1:583733302><>" set cvar (name "sv_rsdisplay") (value "1")
L 08/03/2022 - 17:06:31: [mapsmenu.amxx] Cmd: "60hz monitor<1><STEAM_0:1:583733302><>" changelevel "fy_snow"
L 08/03/2022 - 17:06:33: -------- Mapchange to fy_snow --------
L 08/03/2022 - 17:06:35: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
L 08/03/2022 - 17:14:08: [mapsmenu.amxx] Vote: "60hz monitor<1><STEAM_0:1:583733302><>" vote maps (map#1 "awp_india") (map#2 "") (map#3 "") (map#4 "")
L 08/03/2022 - 17:14:21: [mapsmenu.amxx] Vote: Voting successful. Map will be changed to awp_india
L 08/03/2022 - 17:14:22: [mapsmenu.amxx] Vote: Result accepted
L 08/03/2022 - 17:14:24: -------- Mapchange to awp_india --------
L 08/03/2022 - 17:14:25: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
L 08/03/2022 - 17:15:54: [adminchat.amxx] Chat: "60hz monitor<1><STEAM_0:1:583733302><>" tsay "ato gavidnen isini ver shemodian?"

Last edited by Aleksvarme; 08-03-2022 at 09:30.
Aleksvarme is offline