Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Seba031197 - zdjęcie

Seba031197

Rejestracja: 05.11.2015
Aktualnie: Nieaktywny
Poza forum Ostatnio: 16.01.2016 14:22
-----

Moje tematy

Multi 1v1 - nie można dołączyć na arenę

14.12.2015 20:21

Witam, czy ktoś z was miał może podobny problem? Po wejściu na serwer do teamu może dołączyć tylko jedna osoba, reszta musi czekać na specie, przy okazji mam jeszcze jedno pytanie czy folder web należy wrzucić na stronę internetową?

Z góry dziękuje za pomoc, pozdrawiam! :)

Dziwny problem z sourcebansem

14.12.2015 12:47

Witam, mam dziwny problem z sourcebansem, kiedy dodam bana on zostaje oczywiście nałożony natomiast pojawia się dziwny problem, kiedy chcę odbanować daną osobę muszę wyłączyć i włączyć serwer aby dostał UB lub po prostu osoba musi odczekać czas na jaki została nałożona kara.
 
Co ciekawe kiedy osoba która dostanie bana chce wejść ponownie na serwer w konsoli wyrzuca mi niezły spam a sama osoba nie dostaje komunikatu, że została zbanowana tylko łączy się tak długo aż wpisze w konsoli disconnect.
 
oto logi z konsoli:

Client "Tobi / CsOpole" connected (89.73.187.166:27005).
Forcing client reconnect (3)
Forcing client reconnect (3)
L 12/14/2015 - 12:40:35: [sourcebans.smx] Query Failed: Duplicate entry '1-1450093235-7' for key 'PRIMARY'
Forcing client reconnect (3)
Forcing client reconnect (3)
Forcing client reconnect (3)
Forcing client reconnect (3)
L 12/14/2015 - 12:40:38: [sourcebans.smx] Query Failed: Duplicate entry '1-1450093238-7' for key 'PRIMARY'
demo record has started.
Recording GOTV demo to auto-20151214-1240-de_dust2.dem...
Forcing client reconnect (3)
Forcing client reconnect (3)
Forcing client reconnect (3)
L 12/14/2015 - 12:40:40: [sourcebans.smx] Query Failed: Duplicate entry '1-1450093240-7' for key 'PRIMARY'
Forcing client reconnect (3)
Forcing client reconnect (3)
Forcing client reconnect (3)
L 12/14/2015 - 12:40:42: [sourcebans.smx] Query Failed: Duplicate entry '1-1450093242-7' for key 'PRIMARY'
Forcing client reconnect (3)
Forcing client reconnect (3)
Forcing client reconnect (3)
Forcing client reconnect (3)
L 12/14/2015 - 12:40:45: [sourcebans.smx] Query Failed: Duplicate entry '1-1450093245-7' for key 'PRIMARY'
Forcing client reconnect (3)
Forcing client reconnect (3)
Forcing client reconnect (3)
L 12/14/2015 - 12:40:47: [sourcebans.smx] Query Failed: Duplicate entry '1-1450093247-7' for key 'PRIMARY'
Forcing client reconnect (3)
Forcing client reconnect (3)
Forcing client reconnect (3)
L 12/14/2015 - 12:40:50: [sourcebans.smx] Query Failed: Duplicate entry '1-1450093249-7' for key 'PRIMARY'
Forcing client reconnect (3)
Forcing client reconnect (3)
Forcing client reconnect (3)
Forcing client reconnect (3)
L 12/14/2015 - 12:40:52: [sourcebans.smx] Query Failed: Duplicate entry '1-1450093252-7' for key 'PRIMARY'
Forcing client reconnect (3)
Forcing client reconnect (3)
Forcing client reconnect (3)
L 12/14/2015 - 12:40:54: [sourcebans.smx] Query Failed: Duplicate entry '1-1450093254-7' for key 'PRIMARY'
Forcing client reconnect (3)
Forcing client reconnect (3)
Forcing client reconnect (3)
Forcing client reconnect (3)
L 12/14/2015 - 12:40:57: [sourcebans.smx] Query Failed: Duplicate entry '1-1450093257-7' for key 'PRIMARY'
Forcing client reconnect (3)
Forcing client reconnect (3)
Forcing client reconnect (3)
L 12/14/2015 - 12:40:59: [sourcebans.smx] Query Failed: Duplicate entry '1-1450093259-7' for key 'PRIMARY'
A tutaj jest mój plik sourcebans.cfg

