View Single Post
Degurechaff
Junior Member
Join Date: Oct 2017
Old 11-28-2018 , 23:01   Re: [Source 2009, CS:GO] Stamm 2.28 - VIP Level Ranking
Reply With Quote #1888

Hello there, i've installed stamm and some features, but can't get to work one feature
Chatcolors
So i have some questions, can i use chatcolors to get tag's for each of classes without flags ?
Can i disable the !scolor, so the tags should only take the color i chose.
Currently using Custom chatcolors too, but can i do use them both withot need of disabling 1, currently they are working, but as soon as i unload 1, giving this error. And also the stamm chat tags won't show

PHP Code:
L 11/29/2018 05:28:23: [SMException reportedNative is not bound
L 11
/29/2018 05:28:23: [SMBlamingstamm/stamm_chatcolors.smx
L 11
/29/2018 05:28:23: [SMCall stack trace
HTML Code:
// Here you can define your Levels
// ---------------------------------------------------------------
// how to add a public level:
//
// "<name>"                             // You need it for the level settings of the features.
// {
//      "name"      "<levelname>"       // This is the name of your level. The players see this name! You can also use this for the level settings of the features.
//      "points"    "<points>"          // This defines, how much points a player need for this level.
// }
// ---------------------------------------------------------------
// how to add a private level:
//
// "<name>"                             // You need it for the level settings of the features.
// {
//      "name"      "<levelname>"       // This is the name of your level. The players see this name ingame! You can also use this for the level settings of the features.
//      "flag"      "<adminflags>"      // This defines the flags a player need to access this private level.
// }

"StammLevels"
{
	"iron"
	{
		"name"              "Iron"
		"points"            "500"
	}
	"bronze"
	{
		"name"              "Bronze"
		"points"            "1000"
	}
	"silver"
	{
		"name"              "Silver"
		"points"            "1500"
	}
	"gold"
	{
		"name"              "Gold"
		"points"            "2000"
	}
	"platinum"
	{
		"name"              "Platinum"
		"points"            "2500"
	}
	"diamond"
	{
		"name"              "Diamond"
		"points"            "3000"
	}
	"master"
	{
		"name"              "Master"
		"points"            "3500"
	}
	"grandmaster"
	{
		"name"              "Grandmaster"
		"points"            "4000"
	}
	"challenger"
	{
		"name"              "Challenger"
		"points"            "4500"
	}
	//"special"
	//{
	//  "name"              "Special"
	//  "flag"              "abt"
	//}
}
Chatcolors
HTML Code:
// Here you can add the blocks for the chatcolor configuration
// You need them in the cfg/stamm/features/chatcolors.txt file.

"LevelSettings"
{
	// Block for e.g colors blue, beige and tag Player
	"l1"             "Iron"	
	"l2"             "Bronze"
	"l3"             "Silver"
	"l4"             "Gold"
	"l5"             "Platinum"
	"l6"             "Diamond"	
	"l7"             "Master"	
	"l8"             "Grandmaster"	
	"l9"             "Challenger"	
}
HTML Code:
// Here you can define the available colors and tags.
//
// Colors are defined by a color name, a hex string representing the color and a block on that a VIP get that color.
// Blocks have to be defined in the stamm_chatcolors.txt.
// You can generate colors here: http://hexcolorgenerator.com/
//
// The second part are the tags.
// They are defined by a tag name and a block on that a VIP get that tag.
//
"chatcolors"
{
	"colors"
	{	
		"beige"
		{
			"color"     "F5F5DC"
			"block"     "l5"
			"block"     "l6"
		}
		
		"green"
		{
			"color"     "3EFF3E"
			"block"     "l7"
		}
		"lime"
		{
			"color"     "00FF00"
			"block"     "l8"
		}
		"pink"
		{
			"color"     "FFC0CB"
			"block"     "l9"
		}
		
		"silver"
		{
			"color"     "C0C0C0"
			"block"     "l3"
		}
		
		"yellow"
		{
			"color"     "FFFF00"
			"block"     "l4"
		}
		
		"white"
		{
			"color"     "FFFFFF"
			"block"     "l1"
			"block"     "l2"
		}
	}
	
	"tags"
	{
		"Iron"    "l1"
		"Bronze"    "l2"
		"Silver"      "l3"
		"Gold"      "l4"
		"Platinum"      "l5"
		"Diamond"      "l6"
		"Master"      "l7"
		"Grandmaster"      "l8"
		"Challenger"      "l9"
	}
}
__________________

Last edited by Degurechaff; 11-28-2018 at 23:05.
Degurechaff is offline