Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 16 of 16
Search took 0.01 seconds.
Search: Posts Made By: JeremyDF93
Forum: Extensions 02-06-2020, 05:37
Replies: 1,227
Views: 879,662
Posted By JeremyDF93
Re: [EXTENSION] Left 4 Downtown (0.4.6) - L4D2 is here and supported

Wasted time? Nah, I wouldn't have created this crazy broken thing if I haden't:
#define CALL_DECL_MEMBER(cls, func, ret, args) \
class func##Class : public cls { \
public: \
static ret...
Forum: Extensions 02-05-2020, 19:54
Replies: 1,227
Views: 879,662
Posted By JeremyDF93
Re: [EXTENSION] Left 4 Downtown (0.4.6) - L4D2 is here and supported

I was bored and re-wrote the whole extension from scratch. (supports both l4d1/2. plan on adding all the functions and forwards from l4do2 with l4d1 support where it can)

Everything should be...
Forum: Plugin/Gameplay Ideas and Requests 02-01-2020, 13:02
Replies: 1
Views: 686
Posted By JeremyDF93
Re: can someone help? compile error

You were missing two stock functions from SMLibs. I added those. Your `tag mismatch` warnings are because this is obviously a decompile and the `argument type mismatch` errors are because...
Forum: Plugin/Gameplay Ideas and Requests 01-27-2020, 18:11
Replies: 3
Views: 1,205
Posted By JeremyDF93
Re: [PAID] Looking for coder that can mod plugins for me.

Sure. Send me a PM or invite me on Discord Kiwi#7534
Forum: Plugin/Gameplay Ideas and Requests 01-26-2020, 02:05
Replies: 2
Views: 1,117
Posted By JeremyDF93
Re: [PAID] Youtube subscribe perks

It's possible, but you'd need a YouTube API and Steam API with OAuth authorizing to tie Steam users to their YouTube account. Most of the work would be designing the website for users to validate on....
Forum: Plugin/Gameplay Ideas and Requests 01-23-2020, 06:05
Replies: 4
Views: 898
Posted By JeremyDF93
Re: help tp_player.smx Plug-ins optimize

No problem! PM or message me on Discord (Kiwi#7534) if you need any more help!
I do have bitcoin: 37Qxcj2S7UYbqmhUxB2ndFUrK73Ct6DQh3
Forum: Plugin/Gameplay Ideas and Requests 01-23-2020, 04:44
Replies: 4
Views: 898
Posted By JeremyDF93
Re: help tp_player.smx Plug-ins optimize

I'm not 100% sure what you wanted done because your post has no information on what your problem is, so I just re-wrote the whole thing to be more "optimized" :D

#pragma semicolon 1
#pragma...
Forum: Plugin/Gameplay Ideas and Requests 01-16-2020, 01:52
Replies: 2
Views: 2,036
Posted By JeremyDF93
Re: [L4D2] Stagger SI when hit by melee weapons

Here you go! I added a ConVar as an option to stagger the tank. It's disabled by default because you can pretty much stun lock him. ;P

ConVars: nyx_melee_stagger_tank Default: false

Discord:...
Forum: Plugin/Gameplay Ideas and Requests 01-11-2020, 16:53
Replies: 5
Views: 1,665
Posted By JeremyDF93
Re: L4D2 Request for a plugin to improve the Grenade Launcher

Updated (https://github.com/JeremyDF93/l4d2_grenadestagger/raw/master/grenadestagger.smx) following @cravenge's advice. I forgot about the scripting tools ;P Works on Windows servers now.

There...
Forum: Plugin/Gameplay Ideas and Requests 01-09-2020, 14:59
Replies: 5
Views: 1,665
Posted By JeremyDF93
Re: L4D2 Request for a plugin to improve the Grenade Launcher

Here you go! https://github.com/JeremyDF93/l4d2_grenadestagger
ConVars: nyx_grenade_launcher_damage

Discord: Kiwi#7534
Please consider donating (https://www.paypal.me/JeremyDF93) if you like my...
Forum: Plugins 12-30-2019, 10:58
Replies: 1
Views: 2,218
Posted By JeremyDF93
[ANY] NyxTools (1.0.2-git65, 30.12.2019)

NyxTools
A collection of plugins to help make development easier and reduce repetitiveness. It's in early development so look forward to new features!

Installation
GAME SPECIFIC PLUGINS REQUIRE...
Forum: Plugin/Gameplay Ideas and Requests 12-28-2019, 00:01
Replies: 1
Views: 549
Posted By JeremyDF93
Re: [REQ] Unlimited Rocket / Sticky Jumper ammo

Would be something like this.

int slot = 0; // whatever slot the weapon is in
int ammo = 9999; // how much ammo to give them
int weapon = GetPlayerWeaponSlot(client, slot);
if (weapon != -1) {...
Forum: Extensions 12-27-2019, 23:05
Replies: 1,094
Views: 857,844
Posted By JeremyDF93
Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown

Here's the extension compiled under SM1.10 on Linux for anyone who wants it. This will fix "Segmentation faults" on startup with the newest version of SM.
The latest gamedata can be found here...
Forum: CS:S DM 12-27-2019, 17:36
Replies: 235
Views: 228,464
Posted By JeremyDF93
Re: CS:GO DM update and news

Full package built under SM 1.10 for Linux attached. (both CSGO&CSS)
Forum: Plugin/Gameplay Ideas and Requests 12-25-2019, 19:46
Replies: 2
Views: 817
Posted By JeremyDF93
Re: Apply On ADMFLAG_CUSTOM6

#include <sourcemod>
#include <tf2>

new Handle:crits = INVALID_HANDLE;
new Handle:chance = INVALID_HANDLE;

#define PLUGIN_VERSION "0.1"

public Plugin:myinfo =
{
Forum: CS:S DM 12-25-2019, 00:12
Replies: 235
Views: 228,464
Posted By JeremyDF93
Re: CS:GO DM update and news

\x55\x89\xe5\x57\x56\x53\x81\xec\x2a\x2a\x2a\x2a\x0f\xb6\x45\x0c\x0f\xb6\x55\x10 appears to be the new Linux signature for DropWeapons

Loads in CS:GO with SM 1.9 & MM 1.11, but I did not test the...
Showing results 1 to 16 of 16

 
Forum Jump

All times are GMT -4. The time now is 16:28.


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