Witam, mam bardzo duży problem bo nie mogę usunąć ramek ze specta.'
HUD i HLTV Removery nie pomagają.
Bardzo was proszę o pomoc! ![]()
To równanie zostało stworzone przy pomocy kodu LaTeX:
Edytor LaTeX online: CodeCogs.com/latex/eqneditor.php
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.
|




Mężczyzna
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! ![]()
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?
24.09.2013 09:33
Serwer Sam mi się wyłącza, nie wiem dlaczego..
To jest w konsoli:
To są logi:
L 05/24/2013 - 14:19:36: Start of error session. L 05/24/2013 - 14:19:36: Info (map "zm_vendetta") (file "addons/amxmodx/logs/error_20130524.log") L 05/24/2013 - 14:19:36: Couldn't read file "addons/amxmodx/configs/server.cfg" L 05/24/2013 - 14:19:36: [AMXX] Run time error 10 (plugin "zp_extra_human_armor.amxx") (native "read_file") - debug not enabled! L 05/24/2013 - 14:19:36: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Proszę o pomoc.
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;
}
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 ...



Moja zawartość