Search the Community
Showing results for tags 'plugin'.
-
120 downloads
Description: When a player gets killed, this plugin checks if another player, from the same team, did enough damage to the victim so that he could be an accomplice to the kill and the assister will also receive a frag (all of these are cvar controlled) Configuration variables and default values: - amx_killassist_enable 0/1/2 (default: 1) Enable modes: 0 = Disable / 1 = Enable with DeathMsg / 2 = Enable with HUD message - amx_killassist_mindamage 1-9999 (default: 50) Minimum amount of damage to deal to be nominated for an assisted kill - amx_killassist_givefrags 0/1 (default: 1) Give or not give the assister frags - amx_killassist_givemoney 0-16000 (default: 300) Give or not give the assister some money, 0 disables, 1 or more sets how much money - amx_killassist_onlyalive 0/1 (default: 0) Only alive players can be of assistance in killing other players Modules required: - hamsandwich - cstrike - engine - funFree-
- kill assist
- plugin
-
(and 2 more)
Tagged with:
-
33 downloads
Plugin details: - this is a small but usefull plugin. - you can restrict names from a file and give them a replacer. - if a player enters on the server/change the name in a restricted name, the player's name will be changed. - you need amxx 1.7 or higher. Credit: Alka Usage: - add in amxmodx/configs/name_list.txt : Code: name;replacer name2;replacer2 name3;replacer3 - example: Code: mut2nt;reserved if a player enters on the server/change the name in 'mut2nt', it will be changed it 'reserved'. PHP Code: #define NAMES 32 // max lines in the file #define DELAY 10.0 // after how many seconds the name is checked after the player enters #define ACCESS ADMIN_IMMUNITY // acces needed to have immunity to name checking new const g_File[] = "name_list.txt"; // file name Cvars: namereplacer_mode 0/1/2/3 0 - disabled 1 - name change 2 - kick 3 - ban (default 1) namereplacer_list 0/1 0 - the name will be changed to the last name the player has used 1 - the name will be changed from file (default 1 ) For instance: - if the cvar is set to 0: if a player has the name 'x' and change it to 'y' (y is restricted from file), his name will be set to 'x' - if the cvar is set to 1: if a player has the name 'x' and change it to 'y' (y is restricted from file), his name will be set to x-1 (x-1 is replacer to x from file) namereplacer_banlenght - ban lenght (default 1200) namereplacer_evoyadmins - allow admins to have a restricted name from file (default 0)Free -
View File Name Replacer Plugin details: - this is a small but usefull plugin. - you can restrict names from a file and give them a replacer. - if a player enters on the server/change the name in a restricted name, the player's name will be changed. - you need amxx 1.7 or higher. Credit: Alka Usage: - add in amxmodx/configs/name_list.txt : Code: name;replacer name2;replacer2 name3;replacer3 - example: Code: mut2nt;reserved if a player enters on the server/change the name in 'mut2nt', it will be changed it 'reserved'. PHP Code: #define NAMES 32 // max lines in the file #define DELAY 10.0 // after how many seconds the name is checked after the player enters #define ACCESS ADMIN_IMMUNITY // acces needed to have immunity to name checking new const g_File[] = "name_list.txt"; // file name Cvars: namereplacer_mode 0/1/2/3 0 - disabled 1 - name change 2 - kick 3 - ban (default 1) namereplacer_list 0/1 0 - the name will be changed to the last name the player has used 1 - the name will be changed from file (default 1 ) For instance: - if the cvar is set to 0: if a player has the name 'x' and change it to 'y' (y is restricted from file), his name will be set to 'x' - if the cvar is set to 1: if a player has the name 'x' and change it to 'y' (y is restricted from file), his name will be set to x-1 (x-1 is replacer to x from file) namereplacer_banlenght - ban lenght (default 1200) namereplacer_evoyadmins - allow admins to have a restricted name from file (default 0) Submitter COSMIN Submitted 03/15/2021 Category Plugins
-
View File AMXX Change Score Plugin Change Score Version: v1 Author: Freecode + COSMIN Change players/@TEAMS Kills(frags) and Deaths. Admin Commands: amx_chscore <nick/@CT/@TERRORIST> <frags #> <deaths #> Submitter COSMIN Submitted 06/01/2024 Category Plugins
-
- change score
- amxx
-
(and 1 more)
Tagged with:
-
-
- change score
- amxx
-
(and 1 more)
Tagged with:
-
93 downloads
Nume: amx_who Versiune: v.2.0 Autor: COSMIN Descriere: This plugin shows Online admins using the amx_who command in the console. Running: (Care este versiunea de amxmodx): 1.9.0 1.10.0 ScreenShot: * Instalare: 1. Fisierul amx_who.amxx il puneti in addons/amxmodx/plugins 2. Fisierul amx_who.sma il puneti in addons/amxmodx/scripting 3. Fisierul users.ini il puneti in addons/amxmodx/configs 4. Intrati in fisierul addons/amxmodx/configs/plugins.ini si adaugati la urma: * Comenzi publice (Comenzi in Consola): amx_who * Module necesare (se sterge ; din fata modulului de mai jos; acestea le gasiti in fisierul amxmodx\configs\modules.ini): amxmodx amxmiscFree-
- [plugin] amx_who + user.ini
- plugin
-
(and 1 more)
Tagged with:
-
View File AMX_WHO + USER.INI Nume: amx_who Versiune: v.2.0 Autor: COSMIN Descriere: This plugin shows Online admins using the amx_who command in the console. Running: (Care este versiunea de amxmodx): 1.9.0 1.10.0 ScreenShot: * Instalare: 1. Fisierul amx_who.amxx il puneti in addons/amxmodx/plugins 2. Fisierul amx_who.sma il puneti in addons/amxmodx/scripting 3. Fisierul users.ini il puneti in addons/amxmodx/configs 4. Intrati in fisierul addons/amxmodx/configs/plugins.ini si adaugati la urma: * Comenzi publice (Comenzi in Consola): amx_who * Module necesare (se sterge ; din fata modulului de mai jos; acestea le gasiti in fisierul amxmodx\configs\modules.ini): amxmodx amxmisc Submitter COSMIN Submitted 05/27/2024 Category Plugins
-
- [plugin] amx_who + user.ini
- plugin
-
(and 1 more)
Tagged with:
-
View File Parachute ReAPI AMXX Parachute Plugin CS 1.6 AMXX based on ReAPI without model. Password: www.gamelife.ro Submitter aEEk.# Submitted 03/09/2021 Category Plugins
-
View File Realistic Bullets Tracer Description: This plugin simulates the bullet time effect from the movies series The Matrix. Cvars: bt_bulletspeed - Normal bullet speed. default: 800 bt_sniperspeed - Sniper bullet speed. default: 2000 bt_red - Amount of red in bullet trail. default: 193 bt_green - Amount of green in bullet trail. default: 193 bt_blue - Amount of blue in bullet trail. default: 191 Commands: bt_toggle - <1/on | 0/off>. default: on Compiling: If you wish to compile this plugin by yourself you'll need to download the FakeMeta Utilities by VEN. It took me a while to finally update this so sorry to all of you who have been waiting. I plan on adding functionality for shotguns and weapons who have burst fire. I will also add some voting to this plugin just for some kicks. This plugin hasn't been extensivley tested so be sure to post any bugs you find in this forum. Enjoy! Submitter Back4Blood Submitted 03/23/2021 Category Plugins
-
- realistic bullets tracer
- plugin
-
(and 1 more)
Tagged with:
-
View File Plugin Santa Hat This plugin simply puts a santa hat on all the players. Submitter COSMIN Submitted 11/08/2023 Category Plugins
-
-
View File Kill Assist Description: When a player gets killed, this plugin checks if another player, from the same team, did enough damage to the victim so that he could be an accomplice to the kill and the assister will also receive a frag (all of these are cvar controlled) Configuration variables and default values: - amx_killassist_enable 0/1/2 (default: 1) Enable modes: 0 = Disable / 1 = Enable with DeathMsg / 2 = Enable with HUD message - amx_killassist_mindamage 1-9999 (default: 50) Minimum amount of damage to deal to be nominated for an assisted kill - amx_killassist_givefrags 0/1 (default: 1) Give or not give the assister frags - amx_killassist_givemoney 0-16000 (default: 300) Give or not give the assister some money, 0 disables, 1 or more sets how much money - amx_killassist_onlyalive 0/1 (default: 0) Only alive players can be of assistance in killing other players Modules required: - hamsandwich - cstrike - engine - fun Submitter COSMIN Submitted 03/12/2023 Category Plugins
-
- kill assist
- plugin
-
(and 2 more)
Tagged with:
-
11 downloads
Description: This plugin simulates the bullet time effect from the movies series The Matrix. Cvars: bt_bulletspeed - Normal bullet speed. default: 800 bt_sniperspeed - Sniper bullet speed. default: 2000 bt_red - Amount of red in bullet trail. default: 193 bt_green - Amount of green in bullet trail. default: 193 bt_blue - Amount of blue in bullet trail. default: 191 Commands: bt_toggle - <1/on | 0/off>. default: on Compiling: If you wish to compile this plugin by yourself you'll need to download the FakeMeta Utilities by VEN. It took me a while to finally update this so sorry to all of you who have been waiting. I plan on adding functionality for shotguns and weapons who have burst fire. I will also add some voting to this plugin just for some kicks. This plugin hasn't been extensivley tested so be sure to post any bugs you find in this forum. Enjoy!Free-
- realistic bullets tracer
- plugin
-
(and 1 more)
Tagged with: