Showing results for tags 'plugin'. - GAMELIFE România Jump to content

Search the Community

Showing results for tags 'plugin'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Gamelife - Dezvoltare
    • GameLife Administratie
    • Staff Management – Organizare, Coordonare și Comunicare Internă
    • ⭐ GameLife Server Hub – Afiliere, Forum Management și Oferte Admini
    • Official GameTracker Clan
  • Gamelife - Servere Publice
    • Official TeamSpeak3 Server
    • Official Counter-Strike 1.6 Servers
    • L4D2.GAMELIFE.RO
  • Gamelife - Proiecte
    • Gamelife Design – Arată-ți Talentul Grafic și Inspiră Comunitatea
    • Gamelife Competiții și Giveaways – Câștigă Premii și jocuri gratis
    • Gamelife - Creațiile Noastre Unice – Proiecte și Articole Speciale GameLife
    • GameLife Music Lounge – Soundtrack-ul gamerilor, locul tău de relaxare muzicală
    • Gamelife Reporters - Cunoaște Gamerii și Creatorii Comunității
  • GameLife - Lumea jocurilor
    • Gamelife News Hub– Știri, Lansări și Actualizări Gaming
    • Counter-Strike 1.6 Hub – Addons, Moduri, Hărți, Știri și Tutoriale
    • Counter Strike 2 Hub – Addons, Hărți, Moduri și Update-uri GameLife
    • Counter Strike Source Hub – Addons, Plugin-uri și Știri Gaming
    • Lumea Jocurilor – Explorează Alte jocuri
    • Steam Hub România – Conturi, Jocuri și Reduceri GameLife
    • Left for Dead 2 Hub – Moduri, Harti, Stiri si Tutoriale
  • Gamelife - Cafeneaua GameLife
    • Universul Cunoașterii – Subiecte Fascinante și Curiozități GameLife
    • Universul IT – Știri și Discuții despre Hardware, Software și Mobile
    • GameLife Area IT – Programare, Web Design și Ajutor Tehnic
    • GameLife Cinema – Discuții despre Filme, Seriale și Evenimente TV
    • GameLife Fun Zone – Timp Liber, Auto, Horoscop și Distracție
    • GameLife Sport Hub - Discuții, Articole și Pasiuni Reale
  • Cos de gunoi
  • GAMELIFE - COMMUNITY's Bun venit in Clubul Gamelife
  • GAMELIFE - COMMUNITY's Discutii Libere

Categories

  • Counter Strike 1.6
    • Addons
    • Plugins
    • Maps
    • Others
  • Zombie Plague
    • Plugins
    • Addons
    • Maps
  • Counter Strike 2
    • Addons
    • Plugins
    • Maps
    • Others
  • Counter Strike Source
    • Addons
    • Plugins
    • Maps
  • Addons Only For Managers Server
  • Skins , cfg , GUIs
  • Productia Gamelife
  • Design

Product Groups

  • VIP MEMBER PREMIUM (PACHET-SV+FORUM+TS3)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Facebook


Instagram


Steam Profile


Gender


Location


Interests


About Me

Found 14 results

  1. COSMIN

    Kill Assist

    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 - fun
    Free
  2. 103 downloads

    Parachute Plugin CS 1.6 AMXX based on ReAPI without model. Password: www.gamelife.ro
    Free
  3. COSMIN

    Name Replacer

    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
  4. 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  
  5. 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  
  6. 9 downloads

    Change Score Version: v1 Author: Freecode + COSMIN Change players/@TEAMS Kills(frags) and Deaths. Admin Commands: amx_chscore <nick/@CT/@TERRORIST> <frags #> <deaths #>
    Free
  7. 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 amxmisc
    Free
  8. 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
  9. 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  
  10. 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  
  11. View File Plugin Santa Hat This plugin simply puts a santa hat on all the players. Submitter COSMIN Submitted 11/08/2023 Category Plugins  
  12. 32 downloads

    This plugin simply puts a santa hat on all the players.
    Free
  13. 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  
  14. 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
×
×
  • Create New...

Important Information