Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Miss.Xantis
Senior Member
Join Date: Oct 2009
Old 06-01-2013 , 09:12   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1201

Is this plugin a possible stamm-plugin?

https://forums.alliedmods.net/showthread.php?t=217101

If there is a cvar to limit the respawns per round, it could be funny.
__________________
Miss.Xantis is offline
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 06-01-2013 , 12:49   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1202

http://download.bara.in/BuyRespawn.zip
Tested and works fine on my server.
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.
Bara is offline
Miss.Xantis
Senior Member
Join Date: Oct 2009
Old 06-01-2013 , 12:55   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1203

Quote:
Originally Posted by Bara View Post
http://download.bara.in/BuyRespawn.zip
Tested and works fine on my server.
How often can i use this per round?
__________________
Miss.Xantis is offline
jenZ
Junior Member
Join Date: May 2013
Old 06-01-2013 , 17:29   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1204

Quote:
Originally Posted by Popoklopsi View Post
Hm the only thing what doesn't seem fine is

Code:
// Level getting own VIP Chat
// -1 to Disable
"chat" ""
Because it says -1 to Disable.

Not sure whether this is the reason that it doesn't work.

Take a look at your logs, maybe you find some errors?

i changed it to -1 but its still not working for me. my stamm_debugs log says alot stuff so i just copy the first part of it:

L 06/01/2013 - 01:292: [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(64) NOT NULL DEFAULT '', `admin` TINYINT UNSIGNED NOT NULL DEFAULT 0, `version` FLOAT NOT NULL DEFAULT 0.0, `last_visit` INT UNSIGNED NOT NULL DEFAULT 1370042972, PRIMARY KEY (`steamid`))
L 06/01/2013 - 01:292: [stamm.smx] [ STAMM DEBUG ] Execute CREATE TABLE IF NOT EXISTS `STAMM_DB_1_happy` (`end` INT UNSIGNED NOT NULL DEFAULT 2, `factor` TINYINT UNSIGNED NOT NULL DEFAULT 2)
L 06/01/2013 - 01:292: [stamm.smx] [ STAMM DEBUG ] Connected to Database successfully
L 06/01/2013 - 01:292: [stamm.smx] [ STAMM DEBUG ] Execute SELECT `version` FROM `STAMM_DB_1` ORDER BY `version` DESC LIMIT 1
L 06/01/2013 - 01:292: [stamm.smx] [ STAMM DEBUG ] Execute SELECT `end`, `factor` FROM `STAMM_DB_1_happy` WHERE `end` > 1370042972 LIMIT 1
L 06/01/2013 - 01:292: [stamm.smx] [ STAMM DEBUG ] Stamm successfully loaded
L 06/01/2013 - 01:29:47: [stamm.smx] [ STAMM DEBUG ] Execute SELECT `points`, `level`, `version` FROM `STAMM_DB_1` WHERE steamid = 'STEAM_0:14783317'
L 06/01/2013 - 01:29:47: [stamm.smx] [ STAMM DEBUG ] Execute UPDATE `STAMM_DB_1` SET `name`='jenZ #music /busy', `admin` = 1, `version`=2.18, `last_visit`=1370042987 WHERE `steamid`='STEAM_0:14783317'
L 06/01/2013 - 01:29:47: [stamm.smx] [ STAMM DEBUG ] Execute SELECT `points` FROM `STAMM_DB_1` WHERE `steamid`='STEAM_1:14783317'
L 06/01/2013 - 0109: [stamm.smx] [ STAMM DEBUG ] Execute UPDATE `STAMM_DB_1` SET `points`=0 WHERE `steamid`='STEAM_0:14783317'
L 06/01/2013 - 010:43: [stamm.smx] [ STAMM DEBUG ] Execute SELECT `points`, `level`, `version` FROM `STAMM_DB_1` WHERE steamid = 'STEAM_0:14783317'
L 06/01/2013 - 010:43: [stamm.smx] [ STAMM DEBUG ] Execute UPDATE `STAMM_DB_1` SET `name`='jenZ #music /busy', `admin` = 1, `version`=2.18, `last_visit`=1370043043 WHERE `steamid`='STEAM_0:14783317'
L 06/01/2013 - 010:43: [stamm.smx] [ STAMM DEBUG ] Execute UPDATE `STAMM_DB_1` SET `level`=1 WHERE `steamid`='STEAM_0:14783317'



well maybe i just failed to install stamm correctly :/
jenZ is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 06-01-2013 , 17:57   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1205

Lol that really doesn' help.

1. Upload the file
2. Also take a look in the error logs.
__________________
dordnung is offline
jenZ
Junior Member
Join Date: May 2013
Old 06-01-2013 , 18:57   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1206

well of course do i allready have the plugin oploaded to my server. well i searched in my error log and found this:

[SM] Unable to load plugin "stamm/stamm_chat_messages.smx": Native "GetUserMessageType" was not found
L 06/02/2013 - 0063: [SM] Unable to load plugin "stamm/stamm_chats.smx": Native "GetUserMessageType" was not found
L 06/02/2013 - 0063: [SM] Unable to load plugin "stamm/stamm_flagpoints.smx": Native "GetUserMessageType" was not found
L 06/02/2013

well flagpoints is working proper, stamm_chat_message did i remove again from my server
jenZ is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 06-01-2013 , 19:19   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1207

1. With the newest beta this error shouldn't appear
2. You should update your sourcemod!
__________________
dordnung is offline
jenZ
Junior Member
Join Date: May 2013
Old 06-01-2013 , 20:33   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1208

i reinstalled the chat tag plugin and stamm on my server, also i reinstalled sourcemod 1.4.7 and metamod 1.9.3-hg819

could the reason for its not working be that my server atm is using simple chat colors redux? https://forums.alliedmods.net/showthread.php?t=167814
jenZ is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 06-02-2013 , 09:26   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1209

Hm Maybe. But the next version will be using Simple Chat Processor (Redux)

But i would prefer a SM 1.5 Version.
__________________
dordnung is offline
freddy333
Junior Member
Join Date: Feb 2013
Location: Germany
Old 06-02-2013 , 09:49   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1210

Is there a command where stamm players can see a list of their specific features?
freddy333 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:17.


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