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-05-2014 , 20:43   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1571

Code:
"StammLevels"
{
    "Starter"
    {
	"name"              "Starter"
	"points"            "0"
    }
    "Pirate"
    {
        "name"      "Pirate"
        "flag"    "r"
    }
	"Pirate-by-Points"
    {
        "name"      "Pirate-by-Points"
        "points"    "1250"
    }
	"Ninja"
    {
        "name"      "Ninja"
        "flag"    "s"
    }
	"Ninja-by-Points"
    {
        "name"      "Ninja-by-Points"
        "points"    "1750"
    }
	"BadAss"
    {
        "name"      "BadAss"
        "flag"    "t"
    }
	"BadAss-by-Points"
    {
        "name"      "BadAss-by-Points"
        "points"    "2000"
    }
}
This wont work normally as I was told..

SO I tried a work around.. giving Pirate-by-Points the admin flag R and still no go.. Is this also not suppose to work? Really trying to find a way for this to work out for me
__________________
SourceMod : 1.10.0 (Official) | MetaMod : 1.10.7 (Official)
Server : NFOservers - Windows
wtfaatp is offline
2NASTY4U
Senior Member
Join Date: Mar 2014
Old 05-05-2014 , 22:07   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1572

Quote:
Originally Posted by Creampuffyness View Post
1. Can I assign flags to users who reach a certain level? What I want is something like this:
So that upon getting 500 points, the user gets the A flag and all the benefits on my server of that flag. As they level up they get another perk.
Yes. But not this way. You have to use stamm feature admin flags. This feature allows you to give your vips admin flags.

Quote:
Originally Posted by Creampuffyness View Post
2. For stamm_delete_points_count is this a day? With default coding, is every use just losing 2 total points a day after being inactive X days?
Yes. Yes.

Quote:
Originally Posted by Creampuffyness View Post
I would like all users to lose 5% of their total points per day. Can this be done?
No.


Quote:
Originally Posted by wtfaatp View Post
[...] giving Pirate-by-Points the admin flag R and still no go.. Is this also not suppose to work? Really trying to find a way for this to work out for me
Is it possible that you use Stamm normaly as other users? Popoklopsi said two pages before that he will fix this in future, I remember.
2NASTY4U is offline
Creampuffyness
Senior Member
Join Date: Jun 2009
Old 05-06-2014 , 00:07   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1573

2NASTY4U thank for you for info. I will look into running a cron job to manually multiply everyone's points my 0.95 everyday.

Would you mind however pointing me in the right direction for the admin flags? I see this, but how would I associate a point level?

Code:
// You need this name for the feature level settings, it must be unique
"<name>"
{
    // This is the name of your level. The Players see this name!
    "name"      "<levelname>"

    // This defines the flag a player need to access this private level
    "flag"  "<adminflag>"
}
Sorry for the questions, the plugin is vast and I just hope to have a good understanding of it before attempting to mess with it too much.
Creampuffyness is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 05-06-2014 , 01:39   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1574

Quote:
Originally Posted by markg View Post
Tf2 and im using the default chatcolors, file from my server (just in case) attached
Hm, and the blocks file is also correct? Any logs?


Quote:
Originally Posted by DAMNmoman View Post
Can you give me a edition which the TF2 HUD is "Point: 0" but not "[STAMM] Point: 0"?
i tried to edit the client.sp and created a new Stamm.smx but errors came out...
Is attached.


Quote:
Originally Posted by HvG Community View Post
could problem be caused because i had

and then i accidently removed this from databases.cfg
You said before you nothing changed, it was suddenly, lol



Quote:
Originally Posted by Creampuffyness
Would you mind however pointing me in the right direction for the admin flags? I see this, but how would I associate a point level?
Code:
"1level"
{
    // This is the name of your level. The Players see this name!
    "name"      "1level"

    // This defines, how much points a player need to get this level
    "points"    "1000"
}
Then in the adminflags block file use:

Code:
// Use "<admin_flags>"     "<levelname>"

