This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 60
Search took 0.01 seconds.
Search: Posts Made By: Peter Brev
Forum: Plugins Today, 04:22
Replies: 2
Views: 599
Posted By Peter Brev
Re: [ANY] Sourcemod Detailed Plugins List

This will add the file name of the plugin, but adding the path seems redundant as all loaded plugins are supposed to be in the plugins folder.
Forum: Plugins 05-09-2024, 04:53
Replies: 5
Views: 953
Posted By Peter Brev
Re: [HL2DM] Fixes and Server Enhancement

Updated to 1.6.8.
Backpack reload reinstated. Code overhauled.
Fixed an issue with AR2 that would cause players to spawn/respawn with no weapons with the inability to pick up weapons.
...
Forum: Plugins 05-06-2024, 01:57
Replies: 5
Views: 953
Posted By Peter Brev
Re: [HL2DM] Fixes and Server Enhancement

Updated to 1.6.7.
Backpack reload is removed in this update due to a number of reports mentioning SM errors with it. I can't seem to reproduce any errors they're having, but to be on the safe side,...
Forum: Plugins 05-02-2024, 02:39
Replies: 5
Views: 953
Posted By Peter Brev
Re: [HL2DM] Fixes and Server Enhancement

Any time!

Pushed a patch that caused mp_falldamage to not work as intended by the plugin.
Forum: Snippets and Tutorials 04-29-2024, 05:02
Replies: 1
Views: 2,199
Posted By Peter Brev
Re: Apply cvars for a single client or flag

I don't have a CSS server to test this, but try the following.

At the top of the file, add the following global variables:

bool g_bRadiusPlayer[MAXPLAYERS + 1];
float ...
Forum: General 04-28-2024, 17:49
Replies: 6
Views: 1,043
Posted By Peter Brev
Re: Admin Menu

It is usually the plugin authors that add their functionality to the admin menu in their source code.
Forum: Plugins 04-28-2024, 12:36
Replies: 3
Views: 2,660
Posted By Peter Brev
Re: HL2DM - Grenade Trails

Here, that should solve that error.
Forum: Plugins 04-28-2024, 12:11
Replies: 5
Views: 953
Posted By Peter Brev
Re: [HL2DM] Fixes and Server Enhancement

Updated to 1.6.8.
Backpack reload reinstated. Code overhauled.
Fixed an issue with AR2 that would cause players to spawn/respawn with no weapons with the inability to pick up weapons.
...
Forum: Plugins 04-27-2024, 11:16
Replies: 5
Views: 953
Posted By Peter Brev
[HL2DM] Fixes and Server Enhancement

https://i.imgur.com/FuTqOgV.jpeg

Preamble

If you are using one of those plugins and want to use xFix, you will need to remove them as they are included within xFix:

Bullet Fix...
Forum: Scripting 04-21-2024, 03:49
Replies: 3
Views: 669
Posted By Peter Brev
Re: Anti_Steamid_Changer plugin request

