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
 

barteek011 - zdjęcie

barteek011

Rejestracja: 16.06.2012
Aktualnie: Nieaktywny
Poza forum Ostatnio: 23.05.2014 08:02
-----

Moje tematy

Fragmovie | Usunięcie ramerk

11.02.2014 01:33

Witam, mam bardzo duży problem bo nie mogę usunąć ramek ze specta.'

HUD i HLTV Removery nie pomagają.

Bardzo was proszę o pomoc! :(

Przerobienie Top15

29.01.2014 19:02

Witam, chciałbym przerobić ten plugin tak (https://forums.allie...58&postcount=17), aby była inna czcionka, żeby było inne tło i troszeczkę inne ułożenie.

Nie bardzo wiem jak się za to zabrać.

Wytłumaczy ktoś lub pomoże?

Serwer Sam się wyłacza

24.09.2013 09:33

Serwer Sam mi się wyłącza, nie wiem dlaczego..

 

To jest w konsoli:

http://www.wklejto.pl/174828

 

To są logi:

 

Spoiler

Proszę o pomoc.

Klasa [Czolgista]

19.08.2013 20:26

Gdzie jest błąd?

#include <amxmodx>
#include <amxmisc>
#include <codmod>
#include <fakemeta>
#include <fun>
        
#define DMG_BULLET (1<<1)

new bool:ma_klase[33];		
new const nazwa[]   = "Czolgista";
new const opis[]    = "";
new const bronie    = (1<<CSW_HEGRENADE)|(1<<CSW_XM1014)|(1<<CSW_SMOKEGRENADE)|(1<<CSW_DEAGLE);
new const zdrowie   = 30;
new const kondycja  = 30;
new const inteligencja = 40;
new const wytrzymalosc = 50;
    
new skoki[33];

new ma_klase[33];

public plugin_init()
{
	register_plugin(nazwa, "1.4", "amxx.pl");

	cod_register_class(nazwa, opis, bronie, zdrowie, kondycja, inteligencja, wytrzymalosc);
	
    register_event("CurWeapon","CurWeapon","be", "1=1");
	
	register_forward(FM_CmdStart, "fwCmdStart_MultiJump");

}

public cod_class_enabled(id)
{
	give_item(id, "weapon_hegrenade");
	give_item(id, "weapon_smokegrenade");
	ma_klase[id] = true;

}

public cod_class_disabled(id)
{
	ma_klase[id] = false;

}

public fwCmdStart_MultiJump(id, uc_handle)
{
	if(!is_user_alive(id) || !ma_klase[id])
		return FMRES_IGNORED;

	new flags = pev(id, pev_flags);

	if((get_uc(uc_handle, UC_Buttons) & IN_JUMP) && !(flags & FL_ONGROUND) && !(pev(id, pev_oldbuttons) & IN_JUMP) && skoki[id])
	{
		skoki[id]--;
		new Float:velocity[3];
		pev(id, pev_velocity,velocity);
		velocity[2] = random_float(265.0,285.0);
		set_pev(id, pev_velocity,velocity);
	}
	else if(flags & FL_ONGROUND)
		skoki[id] = 2;

	return FMRES_IGNORED;
}
public CurWeapon(id)
{
	if(!is_user_connected(id))
		return;
	
	if(!ma_klase[id])
		return;
	
	set_user_clip(id, 2);
}
	

stock set_user_clip(id, ammo)
{
	new weaponname[32], weaponid = -1, weapon = get_user_weapon(id, _, _);
	get_weaponname(weapon, weaponname, 31);
	while ((weaponid = engfunc(EngFunc_FindEntityByString, weaponid, "classname", weaponname)) != 0)
		if (pev(weaponid, pev_owner) == id) {
		set_pdata_int(weaponid, 51, ammo, 4);
		return weaponid;
	}
	return 0;
}

AmxBans nie czyta serwera

02.08.2013 19:26

L 08/02/2013 - 19:57:39: Start of error session.
L 08/02/2013 - 19:57:39: Info (map "ba_jail_rofl_v2") (file "addons/amxmodx/logs/error_20130802.log")
L 08/02/2013 - 19:57:39: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 19:57:39: [AMXX] Displaying debug trace (plugin "amxbans_main.amxx")
L 08/02/2013 - 19:57:39: [AMXX] Run time error 10: native error (native "set_task")
L 08/02/2013 - 19:57:39: [AMXX]    [0] amxbans_main.sma::client_authorized (line 289)
L 08/02/2013 - 19:57:58: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 19:57:58: [AMXX] Displaying debug trace (plugin "amxbans_main.amxx")
L 08/02/2013 - 19:57:58: [AMXX] Run time error 10: native error (native "set_task")
L 08/02/2013 - 19:57:58: [AMXX]    [0] amxbans_main.sma::client_authorized (line 289)
L 08/02/2013 - 20:00:59: Start of error session.
L 08/02/2013 - 20:00:59: Info (map "jail_poland") (file "addons/amxmodx/logs/error_20130802.log")
L 08/02/2013 - 20:00:59: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 20:00:59: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 08/02/2013 - 20:00:59: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 08/02/2013 - 20:01:17: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 20:01:17: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 08/02/2013 - 20:01:17: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 08/02/2013 - 20:01:39: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 20:01:39: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 08/02/2013 - 20:01:39: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 08/02/2013 - 20:01:49: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 20:01:49: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 08/02/2013 - 20:01:49: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 08/02/2013 - 20:02:46: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 20:02:46: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 08/02/2013 - 20:02:46: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 08/02/2013 - 20:06:44: Start of error session.
L 08/02/2013 - 20:06:44: Info (map "jail_poland") (file "addons/amxmodx/logs/error_20130802.log")
L 08/02/2013 - 20:06:44: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 20:06:44: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 08/02/2013 - 20:06:44: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 08/02/2013 - 20:07:02: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 20:07:02: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 08/02/2013 - 20:07:02: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 08/02/2013 - 20:10:02: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 20:10:02: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 08/02/2013 - 20:10:02: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 08/02/2013 - 20:10:27: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 20:10:27: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 08/02/2013 - 20:10:27: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 08/02/2013 - 20:12:14: Start of error session.
L 08/02/2013 - 20:12:14: Info (map "jail_poland") (file "addons/amxmodx/logs/error_20130802.log")
L 08/02/2013 - 20:12:14: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 20:12:14: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 08/02/2013 - 20:12:14: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 08/02/2013 - 20:12:14: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 20:12:14: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 08/02/2013 - 20:12:14: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 08/02/2013 - 20:12:34: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 20:12:34: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 08/02/2013 - 20:12:34: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 08/02/2013 - 20:12:37: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 20:12:37: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 08/02/2013 - 20:12:37: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 08/02/2013 - 20:20:58: Start of error session.
L 08/02/2013 - 20:20:58: Info (map "jail_poland") (file "addons/amxmodx/logs/error_20130802.log")
L 08/02/2013 - 20:20:58: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 20:20:58: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 08/02/2013 - 20:20:58: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 08/02/2013 - 20:21:07: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 08/02/2013 - 20:21:07: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "set_task") - debug not enabled!
L 08/02/2013 - 20:21:07: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

Dodam ze ten problem mam tylko z tym serwerem. Inne działają normalnie ...