Raised This Month: $32 Target: $400
 8% 

[Source 2009, CS:GO] Stamm 2.28 - VIP Level Ranking


Post New Thread Reply   
 
Thread Tools Display Modes
zo6zo6
Member
Join Date: Feb 2018
Old 09-13-2018 , 16:58   Re: [Source 2009, CS:GO] Stamm 2.28 - VIP Level Ranking
Reply With Quote #1881

Quote:
Originally Posted by Stropy View Post
PHP Code:
"StammLevels"
{
    
"vip"
    
{
        
"name"            "VIP"
        "flag"            "o"
    
}

I have it setup like this and works as intended. I have 10 public as well though, not sure if it matters or not. Make sure you have correct flag in the stamm cfg and tvip cfg (remember, you use numbers for flags here, for "o" it is 15).
does it have to be flag o specifically? on my testing i used flag s (number 19) and it didnt work. i have only one private level and i use mysql for both stamm and tvip


EDIT!
i used flag o for testing and that didn't work either. the only way i managed to make stamm work is by skipping tvip and putting flag o directly on admin_simple. Even then i didn't work as it should. i had all the features of stamm when i put the flag on admin_simple but the moment i removed it, i still had all the features. it was like i never removed the flag

Last edited by zo6zo6; 09-14-2018 at 06:29.
zo6zo6 is offline
Stropy
Senior Member
Join Date: Feb 2016
Old 09-14-2018 , 07:48   Re: [Source 2009, CS:GO] Stamm 2.28 - VIP Level Ranking
Reply With Quote #1882

Not sure if reconnect (also sm_reloadadmins) is not needed in order to let stamm know you don't have the flag anymore. About the tvip, are you sure you gave yourself the flag? (sm_who) If you have root access, without the said flag, stamm wil simply ignore it and you will be just normal player to it.
Stropy is offline
zo6zo6
Member
Join Date: Feb 2018
Old 09-14-2018 , 14:44   Re: [Source 2009, CS:GO] Stamm 2.28 - VIP Level Ranking
Reply With Quote #1883

Quote:
Originally Posted by Stropy View Post
Not sure if reconnect (also sm_reloadadmins) is not needed in order to let stamm know you don't have the flag anymore. About the tvip, are you sure you gave yourself the flag? (sm_who) If you have root access, without the said flag, stamm wil simply ignore it and you will be just normal player to it.
i restarted the server and i still had stamm features, even though i had removed my steamid from admin simple. mysql is not getting updated and thats why i continue to have vip access. tVip is giving me the flag. i use double credits for store and when i put my self in the vip list with tvip i get double credits
zo6zo6 is offline
Stropy
Senior Member
Join Date: Feb 2016
Old 09-17-2018 , 10:08   Re: [Source 2009, CS:GO] Stamm 2.28 - VIP Level Ranking
Reply With Quote #1884

I am out of ideas then. Try checking logs, error logs, stamm logs and such. These is also a cvar "stamm_oflag", I am not using that one so I can't really tell how it works, but it might do the job for you.
Stropy is offline
Trum
AlliedModders Donor
Join Date: Jan 2017
Old 09-26-2018 , 09:53   [HELP] Can someone help me install
Reply With Quote #1885

Can someone help me install this plugin?

Last edited by DarkDeviL; 09-26-2018 at 11:10. Reason: Removed irrelevant link after merge
Trum is offline
kratoss1812
Senior Member
Join Date: May 2018
Location: Romānia
Old 09-27-2018 , 15:44   Re: [HELP] Can someone help me install
Reply With Quote #1886

Quote:
Originally Posted by Trum View Post
Can someone help me install this plugin?
use vip core
__________________
kratoss1812 is offline
ultimateknox
New Member
Join Date: Oct 2018
Old 10-06-2018 , 14:05   Re: [Source 2009, CS:GO] Stamm 2.28 - VIP Level Ranking
Reply With Quote #1887

hi i add this to my server and everything working good but no players got any stamm when they kill someone. its always saying 0 stam points everytime they kill someone !! plx help <3
ultimateknox is offline
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
Degurechaff
Junior Member
Join Date: Oct 2017
Old 12-03-2018 , 22:48   Re: [Source 2009, CS:GO] Stamm 2.28 - VIP Level Ranking
Reply With Quote #1889

Can someone help me with this ?
__________________
Degurechaff is offline
NickischLP
Senior Member
Join Date: Jun 2013
Location: Germany
Old 12-11-2018 , 18:00   Re: [Source 2009, CS:GO] Stamm 2.28 - VIP Level Ranking
Reply With Quote #1890

Where I can find the stamm plugin generator website or is it gone?
Anybody recompiled it with the new chat processor?
__________________

Last edited by NickischLP; 12-13-2018 at 01:44. Reason: Second question
NickischLP is offline
Send a message via Skype™ to NickischLP
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:45.


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