"LevelSettings"
{
	"a"           "1level"
}
Then on 1000 points you'll get flag a^^
Attached Files
File Type: sp Get Plugin or Get Source (clientlib.sp - 94 views - 15.3 KB)
File Type: smx stamm.smx (66.4 KB, 85 views)
__________________

Last edited by dordnung; 05-06-2014 at 01:41.
dordnung is offline
DAMNmoman
Junior Member
Join Date: Mar 2014
Old 05-06-2014 , 04:06   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1575

Can i set a group of people (e.g. donors) to have double points permanently?

For example
a player (flag: a) can get double points when he killed an enemy.
other players without having flag a cant get double points.

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

Not by default, but easy to implement with a feature
__________________
dordnung is offline
HvG Community
AlliedModders Donor
Join Date: Sep 2012
Old 05-06-2014 , 11:20   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1577

@2NASTY4U @Popoklopsi
i readded it to databases.cfg but it doesnt work..their levels are not returned..
HvG Community is offline
SonnyBozz
New Member
Join Date: May 2014
Old 05-06-2014 , 15:00   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1578

can me say someone how i can change the colors of the stamm adverts ?

in witch file ?

i dont like the green & orange stamm style
SonnyBozz is offline
2NASTY4U
Senior Member
Join Date: Mar 2014
Old 05-06-2014 , 16:59   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1579

Quote:
Originally Posted by HvG Community View Post
@2NASTY4U @Popoklopsi
i readded it to databases.cfg but it doesnt work..their levels are not returned..
Maybe you have a typographical error, maybe your Stamm-DB.sq3 in "addons/sourcemod/data/sqlite" was deleted, maybe stamm_serverid was changed.
We don't have access to your server, we can't check your files, we don't see your log files.
Sorry. But please use MySQL, like other stamm users and start a new stamm.

You should fix your errors too. You need to install the extension Flashbang tools. You did not read your errors before you post them here a few days ago.

Quote:
Originally Posted by SonnyBozz View Post
can me say someone how i can change the colors of the stamm adverts ?

in witch file ?

i dont like the green & orange stamm style
Main:
cstrike/addons/sourcemod/translations/stamm.phrases.txt
cstrike/addons/sourcemod/translations/stamm.phrases.morecolors.txt

Features:
cstrike/addons/sourcemod/translations/stamm/

Tag:
cstrike/cfg/stamm/stamm_config.cfg

Available colors:
https://www.doctormckay.com/morecolors.php
2NASTY4U is offline
Creampuffyness
Senior Member
Join Date: Jun 2009
Old 05-07-2014 , 01:52   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1580

Ok so I added Stamm and the Adminflag features, but need some help. Here is my stamm_adminflag.txt.

Code:
"LevelSettings"
{
	"a"           "Bronze"
	"as"          "Silver"
	"asr"         "Gold"
	//"abcd"        "Platinum"
	//"abcde"       "Diamond"
	//"abcdef"      "God"
}
And here is my StammLevels.txt
Code:
"StammLevels"
{
	"bronze"
	{
		"name"              "Bronze"
		"points"            "500"
	}
	"silver"
	{
		"name"              "Silver"
		"points"            "1000"
	}
	"gold"
	{
		"name"              "Gold"
		"points"            "1500"
	}
	//"platinum"
	//{
	//	"name"              "Platinum"
	//	"points"            "2000"
	//}
	//"diamond"
	//{
	//	"name"              "Diamond"
	//	"points"            "2500"
	//}
	//"god"
	//{
	//	"name"              "God"
	//	"points"            "3000"
	//}
	//"special"
	//{
	//  "name"              "Special"
	//  "flag"              "abt"
	//}
}
Points are tracking great, but when testing my users did not receive their admin flags. I tried this a couple ways. I use Sourcebans for admins, I was hoping I could use the same SB, but apparently not. I then created a fresh database and setup normal Sourcemod admin tables. The players are tracked, points are added, but no flags are given.

Do I need the "default" database setup? I thought just the Stamm one would configure the flags.

Last edited by Creampuffyness; 05-07-2014 at 01:53.
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 05:02.


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