Jump to content

sakre

Members
  • Posts

    107
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by sakre

  1. Description: When you hit a player's heart this plugin multiplies the damage! Modules: Fakemeta Hamsandwich Cvar: heart_shot_multi 2.0 // Multi! 2.0 means twice! Useful Links: Server Using This Changelog: [tt]* 1.0 - initial release [/tt] Note to Approvers from Exolent: This plugin was moved from unapproved back to submissions after it had been readded to the first post. If your verdict is to unapprove this plugin, you will have to manually move the thread rather than pushing the "unapprove" button. Credit: Allienmod Download: Click Here
  2. .:: Description ::. With this plugin you can spawn lights on the map You can choose radius and color of the light You can choose some color templates from menu .:: How To Use ::. Type '/light' in chat to open the Light Menu .:: Cvars ::. There are no cvars .:: Changelog ::. [tt]1.0 -> 1.4 - Private plugin 1.4 -> 1.5 - Changed menu style 1.5 -> 1.6 - Fixed a menu option, so non-admins couldn't get noclip from main menu. Fixed a 'bug' with creating light from menu. [/tt] .:: Credits ::. [tt]xPaw - original idea Capell - for testing (hello! ^^) [/tt] .:: Screen Shots ::. Main Menu: Color Selection Menu: Color Templates Menu: Options Menu: .:: Other Notes ::. servers running this plugin Download : Click Here
  3. man i say that plugin for color chat is for me own srv own rank admin u need edite sma with u rank admin and compile that ;) and work
  4. Team Limiter Version 0.0.2 by Exolent Description: This plugin allows you to limit the number of Terrorists and Counter-Terrorists in each team. Cvar: team_limits <terrorists> <counter-terrorists> - Use -1 or * to not change the limit for a team - Default: * * Example usage: team_limits 5 3 -- sets limit to 5 terrorists and 3 counter-terrorists team_limits * 8 -- sets limit to unlimited terrorists (map limit of spawn points) and 8 counter-terrorists Requirements: - Engine Module - Cstrike Module Should work with AMX Mod X 1.76d or later. It's recommended to use the latest version, though. Installation: 1. Install the plugin normally (.amxx in plugins, plugin name in plugins.ini) 2. Restart server or change map 3. Set the cvar in the amxx.cfg 4. Set the cvar in the server (amx_cvar, amx_rcon, etc.) 5. Restart server or change map Notes: VIP Maps: - In VIP maps, the CT limit works differently. - If you set the limit to 0, of course no CTs can join. - If you set the limit to 1, then a CT and a VIP can play (total of 2 CTs). - I haven't tested for other values > 1, but I'm sure they work just like setting it to 1. Changelog: Version 0.0.1 - Initial release. Version 0.0.2 - Changed command to cvar and sets limits on map start. Please report any bugs you find (that aren't talked about in this post already). Also, feel free to make suggestions in order to better this plugin. DOwnload: Click Here
  5. Colored Admin Chat by Exolent Features: * Colored chat in say and say_team for all admins -ADMIN_LEVEL_A for green name with yellow chat -ADMIN_LEVEL_B for red -ADMIN_LEVEL_C for blue -ADMIN_LEVEL_D for silver * Admins with admin level ADMIN_KICK can see dead all dead chat, all alive chat, and all say_team messages. * Admins with admin level ADMIN_IMMUNITY can hear any dead voices, any alive voices, and any team voices. * **NOTE!** The closest admin level to green name with yellow chat will be used over an others. - eg. you have the red and blue chat flags. red will be used instead Examples: * Green Name with yellow chat Name : Text -- Red * Name : Text -- Blue * Name : Text -- Gray * Name : Text Cvars: * amx_cac_enabled <0|1> (Default: 1; determines if colored admin chat should be used. (1 for on, 0 for off)) - * amx_adminlisten_chat <0|1> (Default: 1; determines if admins can see any chat ever displayed. (1 for on, 0 for off)) - * amx_adminlisten_voice <0|1> (Default: 1; defermines if admins can hear any voices. (1 for on, 0 for off)) Don't Like The Default Admin Levels? * Open the .sma (source) * To change the admin levels, edit the following lines to the admin levels you prefer: -ADMIN_NORMAL -ADMIN_RED -ADMIN_BLUE -ADMIN_SILVER -LISTEN_CHAT -LISTEN_VOICE * Save * Recompile on the online compiler or recompile locally Changelog: * Version 1.0 - Initial release * Version 1.1 - Added admin level for green chat - Merged 4 format() functions into one * Version 2.0 - Simple code cleanup - Merged Adminlisten using the fakemeta module --- Adminlisten link: http://forums.alliedmods.net/showthread.php?p=107768 * Version 3.0 - Multiplied color possibilities - Rearranged messages - Fixed a few bugs - Renamed plugin * Version 3.1 - Cleanup code - Fixed cvar chat issue * Verison 3.2 - Made only 1 check for @ | @@ | @@@ say commands - Made voice follow sv_alltalk when not using voice listening - Added cvar to turn on/off plugin - Removed green name with green chat - Optimized has_color_chat() and get_color_chat() when using get_user_flags() - Removed SPEAK_MUTED for its uselessness * Verison 4.0] - Rewrote plugin - Fixed a few bugs Credits: * Arion - for the first format() fix * Battousai-sama - for the admin level idea for green chat * team06 - for creating set_speak & get_speak functions to make this fakemeta voice portion possible * _Master_ - for encouraging me to optimize the "@ | @@ | @@@" portion of "valid_message()" * All bug reporters - for helping me fix any issues that appeared. Current Version: 4.0 Download : Click Here
  6. Download LinK ---)) Click Here [ChangeLog] 20.08.2009 - Version WCG 2009 - Fix: developer, ex_interp, m_side, m_yaw, cl_weather are not blocked anymore. - Fix: cl_updaterate and cl_cmdrate and rate are not blocked anymore. Default values for those settings are: cl_updaterate 101, cl_cmdrate 101, rate 25000. - Fix: fastsprites has the default setting 0 not 2. - Fix: cl_sidespeed, cl_forwardspeed, cl_backspeed were always set to 999. - Change: New background 29.04.2009 - Version 3.2 - Fix: Options in Advanced Menu are now configurable. - Fix: cl_sidespeed, cl_forwardspeed, cl_backspeed are always set to 999. - Fix: Reverse mouse wasn`t always saved after a restart of the application. - Fix: Voice settings now work properly. - Fix: _cl_autowepswitch wasn`t always saved after a restart of the application. - Change: New background 01.12.2008 - Version 3.1 - Add: crosshair can now be seen in Advanced Menu (for players to change between 0 and 1). - Fix: -noforcemaccel -noforcemparms -noforcemspd will not be forced after the GUI has been uninstalled. - Fix: r_decals and violence_* wasn`t always saved after a restart of the application. - Fix: cl_cmdrate and cl_updaterate weren`t always saved after a restart of the application. - Fix: _cl_autowepswitch wasn`t always saved after a restart of the application. - Fix: _vgui_menus wasn`t always saved after a restart of the application. - Fix: cl_sidespeed, cl_forwardspeed, cl_backspeed weren`t always saved after a restart of the application. 11.08.2008 - Version 3.0 - Feature: A 32bpp blocker added - Feature: The mousefix registry settings will be applied when the application is installed. - Add: A remove_mouse_fix registry added into the main folder (The file is called remove_mouse_fix.reg) - Fix: crosshair wasn`t always saved after a restart of the application - Fix: con_color wasn`t always saved after a restart of the application - Fix: bobcycle wasn`t always saved after a restart of the application - Fix: cl_allowdownload and cl_allowupload weren`t always saved after a restart of the application - Fix: cl_showfps wasn`t always saved after a restart of the application - Fix: graphheight wasn`t always saved after a restart of the application - Fix: In-game text had invalid characters - Fix: keyboard settings bug (keyboard setting weren`t saved sometimes after quiting CS) - Change: brightness modified from 9 to 2 - Change: gamma modified from 9 to 3 - Change: cl_cmdrate default modified from 35 to 101 - Change: cl_updaterate default modified from 101 to 35 - Change: rate default modified from 20000 to 25000 - Change: GUI colors are different from the default ones - Change: Moved "CmdRate", "UpdateRate" and "Rate" to the top of the Advanced Menu list - Delete: "Team Messages" removed from Keyboard settings - Delete: "Automatically take end-game screenshots" removed from Advanced Menu - Delete: "Auto-help" removed from Advanced Menu - Delete: "Time before dead bodies disappear" removed from Advanced Menu - Delete: "Hide other players' frags" removed from Advanced Menu - Delete: "Weather" removed from Advanced Menu - Delete: cl_latency check removed - Delete: pushlatency check removed - Delete: tracker check removed - Delete: _windowed_mouse check removed - Delete: -toconsole parameter removed from desktop shortcut 15.08.2006 - Version 2.9 - Fix: brightness bug - Fix: gamma bug - Fix: volume bug - Fix: s_eax bug - Fix: joystick look bug - Fix: reverse mouse bug - Fix: s_a3d bug - Fix: mouse filter bug - Fix: auto aim bug - Fix: voice enable bug - Delete: PGL_skin_01 17.06.2004 - Version 2.70 [steam CS 1.6 + Steam CS:CZ] - Fix: change weapon bug - Add: fps_max in options->multiplayer->advanced - Add: cl_minmodels in options->multiplayer->advanced - Add: cl_weather in options->multiplayer->advanced - Add: cl_shadows in options->multiplayer->advanced - Add: pglgui command to print installed version of PGLGUI - Add: demo recording as bind key - Add: demo fast forward as bind key [viewdemo only] - Add: demo extreme fast forward as bind key [viewdemo only] - Add: demo slow motion as bind key [viewdemo only] - Add: demo extreme slow motion as bind key [viewdemo only] - Add: demo forward 10 seconds as bind key [viewdemo only] - Add: demo rewind 10 seconds as bind key [viewdemo only] - Add: demo forward 1 minute as bind key [viewdemo only] - Add: demo rewind 1 minute as bind key [viewdemo only] - Add: demo pause as bind key [viewdemo only] - Add: demo play as bind key [viewdemo only] - Add: multiple resolutions background - Change: cl_cmdrate default from 50 to 35 - Change: cl_updaterate default from 50 to 100 - Change: rate default from 5000 to 10000 08.06.2004 - Version 2.61 [CS 1.6 only] - Fix: 'Samsung' link in skin - Add: checks for Steam running while installing PGL GUI 25.05.2004 - Version 2.60 [CS 1.6 only] - Add: cl_radartype in options->multiplayer->advanced - Change: background picture (rds.link joined the major sponsor list) 26.01.2004 - Version 2.50 [CS 1.6 only] - Add: new install procedure 18.11.2003 - Version 2.43 [CS 1.6 only][in-house version] - Add: new install procedure 17.11.2003 - Version 2.42 [CS 1.6 only] - Add: pglgui.reg - Add: "Change weapon position" (left/right) in keyboard panel - Add: Steam Menu picture - Fix: skin bug that incorrectly drew Steam Menu - Change: hud_takesshots to 0 (no screenshots at the end of the map) - Change: skin parts 15.11.2003 - Version 2.41 [CS 1.6 only] - Add: sv_region 3 - Add: sv_region to options->advanced - Add: explanation for fixmouse.reg - Add: explanation to remove accel. mouse by command line - Fix: skin bug that incorrectly drew Steam Menu - Change: default cl_cmdrate to 50 - Change: default cl_updaterate to 50 - Change: default rate to 5000 09.11.2003 - Version 2.4 [CS 1.6 only] - imported v2.3 for CS 1.6 and rebuilded it 04.04.2003 - Version 2.3 [CS 1.5 only] 12.09.2002 - Version 2.2 06.09.2002 - Version 2.1 12.07.2002 - Version 2.0 04.07.2002 - Version 1.1 03.07.2002 - Version 1.0
  7. yup but i say in description more use it in zombie mod
  8. ok i put credit but image what hapend ?? all work
  9. Light SmokeGrenade version 1.1 Description: - The smokegrenade will made a cool light. Usefull on dark sides. - Smoke puff removed. - Light style is like in ZombiePlague. xD - This plugin works on CS 1.6 && CZ. Cvars: - lightsmoke_enabled - 1 - plugin enabled / 0 - plugin disabled - lightsmoke_light_duration - 20.0 ( set here the light duration ) - lightsmoke_deploytime - 3.0 ( set here the seconds until smoke deploy ) - lightsmoke_trail - 1 - enable / 0 - disable the smoke trail - lightsmoke_cylinder - 1 - enable / 0 - disable the cylinder when light start's - lightsmoke_smoke - 1 - enable / 0 - disable the smoke effect when light is turned off - lightsmoke_glow_color - "255 255 255" - set the smoke glow color. RGB Format(use spaces) - lightsmoke_bonus - 1 - give a free smokegrenade on player spawn / 0 - disable free smokegrenade on spawn Modules: - fakemeta - hamsandwich Credits: Cheap_Suit Images: http://img183.imageshack.us/i/smokethrow.png/ http://img21.imageshack.us/i/smokeoff.png/ http://img12.imageshack.us/i/lighth.png/ http://img14.imageshack.us/i/deployn.png/ Download: Link
  10. yes but i have i question is detectable ??? yes or not
  11. i can share anywhere and put and description to download :D
  12. yes i know this addons but i kill more ppl with not this is bad i don`t like
  13. why all like this game i don`t understand this game the best and nice and beautifull game is mod mmorpd and strategy
  14. :O very nice game i will wait it and i play addicted :D
  15. i don`t like modificated awp best weapon is classic becauase custom weapon is bad at fire
  16. yup i know this plugins but is more version I like me version i set color for all rank with another color or Set name with green and chat with red
  17. nice map but that mape is for knife the door don`t open :D
  18. i want to play this game but i have more eror :( eror at game , at lenguage :(( why , and i search game and all not have class npc and i say : " i play other game " =))
×
×
  • 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