View Single Post
vn_lind
Member
Join Date: Jul 2017
Old 01-09-2019 , 02:47   Re: [css & csgo] Max Money admin groups
Reply With Quote #5

ok i have loaded the other plugin as well ,, fixed the group names and set the money to :

mp_maxmoney 65000

but now everyone can get 65000 even if they are not vip group , what do i need to add for this to work only for the groups.

my admin groups

Code:
"Groups"
{
	"vip gold"
	{
		"flags"		"r"
	}
	"vip platinum"
	{
		"flags"		"t"
	}
	"vip silver"
	{
		"flags"		"s"
	}
	"simple server admin"
	{
		"flags"		"abcdfgjkq"
		"immunity"		"90"
	}
}
my maxmoney_admin_groups

Code:
//
//	Place this file ...addons/sourcemod/configs/maxmoney_admin_groups.cfg
//	Add admin group (admin_groups.cfg) and max. money value what specific group can gain overall.
//	ex.
//	"default"		"16000" // Use this to set default max. money value to everyone
//	"Full Admins"	"32000"
//
//
//

"Groups"
{

	"default"		"16000" // Default max. money value to set everyone. Removing this line or set value -1, stop limit players max. money



	"vip silver"	"20000" // Max. money value by this admin group
	"vip gold"		"30000"
	"vip platinum"	"65000"



}
Attached Files
File Type: txt admin_cache_dump.txt (676 Bytes, 233 views)

Last edited by vn_lind; 01-09-2019 at 06:07.
vn_lind is offline