Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
rtk
Senior Member
Join Date: Dec 2009
Old 10-04-2013 , 20:38   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1321

I need help as well, I can't continue my project without solving this. :$
__________________
Never argue with an idiot. He lowers you to his level and then wins on experience!
rtk is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 10-05-2013 , 18:26   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1322

Quote:
Originally Posted by jenZ View Post
i would like people to start with a public level called beginner, then they have a chat tag called beginner. Then they get like 50 points they reach the next level which would be called something like "average". There i wish that people also have an chat tag called Average behind their name meanwhile people with the beginner level still keep their beginner chat tag.

i would like that every level has its own chat tag, but i am not sure how i can make that work. I would appreciate your help alot and also got to say that stamm is a great plugin!
I think i will add this at some time.

Quote:
Originally Posted by rtk View Post
Hey Popoklopsi,
I've been using Stamm for a long time, but there's one thing I never got straight.
When I update the points from a player directly on the database and the player is on a server what happens is that it gets override when the server updates that players points again meaning that I can't change a player's points while he's playing without using "del_stamm_points". So how does paypal_back.php work when a player is in-game ? Because I see the same would happen.
I'll need to update points directly on the database, even when sometimes players are in-game and I can't see how to get past this.
You can change the points directly in the database, but the player will not see it ingame as long he doesn't rejoin. But when he rejoin he has the correct points.

Quote:
Originally Posted by thecyupy View Post
I have stamm_adminflag "z" and all admins have access, but they don't have admin flag z.

"Stamm" (2.1. by Popoklopsi
Can't say directly why this is, i'll take a look at it. Maybe just change it to another flag, until i fixed it.
__________________
dordnung is offline
rtk
Senior Member
Join Date: Dec 2009
Old 10-06-2013 , 20:08   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1323

Quote:
Originally Posted by Popoklopsi View Post
You can change the points directly in the database, but the player will not see it ingame as long he doesn't rejoin. But when he rejoin he has the correct points.
Yeah, but there is another problem that is happening, so let me try to explain it differently.

Player joins - has 200 points on the database
Plays 1 minute > UPDATE `table` SET `points` = '201'
Manual change on the database > UPDATE `table` SET `points` = '500'
Plays 1 minute > UPDATE `table` SET `points` = '202' <== OVERRIDES PREVIOUS CHANGE
Player leaves - has 202 points on the database

In other words, if the database is externally changed and the player reconnects right after that, yes it will show the new value, but if meanwhile the plugin adds points it will add that to the cached value on the plugin and not the value in the database at that moment, overriding it. I see this optimizes the query usage but in this case I can see a major problem with this and point purchasing while in-game.
__________________
Never argue with an idiot. He lowers you to his level and then wins on experience!
rtk is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 10-06-2013 , 20:56   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1324

Then you have the 2.04 version, in version 2.1.8B it works^^
__________________
dordnung is offline
mrsmith
SourceMod Donor
Join Date: Jun 2012
Old 10-10-2013 , 17:33   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1325

Hey,
Finally I started coding the WBB Plugin (WBBLite ,Wbb3x) for your StammAddon. I will upload it in the next days/weeks.
1.0 Added Thread and Posts support (Add, delete)
1.1 Added Sidebar Feature
1.2 Added Validate Steam Account Page
1.3 Added ACP Options
1.4 Added extern SQL Support

Next Version: WbbInstall,AcpOption,local MYSQL Support

Last edited by mrsmith; 10-13-2013 at 17:18.
mrsmith is offline
Windroid
Member
Join Date: Mar 2013
Old 10-13-2013 , 13:30   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1326

This is a really nice plugin,love it!
btw,how to set more than 1 flag for feature ?
I want let level God and level Private achieve vip chat feature,this code i using isn't working
Code:
"LevelSettings"
{
	// Level getting own VIP Chat
	// -1 to Disable
	"chat"			"VIP" "God"
	
	// Level writting VIP Messages
	// -1 to Disable
	"messages"		"VIP" "God"
}

Last edited by Windroid; 10-17-2013 at 10:01.
Windroid is offline
nopuls
New Member
Join Date: Oct 2013
Old 10-20-2013 , 10:19   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1327

Hey,

Habe ein kleines Problem mit meinen Css Servern.

Soweit funktioniert das ganze Plugin einwandfrei, allerdings gibt es da zwei ausnahmen die mich schon das ganze wochenende beschäftigen.

1. Bekommt jeder VIP, der das recht auf die Models hat, das guerilla Skin. Unabhängig davon ob er T oder CT ist...

2. Kann ich zwar über das Stamm Menu das Model-Feature deaktivieren (das ist es dann auch in der Runde deaktiviert)... Jedoch wird mir das Feature nach einem Mapchange wieder geladen.

hat da jemand eine Idee was ich falsch mach.

Danke im voraus
Nopuls

Last edited by nopuls; 10-20-2013 at 10:25.
nopuls is offline
Fidde
Junior Member
Join Date: Jan 2011
Old 10-20-2013 , 12:29   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1328

Hello!
Is there any way of changing the tag [ Stamm ] to [ VIP ] to make it look nicer?
If I would try to change it in the stamm.sp file I can't compile it
Any help would be appreciated!

Best regards
Fidde
Fidde is offline
Hackmastr
Member
Join Date: Sep 2013
Old 10-21-2013 , 18:43   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1329

Hi, Can i know if there is anyhow to integrate this plugin(https://forums.alliedmods.net/showthread.php?p=1691372) with This one ? Thanks
Hackmastr is offline
good_live
AlliedModders Donor
Join Date: Oct 2013
Old 10-22-2013 , 06:44  
Reply With Quote #1330

Hallo,
ich versuche grade auf meinem Jailserver ViP Tags zu verteilen via Admin Flags:

Sobald der Spieler den letzten VIP Rang bekommt soll er den VIP Tag erhalten, welchen ich über dieses Plugin implementiere: https://forums.alliedmods.net/showthread.php?t=186695. Dazu vergebe ich mithilfe des Features Admin Flags von Stamm an diesen user die Flag o, welche von sourcemod ja ansonsten keine weiteren rechte mit sich bringt.

In dem Chat Plugin habe ich defeniert, dass jeder Spieler mit der Flag "o" den Tag bekommt (Das funktioniert auch so weit, habs getestet)

Desweiteren hab ich das translation File bearbeitet, damit im ingame Menü steht "Du bekommst einen VIP Tag" anstatt "Du bekommst die Admin Flag: o".

So weit so gut allerdings erhält der Spieler keinen ViP Tag.
Könnte mir jemand sagen was ich falsch mache?

und wo genau werden die admin flags vermerkt?

Last edited by good_live; 10-22-2013 at 07:24.
good_live 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 14:35.


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