/**
* sourcebans.cfg
*
* This file contains settings for the SourceBans Source Server Plugin
* @author SteamFriends Development Team
* @version 0.0.0.$Rev: 74 $
* @copyright SteamFriends (www.steamfriends.com)
* @package SourceBans
*/

"SourceBans"
{
	"Config"
	{
		// Website address to tell where the player to go for unban, etc
		"Website"			"http://www.yourwebsite.net/"

		// Allow or disallow admins access to addban command
		"Addban"			"1"

		// Allow or disallow admins access to unban command
		"Unban"				"0"
        
        // The Tableprefix you set while installing the webpanel. (default: "sb")
		"DatabasePrefix"	"sb"

		// How many seconds to wait before retrying when a players ban fails to be checked. Min = 15.0 Max = 60.0
		"RetryTime"			"45.0"
		
		// How often should we process the failed ban queue in minutes
		"ProcessQueueTime"	"1"

		// Should the plugin automaticaly add the server to sourcebans 
		// (servers without -ip being set on startup need this set to 0)
		"AutoAddServer"		"0"

		// Enable backing up config files after getting admins from database (1 = enabled, 0 = disabled)
		"BackupConfigs"	"1"

		// Enable admin part of the plugin (1 = enabled, 0 = disabled)
		"EnableAdmins"	"1"
        
		// Require the admin to login once into website
		"RequireSiteLogin"	"0"

		// This is the ID of this server (Check in the admin panel -> servers to find the ID of this server)
		"ServerID"		"1"
	}

	/*
	 * Generic menu options for if a reason isn't supplied in a ban
	 * Without a supplied reason the ban will never be written to the database
	 */
	"BanReasons"
	{
		"Hacking"	"Hacking"
		"Exploit"	"General Exploit of Game/Map/Server"
		"TK"	"Team Killing"
		"TF"	"Team Flashing"
		"CommSpam"	"Spamming Mic/Chat"
		"BadSpray"	"Inappropriate Spray"
		"BadLang"	"Inappropriate Language"
		"BadName"	"Inappropriate Name"
		"IgnoreAdmin"	"Ignoring Admins"
        "Stacking"	"Team Stacking"
		"Own Reason"	"Own Reason"
	}
	
	/*
	 * Submenu options for when "Hacking" is selected
	 * If "Hacking" is removed from the menu above this will not be accessable
	 */
	"HackingReasons"
	{
		"Aimbot"	"Aimbot"
		"Antirecoil"	"Anti Recoil"
		"Wallhack"	"Wallhack"
		"Spinhack"	"Spinhack"
		"Speedhack"	"Speedhack"
		"Multi-Hack"	"Multi-Hack"
		"No Smoke"	"No Smoke"
		"No Flash"	"No Flash"
	}
}
Bardzo proszę wszystkich o pomoc, z góry dziękuje za poświęcony czas :)

Problem z SourcBans - nie daje UB

05.11.2015 14:06

Witam, zainstalowałem na moim serwerze oraz forum SourcBansa, plugin został zainstalowany prawidłowo. Wszystkie funkcję w grze działają poprawnie z wyjątkiem jednej, unbana ...
Chodzi o to, że jak kogoś zbanuje i dam mu UB przez konsole serwera lub na stronie niestety gracz nie otrzymuje UB. Ban zostaje tak długo na ile został przyznany, czy ktoś miał już taki problem lub wie z czym może on być związany? Nie wyskakują żadne errory, baze danych mam na hostingu ProSerwer. Bardzo proszę o pomoc, moja wersja sourcebansa to 2.0.0
 
SourceBansa pobrałem z tej strony: http://amxx.pl/topic...ourcebansa-200/