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

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: Drixevel
Forum: Plugins 03-16-2024, 19:41
Replies: 1
Views: 412
Posted By Drixevel
[TF2] Hungry Heavy Delivery

Hungry Heavy Delivery

:: Description
In this mode, players play as delivery boys who are tasked with delivering pizzas to the locals. The primary objectives are to deliver as many pizzas as...
Forum: Plugin/Gameplay Ideas and Requests 10-23-2023, 19:15
Replies: 1
Views: 456
Posted By Drixevel
Forum: Store 10-22-2023, 13:51
Replies: 469
Views: 275,269
Posted By Drixevel
Re: Sourcemod Store (Includes Download - Patch 1.2.6)

Update 1.2.7


Add a stocks file for use later.
Move around functions being called where to be cleaner.
Change admin commands to be regular SourceMod commands.
Change the Installer plugin...
Forum: Store 10-21-2023, 19:15
Replies: 469
Views: 275,269
Posted By Drixevel
Re: Sourcemod Store (Includes Download - Patch 1.2.6)

Update 1.2.6


Added an installer script to make life easier. (Need to finish adding item installs though)
Cleaned up some callbacks to fire regardless.
Added a new variation of the inventory...
Forum: Plugin/Gameplay Ideas and Requests 10-11-2023, 16:09
Replies: 2
Views: 547
Posted By Drixevel
Re: VSH2 Backstabb Message.

https://github.com/drixevel-dev/sm-plugins/blob/main/scripting/vsh2-backstabmsg.sp
https://github.com/drixevel-dev/sm-plugins/blob/main/plugins/vsh2-backstabmsg.smx

untested
Forum: Store 10-07-2023, 17:52
Replies: 469
Views: 275,269
Posted By Drixevel
Re: Sourcemod Store (Includes Download - Patch 1.2.5)

Pushed a new component to show a Hud for the store on screen, needs more stuff added though.
Forum: Store 10-04-2023, 16:17
Replies: 1
Views: 694
Posted By Drixevel
Re: Zephyrus Store Hats

Wrong store system, post this in the Zeph Store plugin thread instead.
Forum: Store 10-04-2023, 16:16
Replies: 4
Issue Store Issue
Views: 548
Posted By Drixevel
Re: Store Issue

Are you using the latest version? 1.2.5?
Forum: Store 09-18-2023, 03:50
Replies: 469
Views: 275,269
Posted By Drixevel
Re: Sourcemod Store (Includes Download - Patch 1.2.5)

Update 1.2.5


Updated all of the natives and cleaned up the callbacks.
Increased the size of name buffers in the gifting plugin.
Uploaded the chat items module and updated its syntax.
Forum: Store 09-17-2023, 18:53
Replies: 469
Views: 275,269
Posted By Drixevel
Re: Sourcemod Store (Includes Download - Patch 1.2.4)

Pushing some updates soon to fix some bugs and make the store work without the web panel.
Forum: Plugins 09-06-2023, 10:40
Replies: 2
Views: 1,065
Posted By Drixevel
Re: [TF2] SniperAlert Voice command

You might be able to use SpeakResponseConcept to have them say the voice lines except their mouths move as well.

https://github.com/drixevel-dev/sm-resources/blob/main/includes/misc-sm.inc#L2164
Forum: Plugin/Gameplay Ideas and Requests 07-17-2023, 21:17
Replies: 3
Views: 613
Posted By Drixevel
Re: [L4D] model spawns on reload

If you have the model on hand, that's pretty easy.
Forum: Plugin/Gameplay Ideas and Requests 04-27-2023, 16:39
Replies: 2
Views: 591
Posted By Drixevel
Re: Game Started Message [Request Please]

#include <sourcemod>

#pragma semicolon 1
#pragma newdecls required

public Plugin myinfo = {
name = "[L4D2] Game Start Message",
author = "Drixevel",
description =...
Forum: General 04-26-2023, 00:43
Replies: 3
Views: 764
Posted By Drixevel
Re: Need help with decompiling SMX files

You're not currently gonna find a decompiler that decompiles code and makes it into a compilable plugin by default, you'll need it to be edited and fixed up.
Forum: General 04-25-2023, 18:10
Replies: 3
Views: 764
Posted By Drixevel
Re: Need help with decompiling SMX files

https://headlinedev.xyz/lysis/

1st hit on Google.
Forum: Plugin/Gameplay Ideas and Requests 03-20-2023, 09:46
Replies: 3
Views: 1,794
Posted By Drixevel
Re: How do I hook FireBullets?

If you're on CSGO then just hook the 'weapon_fire' event.
Forum: General 03-19-2023, 08:03
Replies: 2
Views: 1,209
Posted By Drixevel
Re: !elo plugin

https://github.com/drixevel-dev/sm-faceit-plugins
Forum: Plugin/Gameplay Ideas and Requests 02-08-2023, 23:05
Replies: 5
Views: 1,009
Posted By Drixevel
Re: [CSGO]Looking for Plugin Bombs countdown

Fixed the 2nd bug anyways, 1st one is because you didn't have the translation file for the plugin.
Forum: Plugin/Gameplay Ideas and Requests 02-08-2023, 04:45
Replies: 5
Views: 1,009
Posted By Drixevel
Re: [CSGO]Looking for Plugin Bombs countdown

Took this plugin and modified it to add a hud sync as well: https://forums.alliedmods.net/showthread.php?p=1934836

:bee: (untested)
Forum: Plugin/Gameplay Ideas and Requests 01-28-2023, 15:35
Replies: 3
Views: 627
Posted By Drixevel
Forum: Plugin/Gameplay Ideas and Requests 01-26-2023, 08:53
Replies: 2
Views: 492
Posted By Drixevel
Forum: Plugin/Gameplay Ideas and Requests 01-18-2023, 14:38
Replies: 2
Views: 507
Posted By Drixevel
Re: [CSGO]

install this

https://forums.alliedmods.net/showthread.php?t=298024
Forum: Store 01-04-2023, 12:16
Replies: 469
Views: 275,269
Posted By Drixevel
Re: Sourcemod Store (Includes Download - Patch 1.2.4)

I will include a fix for this in the next update.
Forum: Plugins 12-26-2022, 15:36
Replies: 6
Views: 6,214
Posted By Drixevel
Re: [Any] Block RCON

Patch 1.0.3

Added translations, added a slight delay for logs and updated meta data.
Forum: Plugin/Gameplay Ideas and Requests 12-20-2022, 13:11
Replies: 3
Views: 789
Posted By Drixevel
Re: [CSGO] Disable MapDecals for flag

The best place to start would be to hook "BSP Decal" with AddTempEntHook and see how that works out. I'm not 100% sure you can just toggle the active decals on/off though with like a command live...
Showing results 1 to 25 of 500

 
Forum Jump

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


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