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
 

Zdjęcie

[CS:S] Antiroxx


  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
Brak odpowiedzi do tego tematu

#1 Adminek AMXX.PL

    Admin :)

  • Bot

Reputacja: 156
Profesjonalista

  • Postów:7 489
  • Lokalizacja:AMXX.PL
Offline

Napisano 27.08.2012 01:33

Plugin antiroxx:source 3.4 (zz1crazyxx & MorgenDavid)

With this plugin a noob can play CSS with a PGM and have a lot of fun.plugin de diminution des degats en fonction du niveau des joueurs.(classement par ratio) systeme de protection des joueurs tres faible (luciolle)Requirement:
  • Mysql Database (to store ratio players)
  • SDKHooks
  • Colors Library
  • Model teletubies (included) from "http://halflife2.filefront.com/file/CS_Source_Teletubbies_Player_Models_v05;92537 "
  • Sound (included) from "http://cscargo.net"
Code: // Table qui stock le ratio des joueurs sous forme kill/death// Ip et lastconnected juste pour info.// Si plx=1 le joueur peut se co sans risque d'etre redirige.CREATE TABLE IF NOT EXISTS `css_players` ( `steamid` varchar(20) NOT NULL, `pseudo` varchar(32) DEFAULT NULL, `frag` int(11) NOT NULL, `death` int(11) NOT NULL, `ip` varchar(17) DEFAULT NULL, `LastConnected` datetime DEFAULT NULL, `plx` int(11) NOT NULL DEFAULT '0', UNIQUE KEY `steamid` (`steamid`) ) TYPE=InnoDB; Quote: CVars:
  • "antiroxx_active" (default:"1") "(Des)active antiroxx"
  • "antiroxx_minimum_player" (default:"4") "Nbres Joueurs minimum pour etre actif"
  • "antiroxx_serveur (default:"0") "0 = Normal | 1 = Serveur Low (kick/redirige si trop fort): 2 = Serveur High (kick/redirige si trop faible)"
  • "antiroxx_ratio_auth (default:"1.00") "Si 'Serveur Low' alors ratio maximum avant kick | Si 'Serveur High':ratio minimum sinon kick"
  • "antiroxx_new_server" (default:"127.0.0.1:27015") "Ip du serveur vers lequel on redirigera le joueur (Serveur Low/High)."
  • "antiroxx_max_cumul" (default:"80") "Nombre de frags ou deaths limite, on divise par 2 une fois cette limite atteinte."
  • "antiroxx_ratio_snipe" (default:"1.00") "A partir de ce ratio: on a plus le droit aux snipes (except scout)"
  • "antiroxx_ratio_flash" (default:"1.00") "A partir de ce ratio: on a plus le droit aux flash (a l'achat)"
  • "antiroxx_frags_default" (default:"8") "Nombre de frag donné a chaque joueur a la premiere connection"
  • "antiroxx_deaths_default" (default:"10") "Nombre de morts donne a chaque joueur a la premiere connection"
Quote: Commandes:
  • Liste des ratios des joueurs: sm_antiroxx
  • Modifier le ratio d'un joueurs: sm_antiroxx
Quote: Inclut:
  • Simple Anti AFK.
  • 15000 a chaque round.
DOWNLOADDołączona grafika

Wyświetl pełny artykuł




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych