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
 

City - zdjęcie

City

Rejestracja: 01.03.2013
Aktualnie: Nieaktywny
Poza forum Ostatnio: 12.11.2015 11:25
-----

Moje tematy

[ROZWIĄZANE] aktualizacja

24.08.2013 08:12

jak zaktualizowac psychostats`y z 3.1 do 3.2 ?

HLstatsX

22.08.2013 23:24

skąd pobrać HLstatsX (link) oraz jak to zainstalować ?

[ROZWIĄZANE] problem z psychostatst

20.08.2013 19:48

Deprecated: Function set_magic_quotes_runtime() is deprecated in /usr/home/damian007/domains/ilov3.ct8.pl/public_html/staty/includes/common.php on line 51 Deprecated: Assigning the return value of new by reference is deprecated in /usr/home/damian007/domains/ilov3.ct8.pl/public_html/staty/includes/class_PS.php on line 104 Deprecated: Assigning the return value of new by reference is deprecated in /usr/home/damian007/domains/ilov3.ct8.pl/public_html/staty/includes/class_CMS.php on line 214 Deprecated: Assigning the return value of new by reference is deprecated in /usr/home/damian007/domains/ilov3.ct8.pl/public_html/staty/includes/class_CMS.php on line 334 Deprecated: Assigning the return value of new by reference is deprecated in /usr/home/damian007/domains/ilov3.ct8.pl/public_html/staty/includes/CMS/functions.php on line 65 Deprecated: Function ereg() is deprecated in /usr/home/damian007/domains/ilov3.ct8.pl/public_html/staty/includes/class_session.php on line 223
wyswietlaja sie takie bledy po instalacji psychostats jak to naprawic ?

[ROZWIĄZANE] źle działająca komenda

14.08.2013 16:27

mam plugin

#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <hamsandwich>
#define PLUGIN "Spec/Back"
#define AUTHOR "kramesa"
#define VERSION "v1.1"
new bool:TerroristTeam[33];
new CountTime[33];
public plugin_init()
{
                register_plugin(PLUGIN, VERSION, AUTHOR);
 
                register_clcmd("say /spec", "Spec");
                register_clcmd("say /back", "Back");
 
                register_cvar("amx_spectimes", "3");
}
public Spec(id)
{
                if(CountTime[id] >= get_cvar_num("amx_spectimes"))
                {
                                client_print(id, print_chat, "[AMXX] Sorry, you cant use this command more of %d times.", get_cvar_num("amx_spectimes"));
                                return PLUGIN_HANDLED;
                }
 
                if(cs_get_user_team(id) == CS_TEAM_T)
                {
                                TerroristTeam[id] = true;
                }
                else
                {
                                TerroristTeam[id] = false;
                }
 
                if(cs_get_user_team(id) == CS_TEAM_SPECTATOR)
                {
                                client_print(id, print_chat, "[AMXX] You already Spectator.");
                                return PLUGIN_HANDLED;
                }
                else
                {
                                cs_set_user_team(id, CS_TEAM_SPECTATOR);
                                user_kill(id, 1);
                                client_print(id, print_chat, "[AMXX] You are now in Spectator.");
 
                                CountTime[id]++;
 
                                return PLUGIN_HANDLED;
                }
                return PLUGIN_HANDLED;
}
public Back(id)
{
                if(cs_get_user_team(id) != CS_TEAM_SPECTATOR)
                {
                                client_print(id, print_chat, "[AMXX] You already Non-Spectator.");
                                return PLUGIN_HANDLED;
                }
 
                if(cs_get_user_team(id) == CS_TEAM_SPECTATOR)
                {
                                if(TerroristTeam[id] == true)
                                {
                                                cs_set_user_team(id, CS_TEAM_T);
                                                client_print(id, print_chat, "[AMXX] You are now in Terrorist team.");
                                                cs_set_user_deaths(id, 0);
                                                ExecuteHam(Ham_CS_RoundRespawn, id);
                                                return PLUGIN_HANDLED;
                                }
 
                                if(TerroristTeam[id] == false)
                                {
                                                cs_set_user_team(id, CS_TEAM_CT);
                                                client_print(id, print_chat, "[AMXX] You are now in Counter-Terrorist team.");
                                                cs_set_user_deaths(id, 0);
                                                ExecuteHam(Ham_CS_RoundRespawn, id);
                                                return PLUGIN_HANDLED;
                                }
                }
                return PLUGIN_HANDLED;
}

jak zrobić żeby on nie resetował "zginięć " do zera po wpisaniu /back

szukam sklepu

31.07.2013 21:38

szukam pluginu /shop na serwer bf2, znalazłem już kilka ale jednak nie sa ciekawe