AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [CSS] Buyzone range (https://forums.alliedmods.net/showthread.php?t=141245)

Devzirom 10-21-2010 10:31

[CSS] Buyzone range
 
2 Attachment(s)
Buyzone range
Plugin allows to set buyzone range for team specific: everywhere/nowhere/default

Plugin cvar's
sm_bz_enabled 1/0 = active/disabled
sm_bz_t - To install a buyzone range for the Terrorists team.
sm_bz_ct - To install a buyzone range for the Counter-Terrorists team.
sm_bz_help - Plugin help
sm_bz_version - Plugin version

Usage examples cvar's
sm_sw_t 0
- To install a buyzone range for the Terrorists team is default.
sm_sw_t 1
- To install a buyzone range for the Terrorists team is nowhere.
sm_sw_t 2
- To install a buyzone range for the Terrorists team is everywhere.
sm_sw_ct 0
- To install a buyzone range for the Counter-Terrorists team is default.
sm_sw_ct 1
- To install a buyzone range for the Counter-Terrorists team is nowhere.
sm_sw_ct 2
- To install a buyzone range for the Counter-Terrorists team is everywhere.

Extension SDK Hooks Requred

Thanks to VEN

sinblaster 10-21-2010 18:28

Re: [CSS] Buyzone range
 
So sm_bz_enabled 0 will disable buyzones completely? even default?
That sounds great for CSSDM and stopping bind buys.

Devzirom 10-21-2010 18:39

Re: [CSS] Buyzone range
 
Quote:

Originally Posted by sinblaster (Post 1331247)
So sm_bz_enabled 0 will disable buyzones completely? even default?
That sounds great for CSSDM and stopping bind buys.

No. sm_bz_enabled 0 - switches off a plugin. To remove buyzone's, use value 1 for console variables sm_bz_t and sm_bz_ct.

This remove all buyzone's:

Quote:

sm_bz_enabled 1; sm_bz_t 1; sm_bz_ct 1

sinblaster 10-21-2010 18:42

Re: [CSS] Buyzone range
 
sorry of course .. fantastic thanks, great idea ;)

Devzirom 10-21-2010 18:50

Re: [CSS] Buyzone range
 
Quote:

Originally Posted by sinblaster (Post 1331257)
sorry of course .. fantastic thanks, great idea ;)

I'm glad you liked it

eric0279 01-07-2011 12:44

Re: [CSS] Buyzone range
 
Hello,

sorry, solved

dan0ne 02-06-2011 13:28

Re: [CSS] Buyzone range
 
Thanks! Very useful for me.

jungjunghoo 09-14-2011 00:44

Re: [CSS] Buyzone range
 
Not worked ( I can load plugin but Not work)

Buy zone range still normal
(I set cvar by all range)

Please fix it!

RedSword 09-14-2011 12:08

Re: [CSS] Buyzone range
 
Seems great but letting :

Code:

RegServerCmd("sm_bz_help", CommandHelp, " \"Buyzone range\" plugin help");
Could mean shit in your server console log, since anyone could use it.

musosoft 10-09-2011 07:19

Re: [CSS] Buyzone range
 
I think sm_sw_*** should be sm_bz_*** :P

EDIT: Could you please add new function: buyzones configurable by positions? Thanks


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

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