Jump to content

Fllyyper

Members
  • Posts

    163
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Fllyyper

  1. Description: This plugin shows the display time, date and introduces break-effect would be as rain, snow, fog or darkness can Download: http://www.4shared.com/file/186621463/afd41324/timer.html Credits:Radu Installation: 1. It timer16.sma put in addons / amxmodx / scripting 2. It timer16.amxx put in addons / amxmodx / plugins 3. Come to the file addons / amxmodx / configs / plugins.ini and add the following: timer16.amxx May you and sprites in the folder they are added to spriters + file with instructions how to use this plugin!
  2. Description: - This plugin balances so no teams to end the round. - This plugin is good for servers that do not csdm round never ends. Amxx Sma Sounds Credits: AnaKim Installation: It csdm_teambalancer.sma put in addons / amxmodx / scripting It csdm_teambalancer.amxx put in addons / amxmodx / plugins It massteleporttarget.wav put in cstrike / sound / misc Go into addons / amxmodx / confings / plugins.ini and add to end this line: csdm_teambalancer.amxx Cvars: amx_tmaxfreq - change players (Default: 50) amx_tmaxplayer - Number of players on the server(Default: 4) amx_tsound - Hear the sound when its changing a player (Default: 0 [0=No/1=Yes] xd )
  3. Description: HLShield is a library which analyzes only CONNECT type requests, which are Bugue and can be operated csdos.pl! It's synonymous ANTICSDOS by windows! * csdos.pl - a script that can attack and it blocks only nonsteam servers to connect players no longer on the server, the error given the channel overflood. Credits:Serghei Amelian Installation: 1. Log-in server (via ssh, or directly to the console)! 2. Go to the directory where you installed the cstrike server (where the file hlds_run)! 3. Run the code below: wget http://hobby.sarichioi.com/cstrike/hlshield-install.sh chmod 755 hlshield-install.sh ./hlshield-install.sh 4. Restart the server Counter Strike! 5. Check that when the server starts to write in console something like: [AMXX] Loaded 28 admins from file HLShield[10062]: HLShield 1.11 - (c) 2007 by Serghei Amelian Master server communication disabled. Options: HLSHIELD_REPLY- enables a response more or less funny cătrebuie attacker HLSHIELD_INTERVAL- prohibit a particular IP to send too many connection requests in a short time HLSHIELD_REMOVE- delete certain characters in nickname players HLSHIELD_CHECKONLY- binding site HLShield not change anything in the connection request coming from client HLSHIELD_REJECTMULTIPLEDOTS- rejects players who have more points in cvars (to block exploits's Born to be pig) HLSHIELD_REJECTMULTIPLEDOTS_MSG- send a message to warn the player that is not allowed to consecutive points nickname
  4. By ordering you put your head a hat model: * models/hat/pirate2.mdl - Pirate * models/hat/dunce.mdl - Dunce Cap * models/hat/pbbears.mdl - Bunny Ears * models/hat/bighead.mdl - Smiley Head Download :Sma,Amxx,Models Name : Hats Autor/Credits : SgtBane Version : 1.8 Installation: 1. It hats08.sma put in addons / amxmodx / scripting 2. It hats08.amxx put in addons / amxmodx / plugins 3. Come to the file addons / amxmodx / configs / plugins.ini and add the following: hats08.amxx Orders: in chat: * / Hats - Displaying menu console [admin only]: * Amx_givehat <name> <hat#> - Dai hat someone manually. * Amx_removehats <name> <hat#> - You take someone's hat.
  5. Description: As the name says it is a great plugin:). He has more plugins that you will find below. Plugin has and multi-language support. Credits: * Fakemeta Conversion » Twilight Suzuka * Plugin Support/Main References » Bo0m!, Deviance, X-olent,BigBaller, Iceman, JTP10181, Connorr Version :4,2 Download: Plugin Amxx Plugin Sma Menu Amxx Menu Sma Install plugin: 1] Download the plugin! 2] Copy amx_super.cfg in addons / amxmodx / configs. 3] Copy amx_super.txt in addons / amxmodx / data / lang. 4] Copy amx_super.amxx & amx_super_nospeed.amxx in addons / amxmodx / plugins. 5] Copy amx_super.sma & amx_super_nospeed.sma in addons / amxmodx / scripting. 6] Come on plugin.ini of addons / amxmodx / configs and added to the end the following lines: amx_super.amxx amx_super_nospeed.amxx * AMX Mod X script. * * AMX Super (amx_super.sma) * Copyright © 2006-2009 Bmann_420 * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * In addition, as a special exception, the author gives permission to * link the code of this program with the Half-Life Game Engine ("HL * Engine") and Modified Game Libraries ("MODs") developed by Valve, * L.L.C ("Valve"). You must obey the GNU General Public License in all * respects for all of the code used other than the HL Engine and MODs * from Valve. If you modify this file, you may extend this exception * to your version of the file, but you are not obligated to do so. If * you do not wish to do so, delete this exception statement from your * version.
  6. Man here he not must be some shares ? not tutorials .. anyway its not my problem ... gj
  7. Description: This plugin automatically kick players who lag over 100ms. Credits: roby# eoLithic Download:Link Installation: 1. It client_ratefull.sma put in addons / amxmodx / scripting 2. It client_ratefull.amxx put in addons / amxmodx / plugins 3. Come to the file addons / amxmodx / configs / plugins.ini and add the line: client_ratefull.amxx Value at which to kick changes in SMA. #include <amxmodx> #define TaskTime 15.0 #define HowManyChecks 10 #define ExtraPing 100 #define MAXPLAYERS 32 #define CheckUpdateRate 2 #define UseSetInfo 1 new g_PingOffence[MAXPLAYERS+1] new g_CheckPlayer[MAXPLAYERS+1] new g_MaxPing #if CheckUpdateRate != 0 new g_MinUpdateRate new g_MinRate #endif new g_MaxPlayers #define PluginVersion "1.1.4" public plugin_init() { register_plugin("Yet Another High Ping Kicker",PluginVersion,"Baross") #if CheckUpdateRate == 1 register_menucmd(register_menuid("\yToo low cl_updaterate:"),1023,"MenuCheckSelection") #endif #if CheckUpdateRate != 0 register_cvar("amx_minupdaterate","1") register_cvar("amx_minrate","0") #endif register_cvar("amx_maxping","100") register_cvar("amx_maxping_add","1") Is set to give out players with ping over 100 ms!
  8. Description: Full cs1.6 Server -No hidden or other plugin -No server type messages created or others ..... -No lag -No bugs -Messages from simple messages like amx.cfg are welcome addresses, etc. are not used like www. Serveru is no name-last name you choose -And so restu discoveries that I will Content: AmxModX: last Metamod: last Hl-boster Lite: last Hl boster: last Dproto: last Credits By: Lock Download: Link Orders: -say / top15 -say/rank -say/me -say/hp -say/rankstats -say/admin-/admins Sounds: Contains sounds like normal headshoat multikil etc they do not download even if not have.Not to download, so you will not lose players! Plugins: I write what each as most know! Bindanticod.amxx admin_gag.amxx camp_disarm.amxx ; only_ro_ppl.amxx / / disabled admin_spec_esp.amxx afkkicker.amxx admin_freelook.amxx bcd_hudtimer.amxx amx_llama.amxx afkbomb.amxx ghostchat.amxx high_ping_kicker.amxx file_remover.amxx showndead_bug_fix.amxx ultimate_ss.amxx svc_bad.amxx / / Anti host errors! admin_check.amxx
  9. Authors: sWaMpY, Boggy, Fllyyper,Anakim Version: v1.0 Download:Link Contain: - Model of the CS: Source exchanged 100% - Sounds CS: Source exchanged at a rate of 90% - Sprite `s 100% exchanged - Changed Background (1024 x 768 High Quality) - Main menu transparently specious gray:) - Song from the StartUp Change - Maps retexturate (majority) + improved graphics just like in CS: Zero - Contains latest model of bots (ZBOT) - Command Menu Changed (multifunctional) - Some effect just like in CS: Source - Radar CS: Source, Grenade Explosion more real, Bullet Holes Just as in Source - Contains a map that copies itself as how dust_2 of CS: Source - Sky (heaven) changed (we have a so sunny) - Scope (target AWP) changed that in CS: Source (so thin) - Icons changed - Modified default configuration - Rest is to discover themselves>: D < Information Kit: - The `format. Exe` - It has 289 MB and 587 MB kit installed - It serves as a copy as well CS: Source - Go all the servers, I solved the problem with `` `` Invalid CD-Key Additionally: - If required by the installation CD-Key fill boxes with YYYY-YYYY-YYYY-YYYY and click OK - If you discover some bugs or errors in the CS please make it public and try to solve them .. - Thank you for choosing this Counter-Strike>: D < ScreenShots:
  10. Description: This plugin gives no players who are AFK Credits by : Anakim Download:Link Installation: 1. It afkkicker.sma put in addons / amxmodx / scripting 2. It afkkicker.amxx put in addons / amxmodx / plugins 3. Come to the file addons / amxmodx / configs / plugins.ini and add the following line: afkkicker.amxx 4. Cvars: mp_afktime 90 - Time allowed each player to sit AFK!
  11. Description: As the title says, when you kill a player jump a lot of pieces of it ... the skull, tests, etc.. :) Name: Amx_Gore_Ultimate Credits by : M2tant Download:Link Version: 1.5 Link official: http://forums.alliedmods.net/showthread.php?p=19346 Installation: 1. Amx_gore_ultimate.amxx copy the file to cstrike \ addons \ amxmodx \ plugins 2. Added to the end, to the file cstrike \ addons \ amxmodx \ configs \ plugins.ini following line: amx_gore_ultimate.amxx Cvar's (add to the file amxmodx \ configs \ amxx.cfg): amx_gore "ABCD" - where of - blood on shot in the head (headshot) b - Extra blood effects c - bleeding in less healthy d - Explosion MiB e - the extra Gory f - hostages Gore (CS / CZ only) amx_gore_exphp 160 - the amount of health to be lost to death for a player to 'blow' Modules required (to remove, the front modules below, they are found in the file amxmodx \ configs \ modules.ini): - CSX
  12. Description:This plugin supports multiple hosts HTTP downloadurl will help you use 2 or more for those without resources on a single host or hosts will help you use and free for those who upload limit on a host. How it works: Make sure you dispose all hosts have most or some of the resources ... Autor/Credits: Fllyyper Download: Amxx Sma Zip Installation: 1.Copy file multi_sv_downloadurl.sma in addons \ amxmodx \ scripting 2. Multi_sv_downloadurl.amxx copy the file in addons \ amxmodx \ plugins 3. We downloadurl.ini a file to configs (was already in the zip archive) 3.1 opens it and add all the hosts available to it as http://111111.com http://222222.com http://333333.com http://444444.com 4.Opening addons / amxmodx / configs / plugins.ini and add the following: multi_sv_downloadurl.amxx INFO: Restart the server or change map. 3NJOY
  13. Description: With this plugin you can simulate the lag on server: display of very high or very low. Download: SMA AMXX Ini Name: Ping Faker Version: 1.4 Autor/Credits: MeRcyLeZZ[my bro xd] Installation: 1. It pingfaker.sma put in addons / amxmodx / scripting 2. It pingfaker.amxx put in addons / amxmodx / plugins 3. Come to the file addons / amxmodx / configs / plugins.ini and add the following: pingfaker.amxx 4. It fakepings.ini put in addons / amxmodx / configs / Cvar sites: pingfake_enable 1 / 0 - activate / disable simulation's lag (default 1) pingfake_ping - the lag will be displayed (default 1337) pingfake_flags - will affect all players with specific flags (eg "abc"); pingfake_bots 0/1/2 * 0 - no lag false displays the bots * 1 - displays lag false and bots * 2 - shows just the bots fake lag pingfake_multiplier - the more it will increase the player's current lag (0.0 - disabled) Administrative command amx_fakeping <player> <lag> - simulates the player's lag (-1 disables this command) Modules: Fakemeta Extra In the file add steamid fakepings.ini or ip's and desired lag. When a player enters the steamid or IP that will show them to lag that value set. Example: "STEAM_0:0:123456" "1337" "123.45.67.89" "101"
  14. Man you are in [Contest] CS Shares soo he must be here somme shares not HUD systems.
  15. His name Backround Editor wat could be?
  16. Description: With this software you can make your own counter-strike 1.6 server, installation should take no longer than a few minutes. Contains: AmxModX, Metamod, Dproto 3.0.7, XDsopt Credits : RaZ3R Download: 1: http://www.filefront.com/15147361/Server%20Creator%20v2.0%20-%20www.iStrike.info.exe 2: http://www.2shared.com/file/10028546/a9e05bbe/Server_Creator_v20_-_wwwiStrik.html 3: http://istrike.ilive.ro/Server%20Creator%20v2.0%20-%20www.iStrike.info.exe Fille Passworld : www.istrike.info Plugins: , Primary (Total 8) - Required to be activated admin.amxx, mainly for Admin Plugin adminbase.amxx; server commands adminrestrict.amxx; order restraining the arms adminvote.amxx, controls the voting nextmap.amxx; Order / nextmap plangere.amxx; Order @ MSG in team say swearfilter.amxx; restrict obscene words and advertising! public_rules.amxx; Show HUD rules in the entry on the server and the control / rules ; Options (Total 4) - Not required than design! amx_who_clasic.amxx; Show admins in the classical method (groups and admins) ; amx_who_nou.amxx; Show only admins online ; amx_who_hud.amxx; Show admins to HUD in order / admin ; amx_who_motd.amxx; Show admins on MOTD subforma groups ; Machines (Total 8) - Total Plugins running during the game adminslots.amxx; slots for admins antiflood.amxx; not allow flood in chat hpk.amxx, I kick people with lag of 100 psycholisten.amxx, admins see to what is written on the server mapchooser.amxx; When voting ends automatically when another map namemanager.amxx, keeps out those prohibited characters ( `~;) lastround.amxx, Warn players of the last round and I let a complete imessage.amxx; Show information messages on server , Fix (Total 4) - dealing in some bugs roundsoundblocker.amxx; Blocks go go go when it starts ringing round to hear PREPARE TO FIGHT right! showndead_bug_fix.amxx; When someone first of the Internet and is the server that prevents cs plugins site to burn dead in the score board! silent_nade.amxx, Blocks sound Fire in the Hole! Sometimes when it is larger flood grenade lag zero_hp_fix.amxx, Prevents display of life when you're dead ; Secondary (Total 5) - Statistics & sounds firstblood.amxx; The dmg from the map first heard FIRSTBLOOD miscstats.amxx; Different sounds and statistics stats.amxx, statistics and best, rank, top10, statsme streak.amxx, 5 speed, MultiKill .. etc, will let you discover them! c4timer.amxx, shows how many seconds there are until the C4 explodes Maps: de_dust2 de_inferno de_train de_cbble de_dust de_aztec cs_assault Important Info: The server contains the latest update from Steam in the main folder you below a file called "Start Server.bat" server must be started only one file. If forniti server using "hlds.exe" will not work correctly.
  17. Credits: Udimax If you do not understand how to configure config, CS Configurator is recommended 100%. She is a great utility to be able to configure CS from Bindura of purchase, up to the server options, funds from the console, console colors of letters, Rotari the maps, radar, HUD's, Scopes ... super good and useful Link
  18. Author: Marvell Version: v1.0 Contents: * Background_Editor.exe * Instructions for use Information: * The format setup should be installed * Is the size of 900kb, installed 1.5 Mb Download:http://dl.fisier.ro/files/ci4fbem4fdo5ppg/background_editor.rar.html
  19. Description: Addons `DeathRuN.thisaddons is tested on my server, and I mean that is a very good.Addons worked with him quite 8-|. . . And finally the result really nice, with full server in 10 minutes! . Contents: * AmxModX 1.8.1 * Metamod 1.1.9 * Booster (booster_mm) Autor/Credits : Fllyyper Version : v1.0 Download1:http://www.filebox.com/3yq9upurnlye Download2: http://www.girlshare.ro/545666 Plugins: DeathrunManager.amxx - Plugin great way to choose in each round a different player for. team T gamenamechanger.amxx - change the name of the Game SayRestart.amxx - plugin / restart admin_llama.amxx - command for admins admins_online.amxx-Show how many admins are online on a server amx_ip.amxx - Show ip players to admins adv_country_kicker.amxx - kick players from other countries admin_freelook.amxx - Admins can look on any player amx_super.amxx - extra commands for AMX Mod X ultimate_sounds.amxx - basic sounds of the server. trivia_bot.amxx - Trivia Bot anti-plictiseala.Un Puzzle is active in chat by typing / trivia amx_mesaje.amxx - Messages displayed in the chat in a time set by cvar. rs_swearfilter.amxx - restrict swearing on the server. high_ping_kicker.amxx - kick players with ping over 100 (set by cvar) rate_manager.amxx - plugin that I folsoeste to lower lag roll_the_dice.amxx - Roulette! Write to chat and I RTD invigorate, or may have bad luck! Try it ns_rtd.amxx - Plugin secondary to the RTD advanced_steam_slot.amxx - Those who have STEAM automatic slot on the server
  20. Description: Addons Server Public Contents: * AmxModX * Metamod Download : http://www.zshare.net/download/60584478e8eb2fbd/ Download : http://www.netdrive.ws/181955.html Author: Candy Plugins: country_kicker.amxx - Allow only those of GER (Romania) to enter the server. hpk.amxx - kick players with ping over 100 (set as you want I left. SMA). ultimate_ss.amxx - Order: amx_ss name> jucator> <no. picture>. admin_check.amxx - Write / admin (s) in chat and admin shows online. admin_freelook.amxx - admin have freelook. team_move.amxx - Order: amx_t name> jucator>, amx_ct name> jucator> Messages_Shower.amxx - messages in chat join_ip.amxx - A message on connection. chat_color.amxx - Change color chat. I have left white but you can change. sayrestart.amxx - is yes restart the server amx_showip.amxx - show IPs players advanced_gag.amxx - A gag more advanced commands amx_gag <tinta> <minute> <reason> / amx_ungag <target> <reason>. adminfix.amxx - Upload users.ini every 30 seconds. ghostchat.amxx - Decedatii can vorbii with the living amx_who.amxx - Show admins online order amx_who Important: We have left all plugins sma in scripting folder
  21. Description: Addons type Hide-N-Seek contains AmxModX, Booster, Metamod Autor: Fllyyper Version: 1.0 Download: Link Plugins: [*] You give doublellama.amxx Llama / Gag a player [*] connect_exec.amxx a plugin that puts the player on 25,000 in fixed rate as you do not have LAG [*] The ghostchat.amxx ****** can talk to the living [*] main PLUGIN hidenseek.amxx Track Hide-N-Seek [*] frostnades.amxx Smoku'k freezes only CT's team [*] jumpstats_bhop.amxx Various statistics BhopJump [*] jumpstats_count.amxx Various statistics CountJump [*] jumpstats_ladder.amxx Various statistics LadderJump [*] jumpstats_long.amxx Various statistics LongJump [*] jumpstats_weird.amxx Various statistics WeirdJump [*] Messages_Shower.amxx Show different messages in CHAT [*] SayRestart.amxx The command / restart restart game [*] stickynades.amxx Grenazile stick to players [*] speclist.amxx In the top left corner shows a list of players behind you Spectator [*] hpk.amxx kick LAG'ul players with more than 100 [*] Addons is created by me:) [*] I have added some new maps + Models + WADURI I added Sound [*] Addons is NO LAG [*] PICTURES:
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock