All Activity
- Today
-
Environmental Hazards v1.0 Description This plugin lets you set up different hazards/traps that spawn randomly each round start, They only get to become active when they're spawned at the start of the round. For now there's only Bear Traps, Lasermines and Oil Drums. Each hazard entry uses HAZARD_SPAWN_CHANCE set between 0.0 (never spawns) and 1.0 (always spawns) defining the probability of spawning at round start. Hazards are fully customizable with settings like: Health Damage Damage Radius (for explosive hazards) Bleeding and Poisoning effects (if the hazard class supports them) Commands say /hazard -- Opens the Environmental Hazards menu. say_team /hazard -- Opens the Environmental Hazards menu. say /eh -- Opens the Environmental Hazards menu. say_team /eh -- Opens the Environmental Hazards menu. hazard_reload -- Reloads the configuration file. Adding Hazards Hazards can be added in the config file configs/EnvironmentalHazards.ini by placing the hazard name in square brackets on a new line, Example: [BearTrap Hazard]. The order of properties matters, set the common ones first (like Health and Damage) then finish with HAZARD_CLASS. After that you can add any specific-hazard properties such as BEARTRAP_DELAY. To create a custom hazard, add a new entry in configs/EnvironmentalHazards.ini using the following format # [Hazard Name] # HAZARD_MODEL = Path to the hazard’s model. # HAZARD_HEALTH = Base health. ### (BearTrap Only) # HAZARD_BITE_DAMAGE_MIN = Min bite damage per tick. # HAZARD_BITE_DAMAGE_MAX = Max bite damage per tick. # HAZARD_BLEED_DAMAGE_MIN = Min bleed damage per tick. # HAZARD_BLEED_DAMAGE_MAX = Max bleed damage per tick. # HAZARD_BLEED_DURATION_MIN = Min seconds of bleeding. # HAZARD_BLEED_DURATION_MAX = Max seconds of bleeding. # HAZARD_BLEED_SPEED = Speed factor (1.0 = normal speed, 0.0 = immobilized). ### (Lasermine/Oildrum Only) # HAZARD_EXPLOSION_DAMAGE = Explosion damage factor (1.0 = base damage). # HAZARD_EXPLOSION_RADIUS = Explosion radius factor (1.0 = base radius). # HAZARD_POISON_DAMAGE_MIN = Min poison damage per tick. # HAZARD_POISON_DAMAGE_MAX = Max poison damage per tick. # HAZARD_POISON_DURATION_MIN = Min seconds of poison. # HAZARD_POISON_DURATION_MAX = Max seconds of poison. # HAZARD_POISON_SPEED = Speed factor (1.0 = normal speed, 0.0 = immobilized). # HAZARD_SPAWN_CHANCE = 0.0 = never spawn, 1.0 = always spawn. # HAZARD_FLAGS = a -damageable, b -explodes, c -bleeds, d -poisons. # HAZARD_CLASS = 0 -BearTrap, 1 -Lasermine, 2 -Oil Drum. # ### (BearTrap-Extras) # BEARTRAP_DELAY = Delay before the hazard reactivates. # BEARTRAP_OPACITY = (0 = invisible, 255 = fully visible). ### (Lasermine-Extras) # LASERMINE_DELAY = Seconds before laser beam activates. # LASERMINE_COLOR = 0 -Red, 1 -Green, 2 -Blue, 3 -Yellow, 4 -Magenta, 5 -Cyan, 6 -Orange, 7 -Purple, 8 -White, 9 -Gray. ### (Oildrum-Extras) # For now there's no extra properties for OilDrum. # To make a hazard available in the menu, you must defined at least it's name like this [BearTrap Hazard]. # hazard model and sound cannot be changed dynamically during gameplay. # # IMPORTANT: HAZARD_CLASS must the last common property, # before defining any custom specific-hazard properties, # since the class must be known first. DOWNLOAD ENVIRONEMNTAL HAZARDS v1.0 Alliedmodders post
- Yesterday
-
Server Nickname: A R A M Age: 18 Contact (Discord, Steam, etc.): a_r_b123321 Hours played on the server (GameTracker link): 20 hours https://www.gametracker.com/player/A R A M/188.212.100.247:27015/ Do you have experience in knife mode: Yes +5 years Reason for wanting admin: I wanna help making this community even better than it is Admin Type (day, night, school, etc): night sometimes day Promotion Methods: Social (advertising) Have you read the rules?: Heartman
-
Server Nickname: REEM Age: 17 Contact (Discord, Steam, etc.): luv1.35. Hours played on the server (GameTracker link): https://www.gametracker.com/player/Reem/188.212.100.247:27015/ Do you have experience in knife mode: yes +3 years Reason for wanting admin: helping the server when its empty of admins and put limits on them Admin Type (day, night, school, etc): night Promotion Methods: social (addvertising) Have you read the rules?: Heartman
- Last week
-
WickedsickGGS joined the community
- Earlier
-
-Bambina- joined the community
-
5TROP joined the community
-
Respins T/C , asteapta sa primesti raspuns la prima cerere nu sa faci din nou alta
-
contra nu meriti admin
-
Nick pe server: -L|S- danezu Vârsta: 19 Primele cinci cifre din CNP(CNP OBLIGATORIU):51102 Contact( Skype, Steam, etc.): Discord/Steam orice Ore jucate pe server link gametraker : https://www.gametracker.com/player/-L|S- danezu/188.212.100.247:27015/ Ai experienta in modul knife : Da Motivul pentru care vrei admin: Adminez servere din 2019 si vreau sa pazesc serverul de codati si oameni care nu respecta regulile Tip admin*(de noapte,zi,scolar,etc): oricand Metode de promovare: Youtube Ai citit regulamentul?: Monaghan
-
Acceptat T/C
-
Supply Crate Description This plugin adds a menu from where you can choose different crate types, it got "Ammo Crates" for supplying ammunition, "Grenades Crates" for supplying grenades, and Market Crates for selling items. All crates are fully customizable with settings like Capacity, Mode (How it acts), Rate (Cooldown and Framerate) Players can interact with crates by pressing E (IN_USE) while being in the distance range set in g_eSetting[SETTING_CRATE_RANGE] Don't forget to check the "Main Settings" in configs/SupplyCrate.ini if you wanna tweak something up. I mean we can tweak that plugin up making it only for serving grenades, if that's a good idea ? Commands say /sc -- Opens the crate menu. say_team /sc -- Opens the crate menu. say /supplycrate -- Opens the crate menu. say_team /supplycrate -- Opens the crate menu. crate_reload -- Reloads the configuration file. Adding Crates Crates can be added in the config file "configs/SupplyCrate.ini" by placing the crate name in square brackets on a new line. Example: [Ammo Crate] To create a custom crate, add a new entry in configs/SupplyCrate.ini using the format below # [Crate Name] # CRATE_MODEL = Path of crate's model. # CRATE_CLASS = 0 -Ammo Crate, 1 -Grenades Crate, 2 -Market Crate. # CRATE_MODE = (Ammo Crate) 0 -AMMO_ONLY 1 -AMMO_VEST, 1 -AMMO_VEST, 2 -AMMO_VESTHELM, 3 -VEST_ONLY, 4 -VESTHELM_ONLY # = (Grenades Crate) 0 -GRENADES_HE 1 -GRENADES_FB, 2 -GRENADES_SG, 3- GRENADES_HE_FB, 4- GRENADES_HE_SG, 5 -GRENADES_FB_SG, 6 -GRENADES_ALL # CRATE_RATE = -2 -Very Slow, -1 -Slow, 0 -Normal, 1 -Fast, 2 -Very Fast # CRATE_CAPACITY = Maximum amount of uses this crate can give. # CRATE_SOUND_FLAGS = a -Placed Sound, b -Removed Sound, c -Opening Sound, d -Empty Sound, e -Get Sound, f -Sell Sound # CRATE_FACTOR = Market price factor for Market Crates (1.0 = full price, 0.5 = half price, 2.0 = double price and so on) Alliedmodders POST DOWNLOAD SupplyCrate v1.0
-
pro
-
Pro
-
Pro, nu face probleme pe sv
-
Pro!! very excellent activity and behavior
-
Nick pe server: KILLIGAN. Vârsta: 20 Primele cinci cifre din CNP(CNP OBLIGATORIU):50506 Contact( Skype, Steam, etc.): Discord/Steam orice Ore jucate pe server link gametraker : https://www.gametracker.com/player/KILLIGAN./188.212.100.247:27015/ Ai experienta in modul knife : Da Motivul pentru care vrei admin: Adminez din 2015,sunt capabil si in acelasi timp am un mod de a intelege lumea si de a le rezolva problemele Tip admin*(de noapte,zi,scolar,etc): oricand Metode de promovare: Nu stiu inca Ai citit regulamentul?: Monaghan
-
KILLIGAN. joined the community
-
Contra, nu ai citit regulamentul.
-
Contra, regulament necitit.
-
Server Nickname: -L|S- danezu Age: 19 Contact (Discord, Steam, etc.): discord , steam Hours played on the server (GameTracker link): https://www.gametracker.com/player/-L|S- danezu/188.212.100.247:27015/ Do you have experience in knife mode: yes +3 years Reason for wanting admin: helping the server when its empty of admins and put limits on them Admin Type (day, night, school, etc): night Promotion Methods: social (addvertising) Have you read the rules?: yes all of them
-
Danezu joined the community
-
T/C. Please do not make multiple admin requests when it is clear that you have not read the rules. Make a new request in two weeks.
-
T/C. Please do not make multiple admin requests when it is clear that you have not read the rules. Make a new request in two weeks.
-
T/C. Please do not make multiple admin requests when it is clear that you have not read the rules. Make a new request in two weeks.
-
T/C. Please do not make multiple admin requests when it is clear that you have not read the rules. Make a new request in two weeks.
-
Pro, you deserve a chance
-
Pro, you deserve a chance
-
Server Nickname: REEM Age: 17 Contact (Discord, Steam, etc.): luv1.35. Hours played on the server (GameTracker link): https://www.gametracker.com/player/Reem/188.212.100.247:27015/ Do you have experience in knife mode: yes +3 years Reason for wanting admin: helping the server when its empty of admins and put limits on them Admin Type (day, night, school, etc): night Promotion Methods: social (addvertising) Have you read the rules?: yes (Lockne )
-
A R A M started following Admin Application A R A M
-
Server Nickname: A R A M Age: 18 Contact (Discord, Steam, etc.): a_r_b123321 Hours played on the server (GameTracker link): 20 hours https://www.gametracker.com/player/A R A M/188.212.100.247:27015/ Do you have experience in knife mode: Yes +5 years Reason for wanting admin: I wanna help making this community even better than it is Admin Type (day, night, school, etc): night Promotion Methods: Social (advertising) Have you read the rules?: Lockne