Try using the Steam ID Hijack protection plugin (https://forums.alliedmods.net/showthread.php?t=344646) first.
Forum: Scripting 04-20-2024, 04:39
Replies: 3
Views: 669
Posted By Peter Brev
Re: Anti_Steamid_Changer plugin request

Steam IDs are unique and cannot be changed, though. Your request needs to be more specific.
Forum: Plugins 04-19-2024, 07:04
Replies: 2
Views: 599
Posted By Peter Brev
[ANY] Sourcemod Detailed Plugins List

This very small plugin complements or replaces sm plugins while in-game. It should print all plugins at once so that you do not have to type sm plugins 11, 22, 33, etc. anymore.
...
Forum: Plugins 04-11-2024, 05:45
Replies: 5
Views: 2,635
Posted By Peter Brev
Re: [ANY] Ultimate Change Your Name

Updated the main post by adding the edited playercommands with Sourcemod's regular sm_rename removed in favor of the Change Your Name sm_rename function. I thought I had it added in the main post,...
Forum: Plugins 03-17-2024, 13:58
Replies: 0
Views: 351
Posted By Peter Brev
[HL2DM] - Team Switch

Very old plugin that I had from 2018 when I was learning Sourcemod. HL2DM does not really give you hints as to how to easily switch teams. This should solve this problem through commands or through a...
Forum: Plugins 03-17-2024, 11:05
Replies: 8
Views: 1,813
Posted By Peter Brev
Re: [HL2DM] - Missing Sounds Fix

Pushed an update (1.1.). This is a quality of life update and is recommended you update. Less resources will be used by the plugin.

Code overhaul/optimization.

All sounds are now under one...
Forum: Plugins 11-27-2023, 13:33
Replies: 8
Views: 1,813
Posted By Peter Brev
Re: [HL2DM] - Missing Sounds Fix

Thanks for the feedback.


I will keep this in mind for next time.


That is how I initially wrote the plugin, but ran into issues where sounds would double up in-game for no good reason and...
Forum: Plugins 11-27-2023, 04:40
Replies: 2
Views: 945
Posted By Peter Brev
Re: [HL2DM] - Per Material Footstep Sounds

Glad to have made one player happy!
Forum: Plugins 11-27-2023, 04:38
Replies: 8
Views: 1,813
Posted By Peter Brev
Re: [HL2DM] - Missing Sounds Fix

I am not sure I understood. It is possible to hear other players' sounds if they are close to you, but they are originating from their position. I have not touched anything that has to do with sound...
Forum: Plugins 11-23-2023, 15:32
Replies: 7
Views: 1,434
Posted By Peter Brev
Re: [HL2DM] - Timeleft on HUD

Of course, it makes sense once I see what the problem was. Nice code optimization, though! Updated the OP.
Forum: Plugins 11-23-2023, 12:25
Replies: 7
Views: 1,434
Posted By Peter Brev
Re: [HL2DM] - Timeleft on HUD

Thanks. File updated in the OP.

Edit: Restored 1.0 for now, as your version has a visual glitch for any mp_timelimit value above 60 ( timeleft shows as 1h 117m for example ).

Edit 2: Issue...
Forum: Plugins 11-23-2023, 12:20
Replies: 0
Views: 582
Posted By Peter Brev
[HL2DM] - No +use/+jump spam

I used to play deathrun on a very popular deathrun server for HL2DM, which had ( and still has ) +jump/+use spam prevention. Limiting +jump spam could limit bunnyhopping ( not sure why you would do...
Forum: Scripting 11-23-2023, 09:35
Replies: 1
Views: 636
Posted By Peter Brev
Re: block rpg weapon switch while rocket in air in hl2dm

Hi. We will be looking at doing this through a custom server binaries instead. A member of the HL2DM community has already pushed a lot of fixes within his own custom server.so file, but it was...
Forum: Plugins 11-23-2023, 06:03
Replies: 0
Views: 852
Posted By Peter Brev
[Any] - SteamID Hijack Protection

This plugin adds a layer of protection preventing cheaters from hijacking another player's Steam ID. It is a very basic form of protection.

I assume this is not entirely necessary to have, given...
Forum: Plugins 11-23-2023, 05:42
Replies: 0
Views: 541
Posted By Peter Brev
[HL2DM] - End Game Music

This plugin randomly plays one of the default Half-Life 2 tracks at the end of a game ( whenever the time left reaches 0 ). How long the track plays depends on how long mp_chattime is set to. Setting...
Forum: Plugins 11-22-2023, 06:43
Replies: 8
Views: 1,813
Posted By Peter Brev
[HL2DM] - Missing Sounds Fix

This plugin is included in xFix! It is recommended to use this new plugin over this standalone one!

https://forums.alliedmods.net/showthread.php?t=347457
...
Showing results 1 to 25 of 60

 
Forum Jump

All times are GMT -4. The time now is 18:07.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode