Raised This Month: $12 Target: $400
 3% 

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: databomb
Forum: Plugins 03-14-2023, 22:50
Replies: 0
Views: 417
Posted By databomb
[ND] Save Last Base Spawn

[ND] Save Last Base Spawn

Description
If a commander sells the last spawn then players must wait until everyone on their team (including the commander) dies and then the game will end. Despite...
Forum: Plugins 03-14-2023, 22:28
Replies: 3
Views: 1,126
Posted By databomb
Re: [ND] Commander Structure Intercepts

Updated gamedata to include CNuclearDawn::GetCommandBunkerForTeam
Forum: Plugins 03-12-2023, 00:01
Replies: 0
Views: 596
Posted By databomb
[ND] Bot Radio Helpers

Description
When a player calls for a medic using the built-in radio commands, this plugin will check if there's a nearby teammate bot who's a medic. If one is found then this changes the bot's...
Forum: Plugins 03-10-2023, 20:19
Replies: 0
Views: 534
Posted By databomb
[ND] King of the Hill Gamemode

Nuclear Dawn King of the Hill Gamemode Plugin

Description
Teams fight over control of the Primary Resource Point in timed round matches. The team who controls Prime for the longest amount of time...
Forum: Plugins 03-10-2023, 20:04
Replies: 3
Views: 1,126
Posted By databomb
Re: [ND] Commander Structure Intercepts

Version 1.2.1 posted
Provides new forward ND_OnCommanderSellStructure to allow plugins to block commanders from selling structures by adding a new detour of SellActionHandlerObject::Run
Forum: Scripting 02-19-2023, 14:09
Replies: 17
Views: 2,417
Posted By databomb
Re: [CSGO] Disable scoreboard / set kills, assists & deaths to 0

Yeah, it's probably more likely that these offsets from the client entity will break with future CS:GO updates. But the functions like ResetAssistsCount are so small that if you mask out the offsets...
Forum: Scripting 02-18-2023, 17:35
Replies: 1
Views: 939
Posted By databomb
Re: [CS:GO] Set weapon stickers using SetEntProp()

https://blog.counter-strike.net/index.php/server_guidelines/

This seems like it would violate the first rule:
– Allowing players to claim temporary ownership of CS:GO items that are not in their...
Forum: Scripting 02-17-2023, 17:20
Replies: 17
Views: 2,417
Posted By databomb
Re: [CSGO] Disable scoreboard / set kills, assists & deaths to 0

It's not possible to hide the scoreboard afaik. The client is looking at the keys being pressed and displays the scoreboard on its own, so it's not something you could interfere with from SourceMod...
Forum: Plugin/Gameplay Ideas and Requests 02-13-2023, 13:12
Replies: 3
Views: 1,160
Posted By databomb
Re: [TF2 Jail] Team Ban

Does this one not work?

https://github.com/Scags/TF2-Jailbreak-Redux/blob/develop/sourcemod/scripting/TF2JailRedux_TeamBans.sp

There are several more plugins for CS:S/CS:GO that potentially...
Forum: Plugin/Gameplay Ideas and Requests 02-01-2023, 00:53
Replies: 2
Views: 877
Posted By databomb
Re: [ANY] Pose Parameter Fix for Improved Hit Registration in Older Source Engine Gam

Are you looking for this plugin? https://forums.alliedmods.net/showthread.php?p=2646571
Forum: Scripting 01-17-2023, 00:39
Replies: 10
Views: 2,177
Posted By databomb
Re: [TF2] Signature for CTFPlayer::RemoveObject

Can you link the server.dll you're using? Also, in your SP file it'd be good to check the results of PrepSDKCall_SetFromConf and SetFailState if it's false to eliminate any type of formatting issues...
Forum: Plugins 01-10-2023, 12:20
Replies: 3
Views: 1,126
Posted By databomb
Re: [ND] Build Structure Intercept

Updated to version 1.1 which detours the emergency assembler build action from the command bunker as well as improves the detour to allow for modification of the structure type or position in...
Forum: Plugins 12-28-2022, 18:23
Replies: 3
Views: 1,126
Posted By databomb
[ND] Commander Structure Intercepts

Nuclear Dawn Commander Structure Intercepts


Description

This plugin exposes a detour of CNDPlayer::Commander_BuildStructure and CNDPlayer::Commander_BuildEmergencyAssembler to enable other...
Forum: Scripting 12-25-2022, 13:02
Replies: 5
Views: 1,071
Posted By databomb
Re: [CS:GO] Detect player in Taser's range

Damage can be detected using the player_hurt event. See the details for CS:GO here:
https://wiki.alliedmods.net/Counter-Strike:_Global_Offensive_Events#player_hurt

If you need to modify the taser...
Forum: Scripting 12-24-2022, 13:26
Replies: 5
Views: 1,071
Posted By databomb
Re: [CS:GO] Detect player in Taser's range

Yes, something like this is possible with a SourceMod plugin. There are SDKHooks that will allow you to know when a player has the taser equipped; I would try SDKHook_WeaponSwitchPost and you may...
Forum: General 12-23-2022, 23:36
Replies: 7
Views: 2,568
Posted By databomb
Re: [L4D2]Linux game server rental

If you're willing to take on the extra work of setting up everything on a VPS then this would open up a lot more possibilities to find a good host in the Dallas area.
Forum: Scripting 12-23-2022, 23:20
Replies: 1
Views: 636
Posted By databomb
Re: [CS:GO] VIP Queue

There's still a ways to go here. You may want to consider how you want someone to join the queue. Will it be automatic based on when the VIP joins the server? If it's not automatic then you'll want...
Forum: Plugin/Gameplay Ideas and Requests 12-23-2022, 22:45
Replies: 2
Views: 557
Posted By databomb
Re: Mute in Adminmenu don't work

Try updating your sourcemod installation, if you haven't tried that already. After that, disable any non-standard mute plugins like extendedcomm and confirm that a normal !mute <player> with the...
Forum: Source Servers (SRCDS) 12-23-2022, 22:33
Replies: 1
Views: 907
Posted By databomb
Re: JailBreak server

Fane, you may get better replies if you specify what game you're interested in. CS:S, TF2, CS:GO, and maybe others all have active jailbreak servers. A lot (or all) of what you're asking for already...
Forum: Plugin/Gameplay Ideas and Requests 09-06-2022, 19:30
Replies: 4
Views: 703
Posted By databomb
Re: [CSGO] Plugin to Edit Wallbang Damage

This is possible with a SourceMod plugin. Franc1sco has already answered a similar question that came up on molotovs: https://forums.alliedmods.net/showpost.php?p=2732683&postcount=3

Try a...
Forum: Plugins 12-23-2018, 19:52
Replies: 461
Views: 237,434
Posted By databomb
Re: [CS:S/CS:GO] CT Bans

Use sm_isbanned <target> to check their time in the game. I think it is staying at 80 because the banned player is not alive in these last 10 minutes before the map changes. Remember the 80-minutes...
Forum: Plugins 04-13-2018, 12:50
Replies: 461
Views: 237,434
Posted By databomb
Re: [CS:S/CS:GO] CT Bans

Thanks MaGiKz, we found there was an error in the ctban.phrases.txt file on line 294 missing a closing " for only the French translation entries. All server owners should update the...
Forum: Plugins 02-26-2018, 21:10
Replies: 461
Views: 237,434
Posted By databomb
Re: [CS:S/CS:GO] CT Bans

The ban times are only updated when the player leaves the server, so if the server goes down before the player disconnects then it would not save the time..

If there is a crash then all current...
Forum: Plugins 02-13-2018, 00:41
Replies: 218
Views: 138,813
Posted By databomb
Re: [css] Advanced Voice Communications (Dead All Talk)

The game you are attempting to use this plugin on is not currently supported.
Forum: SM_Hosties 02-03-2018, 14:14
Replies: 1
Views: 2,916
Posted By databomb
Re: Is this the only plugin I need for CSS jailbreak?

No. Jailbreak requires a lot of different plugins. For instance, you'll need a way to ban players from being on the CT team.. I didn't want to include them under a single plugin but in hindsight...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 13:43.


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