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
sandi
Junior Member
Join Date: Apr 2010
Location: germany
Old 09-20-2012 , 11:50   Re: [CS:S, TF2, CS:GO] Stamm 2 Final (VIP Mod)
Reply With Quote #521

Quote:
Originally Posted by Bara View Post
Try this:
Code:
ln -s /var/run/mysqld/mysqld.sock /tmp/mysql.sock

thx bara you are the best its works now thx thx thx

sry about bad eng
sandi is offline
Send a message via Skype™ to sandi
Lacrimosa99
Member
Join Date: Oct 2010
Old 09-20-2012 , 12:43   Re: [CS:S, TF2, CS:GO] Stamm 2 Final (VIP Mod)
Reply With Quote #522

Quote:
Originally Posted by Miss.Xantis View Post
Ahhhhh...guter Hinweis. Hab sie eingetragen. Nun gehts....uhu
Schön dir helfen zu können =)^^
Lacrimosa99 is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 09-20-2012 , 12:54   Re: [CS:S, TF2, CS:GO] Stamm 2 Final (VIP Mod)
Reply With Quote #523

UPDATED AdminFlags to 1.1!



Quote:
Originally Posted by Inflikted View Post
thanks for adding the adminflag feature I noticed you added it in. I was looking through the coding and it appears they are added to configs/admins_simple.ini if they are a stamm vip user and want the feature. But I didn't see any option to remove their flag if they loose vip status. Would I have to manually remove them from admins_simple.ini?
Ah sorry, didn't think about it, added it now!

Quote:
Originally Posted by wtfaatp View Post
Would it be possible to denote each "Benefit' to a admin flag?

Like when we edit sourcemod/stamm/levels/stamm_chats.txt

Code:
"LevelSettings"
{
	"level"			"Platinum"
	"flag"			"o"
}
That or make it so that we can denote each level to have its own flag?
cfg\stamm\StammLevels.txt

Code:
"StammLevels"
{
	"bronze"
	{
		"name"				"Bronze"
		"points"			"100"
		"flag"				"o"
	}
	"gold"
	{
		"name"				"Gold"
		"points"			"200"
		"flag"				"s"
	}
	"platinum"
	{
		"name"				"Platinum"
		"points"			"300"
		"flag"				"t"
	}
}

I've also noticed that if you set 'stamm_infotime' to 0 it just spamm's the chat!

Why you need for each level a flag name?

and with stamm_infotime: i thought i changed it with final, if not: next version!
__________________

Last edited by dordnung; 09-20-2012 at 12:56.
dordnung is offline
wtfaatp
Senior Member
Join Date: Jul 2010
Old 09-20-2012 , 12:59   Re: [CS:S, TF2, CS:GO] Stamm 2 Final (VIP Mod)
Reply With Quote #524

Quote:
Originally Posted by Popoklopsi View Post
UPDATED AdminFlags to 1.1!


Why you need for each level a flag name?
So I can denote each level a donation level
__________________
SourceMod : 1.10.0 (Official) | MetaMod : 1.10.7 (Official)
Server : NFOservers - Windows
wtfaatp is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 09-20-2012 , 13:19   Re: [CS:S, TF2, CS:GO] Stamm 2 Final (VIP Mod)
Reply With Quote #525

no... i updated the feature adminflags
__________________
dordnung is offline
wtfaatp
Senior Member
Join Date: Jul 2010
Old 09-20-2012 , 13:54   Re: [CS:S, TF2, CS:GO] Stamm 2 Final (VIP Mod)
Reply With Quote #526

For what im trying to do I could give someone who donated 5$ a specific flag and that would translate into a VIP Level.. Then someone who donated more would get a hire level so forth!
__________________
SourceMod : 1.10.0 (Official) | MetaMod : 1.10.7 (Official)
Server : NFOservers - Windows
wtfaatp is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 09-20-2012 , 13:59   Re: [CS:S, TF2, CS:GO] Stamm 2 Final (VIP Mod)
Reply With Quote #527

with the webscript player can buy points to reach a higher level, but stamm is a vip plugin not a donator plugin
__________________
dordnung is offline
Lacrimosa99
Member
Join Date: Oct 2010
Old 09-20-2012 , 14:44   Re: [CS:S, TF2, CS:GO] Stamm 2 Final (VIP Mod)
Reply With Quote #528

Spieler starten gleich mit max. Level bei Zeiteinstellung...

Bitte fixen =)


* Edit *

problem gelöst... musste Admin Flag auf 0 stellen und DB löschen/leeren.

Wäre schön wenn das mit dem Admin Flag noch gefixt wird...

Last edited by Lacrimosa99; 09-20-2012 at 15:00.
Lacrimosa99 is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 09-20-2012 , 15:05   Re: [CS:S, TF2, CS:GO] Stamm 2 Final (VIP Mod)
Reply With Quote #529

Quote:
Originally Posted by Lacrimosa99 View Post
Spieler starten gleich mit max. Level bei Zeiteinstellung...

Bitte fixen =)


* Edit *

problem gelöst... musste Admin Flag auf 0 stellen und DB löschen/leeren.

Wäre schön wenn das mit dem Admin Flag noch gefixt wird...

meinst du das Feature Admin Flag? Wenn ja das wurde bereits gefixxt, tut mir leid!


Edit: sehe gerade da war noch ein Fehler im Plugin AdminFlag, tut mir leid! jetzt ist alles gefixxt
__________________

Last edited by dordnung; 09-20-2012 at 15:10.
dordnung is offline
Inflikted
SourceMod Donor
Join Date: Jan 2009
Old 09-20-2012 , 16:39   Re: [CS:S, TF2, CS:GO] Stamm 2 Final (VIP Mod)
Reply With Quote #530

I tried the adminflag plugin but it was given everyone on the server 'o' flag regardless of whether they had 100 points or 9000 points, I think one of the checks might be failing and letting players pass through.

The logs were showing this
L 09/20/2012 - 16:017: [stamm.smx] [ STAMM ] Didn't find level config for stamm\stamm_adminflag

The thing is the level config was there and setup properly to link to the proper name, located in here /tf/addons/sourcemod/Stamm/levels

Last edited by Inflikted; 09-20-2012 at 17:21.
Inflikted 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 19:24.


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