AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [TF2] Sentry Busters Drop Money (https://forums.alliedmods.net/showthread.php?t=239813)

boynedmaster 05-03-2014 23:18

[TF2] Sentry Busters Drop Money
 
1 Attachment(s)
-- Title --
[TF2] Sentry Busters Drop Money (v1.0 2014-5-3)

-- Description --
When Sentry Busters explode, they drop the money pack of your choice.

-- Thanks to --
Arthurdead for expanding this plugin.

-- Cvars --
sm_sbdm_cashsize (medium, small, large, random)
sm_sbdm_cashamount (how much cash will spawn)
sm_sbdm_enable (enable/disable)

arthurdead 05-03-2014 23:43

Re: [TF2] Sentry Busters Drop Money
 
just attach the .sp also link doesn't work

edit

why this ?
PHP Code:

#include <sourcemod>
#include <sdktools_functions>
#include <events>
#include <vector> 

just
PHP Code:

#include <sourcemod>
#include <sdktools> 


boynedmaster 05-03-2014 23:56

Re: [TF2] Sentry Busters Drop Money
 
Quote:

Originally Posted by arthurdead (Post 2133236)
just attach the .sp also link doesn't work

edit

why this ?
PHP Code:

#include <sourcemod>
#include <sdktools_functions>
#include <events>
#include <vector> 

just
PHP Code:

#include <sourcemod>
#include <sdktools> 


It's just a pet peeve of mine.

arthurdead 05-04-2014 00:38

Re: [TF2] Sentry Busters Drop Money
 
1 Attachment(s)
added new cvars

sm_sdbm_cashsize (medium, small, large, random)
sm_sdbm_cashamount (how many cash will spawn)
sm_sdbm_enable (enable/disable)

boynedmaster 05-04-2014 11:25

Re: [TF2] Sentry Busters Drop Money
 
Quote:

Originally Posted by arthurdead (Post 2133255)
added new cvars

sm_sdbm_cashsize (medium, small, large, random)
sm_sdbm_cashamount (how many cash will spawn)
sm_sdbm_enable (enable/disable)

holy shit
thanks

Shadowysn 01-06-2022 02:54

Re: [TF2] Sentry Busters Drop Money (1.1)
 
1 Attachment(s)
Updated to SM 1.11, should work on SM 1.10.
Fixed typo of ConVars from sdbm to sbdm, and added sm_sbdm_version cvar.
Optimized value-grabbing of sm_sbdm_cashsize.


All times are GMT -4. The time now is 22:46.

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