Raised This Month: $51 Target: $400
 12% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
wtfaatp
Senior Member
Join Date: Jul 2010
Old 05-07-2014 , 14:41   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1581

From my testing this doesn't work well with SB...
__________________
SourceMod : 1.10.0 (Official) | MetaMod : 1.10.7 (Official)
Server : NFOservers - Windows
wtfaatp is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 05-07-2014 , 17:29   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1582

The Adminflags feature uses reloading of admins, maybe sourcebans don't control reloading of the admin flags
__________________
dordnung is offline
markg
Senior Member
Join Date: Jan 2009
Old 05-07-2014 , 19:42   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1583

Quote:
Originally Posted by Popoklopsi View Post
Hm, and the blocks file is also correct? Any logs?
yep, there are errors. just not sure what to do with them
Attached Files
File Type: log stamm_errors_(07-05-14).log (1.4 KB, 61 views)
markg is offline
Creampuffyness
Senior Member
Join Date: Jun 2009
Old 05-07-2014 , 22:20   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1584

Anyone able to help see why Adminflags are not being set? Attached are pics of my Stammdatabase, and the Default sourcemod database. I use sourcebans for my normal admin stuff. Below is my Stamm log.
Code:
L 05/07/2014 - 21:14:55: [stamm.smx] [ STAMM DEBUG ] Execute CREATE TABLE IF NOT EXISTS `STAMM_DB_1` (`steamid` VARCHAR(21) NOT NULL DEFAULT '', `level` TINYINT NOT NULL DEFAULT 0, `points` INT NOT NULL DEFAULT 0, `name` VARCHAR(128) NOT NULL DEFAULT '', `admin` TINYINT UNSIGNED NOT NULL DEFAULT 0, `version` FLOAT NOT NULL DEFAULT 0.0, `last_visit` INT UNSIGNED NOT NULL DEFAULT 1399515295, PRIMARY KEY (`steamid`)) COLLATE='utf8_general_ci'
L 05/07/2014 - 21:14:55: [stamm.smx] [ STAMM DEBUG ] Execute SELECT REPLACE(`version`, '.', '') FROM `STAMM_DB_1` ORDER BY `version` DESC LIMIT 1
L 05/07/2014 - 21:14:55: [stamm.smx] [ STAMM DEBUG ] Stamm successfully loaded
L 05/07/2014 - 21:14:56: [stamm.smx] [ STAMM DEBUG ] Execute ALTER TABLE `STAMM_DB_1` ADD `stamm_adminflag` TINYINT NOT NULL DEFAULT 1
L 05/07/2014 - 21:14:56: [stamm.smx] [ STAMM DEBUG ] Loaded Feature stamm_adminflag successfully
Entry 1 is me, an admin via sourcebans. Entry 2 is a test account I granted points too, which would be my top level.
Code:
"StammLevels"
{
	"bronze"
	{
		"name"              "Reserved Slot"
		"points"            "500"
	}
	"silver"
	{
		"name"              "End Round Immunity"
		"points"            "1000"
	}
	"gold"
	{
		"name"              "Autobalance Immunity"
		"points"            "1500"
Code:
"LevelSettings"
{
	"a"           "bronze"
	"as"          "silver"
	"asr"         "gold"
	//"abcd"        "Platinum"
	//"abcde"       "Diamond"
	//"abcdef"      "God"
}
Attached Thumbnails
Click image for larger version

Name:	stamm1.png
Views:	128
Size:	8.3 KB
ID:	133310   Click image for larger version

Name:	stamm2.png
Views:	119
Size:	2.4 KB
ID:	133311  

Last edited by Creampuffyness; 05-07-2014 at 22:23.
Creampuffyness is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 05-08-2014 , 04:55   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1585

@markg

[stamm_chatcolors] Couldn't find block '15' means that you don't have the block 15 in your cfg/stamm/levels/stamm_chatcolors.txt


@Creampuffyness

I don't know how exactly sourcebans works. The Picture of the database with the sourcebans admins is emtpy?
__________________
dordnung is offline
Creampuffyness
Senior Member
Join Date: Jun 2009
Old 05-08-2014 , 13:31   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1586

Quote:
Originally Posted by Popoklopsi View Post
@markg

[stamm_chatcolors] Couldn't find block '15' means that you don't have the block 15 in your cfg/stamm/levels/stamm_chatcolors.txt


@Creampuffyness

I don't know how exactly sourcebans works. The Picture of the database with the sourcebans admins is emtpy?
Yes it is empty. I have the tables setup, but Stamm is not putting an admin and giving them a flag. Am I missing the way the adminflag feature works? I don't see much on the wiki about it. Is Stamm expecting me to have a group setup in the SQL for users who should be getting admin flags?

I guess the better question, is where does stamm write to if not the database? Do I need adminflatfile on if it writes to admins_simple.ini?

Last edited by Creampuffyness; 05-08-2014 at 14:27.
Creampuffyness is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 05-08-2014 , 16:09   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1587

No, stamm just add new flags to players with the given level.

Example: A Player have flags bcdef. On silver he gets flag a. Then he have abcdef
__________________
dordnung is offline
Creampuffyness
Senior Member
Join Date: Jun 2009
Old 05-08-2014 , 16:20   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1588

Quote:
Originally Posted by Popoklopsi View Post
No, stamm just add new flags to players with the given level.

Example: A Player have flags bcdef. On silver he gets flag a. Then he have abcdef
How should I troubleshoot then? I have posted my files and logs. I only have the base Stamm, and Adminflag plugins installed. Are there other dependencies?

Edit: Maybe I just realized what you are saying. Do these players have to already exist in my sm_admin tables before they can get the flags they have earned? Is Stamm capable of adding an admin which does not exist, and giving them a flag?

Last edited by Creampuffyness; 05-08-2014 at 16:33.
Creampuffyness is offline
markg
Senior Member
Join Date: Jan 2009
Old 05-08-2014 , 18:26   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1589

Quote:
Originally Posted by Popoklopsi View Post
@markg

[stamm_chatcolors] Couldn't find block '15' means that you don't have the block 15 in your cfg/stamm/levels/stamm_chatcolors.txt

here is my stamm_chatcolors.txt
it is the stock file, and does seem to have a block 15, which is why im confused
Attached Files
File Type: txt stamm_chatcolors.txt (333 Bytes, 69 views)
markg is offline
Creampuffyness
Senior Member
Join Date: Jun 2009
Old 05-08-2014 , 22:13   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1590

Anyone think they can walk me through correctly setting up the adminflag plugin? I just cant seem to get it to work.
Creampuffyness is offline
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 20:35.


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