View Single Post
vn_lind
Member
Join Date: Jul 2017
Old 01-12-2019 , 07:19   Re: [css & csgo] Max Money admin groups
Reply With Quote #11

Ok it is almost working , but i forgot to tell you that this groups are not going into the admin file ,, they are separate plugin and the server recognizes them by flags.

My groups.cfg

Code:
"Groups"
{
	"vip gold"
	{
		"flags"		"r"
	}
	"vip platinum"
	{
		"flags"		"t"
	}
	"vip silver"
	{
		"flags"		"s"
	}
	"simple server admin"
	{
		"flags"		"abcdfgjkq"
		"immunity"		"90"
	}
}
It is a separate Vip plugin. So now if I need to add/remove someone to the group I need to edit every the time the admins.cfg , but I give Vip access by flags for certain time and when the time is up, the server auto delete that flags from the user. Can we change this to work with flags for my setup ? Sorry for the trouble but like that is difficult to manage. I taught when I give that flag to some players, your plugin will automatically gets the group and set the correct amount of money.

The whole idea of this is :

to give flag(vip group) to any player that is not an admin and in the same time if the admin has that flag and VIP also to use your plugin money, and on the other hand players that are not admins and has no VIP assigned to gain not more than 16 000 in wallet.

Once again sorry for the mess i created and I really appreciate your help.

Last edited by vn_lind; 01-12-2019 at 07:24.
vn_lind is offline