Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
markg
Senior Member
Join Date: Jan 2009
Old 04-28-2014 , 15:49   Re: [Source 2009, CS:GO] Stamm 2.22 VIP Level Ranking
Reply With Quote #1551

Quote:
Originally Posted by Popoklopsi View Post
@markg

That's exactly for what $minPoints is, it says how much points a client needs to be shown in the list^^
but shouldn't the $onlyVips setting toggle this on and off? or do I misunderstand what this setting is for?

another question; any method to have all the features toggled OFF when people join? and then let them turn them on if they wish? perhaps this is plugin dependent?

thanks
markg is offline
wtfaatp
Senior Member
Join Date: Jul 2010
Old 04-28-2014 , 18:49   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1552

whats the easiest way to set all player's points to Zero?
__________________
SourceMod : 1.10.0 (Official) | MetaMod : 1.10.7 (Official)
Server : NFOservers - Windows

Last edited by wtfaatp; 04-28-2014 at 18:49.
wtfaatp is offline
2NASTY4U
Senior Member
Join Date: Mar 2014
Old 04-28-2014 , 19:34   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1553

Quote:
Originally Posted by wtfaatp View Post
whats the easiest way to set all player's points to Zero?

If you are using MySQL, execute on phpmyadmin ->
Code:
TRUNCATE `STAMM_DB_1`;
Else, delete file Stamm-DB.sq3 in "addons/sourcemod/data/sqlite".

After that, you should restart your server.
2NASTY4U is offline
wtfaatp
Senior Member
Join Date: Jul 2010
Old 04-28-2014 , 19:53   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1554

Quote:
Originally Posted by 2NASTY4U View Post
If you are using MySQL, execute on phpmyadmin ->
Code:
TRUNCATE `STAMM_DB_1`;
Else, delete file Stamm-DB.sq3 in "addons/sourcemod/data/sqlite".

After that, you should restart your server.
Im using sql and I know about that (thnx Though)! The problem is I wanna keep everyone's settings for when they receive VIP again!
__________________
SourceMod : 1.10.0 (Official) | MetaMod : 1.10.7 (Official)
Server : NFOservers - Windows

Last edited by wtfaatp; 04-28-2014 at 20:08.
wtfaatp is offline
wtfaatp
Senior Member
Join Date: Jul 2010
Old 04-28-2014 , 20:11   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1555

I think I found a problem? or was this intended?

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"
    }
}
If the Flag groups have the benefits then the Points group will not get them! Along with if the Points group has the benefits then the Flag group wont get them!
__________________
SourceMod : 1.10.0 (Official) | MetaMod : 1.10.7 (Official)
Server : NFOservers - Windows

Last edited by wtfaatp; 04-28-2014 at 20:11.
wtfaatp is offline
markg
Senior Member
Join Date: Jan 2009
Old 04-29-2014 , 20:47   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1556

Everything works fine except...

The vip chat/tag colors are off. Blue is black, and beige is blue. And default is black.
I checked the definitions in the chatcolors.txt file and they are fine (and default).

also using the simple chat processor (redux).
no other chat processors/plugins that affect chat colors as far as I can tell.

any ideas?
markg is offline
ZuCChiNi
Junior Member
Join Date: Apr 2012
Location: Turkey
Old 05-01-2014 , 17:43   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1557

Please help! (Sorry, no English)

Adminmenu fails while Stamm is working.

SourceMod v1.5.3

Code:
L 05/01/2014 - 23:33:04: [SM] Fatal error encountered parsing translation file "stamm/stamm_refuse.txt"
L 05/01/2014 - 23:33:04: [SM] Error (line 0, column 0): Stream failed to open
L 05/01/2014 - 23:33:04: [SM] Unable to load plugin "stamm/stamm_antiflash.smx": Required extension "flashtools" file("flashtools.ext") not running
L 05/01/2014 - 23:33:04: [SM] Unable to load plugin "stamm/stamm_high_firingrate.smx": Native "TF2Items_CreateItem" was not found
L 05/01/2014 - 23:33:04: [SM] Unable to load plugin "stamm/stamm_hookgrabrope.smx": Native "HGR_ClientAccess" was not found
L 05/01/2014 - 23:33:04: [SM] Unable to load plugin "stamm/stamm_tf2_items.smx": Native "TF2Items_CreateItem" was not found
L 05/01/2014 - 23:33:04: [SM] Native "HookEvent" reported: Game event "teamplay_round_win" does not exist
L 05/01/2014 - 23:33:04: [SM] Displaying call stack trace for plugin "stamm/stamm_end_immunity.smx":
L 05/01/2014 - 23:33:04: [SM]   [0]  Line 82, C:\Users\David\Documents\Github\Stamm\stamm_end_immunity.sp::OnPluginStart()
L 05/01/2014 - 23:33:04: [SM] Plugin encountered error 25: Call was aborted
L 05/01/2014 - 23:33:04: [SM] Native "SetFailState" reported: Can't Load Feature, Throwing Knifes is not installed!
L 05/01/2014 - 23:33:04: [SM] Displaying call stack trace for plugin "stamm/stamm_throwing_knifes.smx":
L 05/01/2014 - 23:33:04: [SM]   [0]  Line 69, C:\Users\David\Documents\Github\Stamm\stamm_throwing_knifes.sp::OnAllPluginsLoaded()

Last edited by ZuCChiNi; 05-01-2014 at 17:45.
ZuCChiNi is offline
Send a message via ICQ to ZuCChiNi Send a message via AIM to ZuCChiNi Send a message via MSN to ZuCChiNi Send a message via Yahoo to ZuCChiNi Send a message via Skype™ to ZuCChiNi
dordnung
Veteran Member
Join Date: Apr 2010
Old 05-02-2014 , 08:31   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1558

Quote:
Originally Posted by markg View Post
but shouldn't the $onlyVips setting toggle this on and off? or do I misunderstand what this setting is for?

another question; any method to have all the features toggled OFF when people join? and then let them turn them on if they wish? perhaps this is plugin dependent?
No, because when you have a lot of vips maybe you than also want to limit the number of shown players^^
No there is no setting for this, yet.


Quote:
Originally Posted by wtfaatp View Post
Im using sql and I know about that (thnx Though)! The problem is I wanna keep everyone's settings for when they receive VIP again!
In the sql file there are only the points of the players saved, the points when they get vip is written in the StammLevels.txt


Quote:
Originally Posted by wtfaatp View Post
I think I found a problem? or was this intended?

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"
    }
}
If the Flag groups have the benefits then the Points group will not get them! Along with if the Points group has the benefits then the Flag group wont get them!
Yeah this won't work currently, but i will change this in the future.


Quote:
Originally Posted by markg View Post
Everything works fine except...

The vip chat/tag colors are off. Blue is black, and beige is blue. And default is black.
I checked the definitions in the chatcolors.txt file and they are fine (and default).

also using the simple chat processor (redux).
no other chat processors/plugins that affect chat colors as far as I can tell.

any ideas?
What game are you using? Can you send me the chatcolors.txt?


Quote:
Originally Posted by ZuCChiNi View Post
Please help! (Sorry, no English)

Adminmenu fails while Stamm is working.

SourceMod v1.5.3

Code:
L 05/01/2014 - 23:33:04: [SM] Fatal error encountered parsing translation file "stamm/stamm_refuse.txt"
L 05/01/2014 - 23:33:04: [SM] Error (line 0, column 0): Stream failed to open
L 05/01/2014 - 23:33:04: [SM] Unable to load plugin "stamm/stamm_antiflash.smx": Required extension "flashtools" file("flashtools.ext") not running
L 05/01/2014 - 23:33:04: [SM] Unable to load plugin "stamm/stamm_high_firingrate.smx": Native "TF2Items_CreateItem" was not found
L 05/01/2014 - 23:33:04: [SM] Unable to load plugin "stamm/stamm_hookgrabrope.smx": Native "HGR_ClientAccess" was not found
L 05/01/2014 - 23:33:04: [SM] Unable to load plugin "stamm/stamm_tf2_items.smx": Native "TF2Items_CreateItem" was not found
L 05/01/2014 - 23:33:04: [SM] Native "HookEvent" reported: Game event "teamplay_round_win" does not exist
L 05/01/2014 - 23:33:04: [SM] Displaying call stack trace for plugin "stamm/stamm_end_immunity.smx":
L 05/01/2014 - 23:33:04: [SM]   [0]  Line 82, C:\Users\David\Documents\Github\Stamm\stamm_end_immunity.sp::OnPluginStart()
L 05/01/2014 - 23:33:04: [SM] Plugin encountered error 25: Call was aborted
L 05/01/2014 - 23:33:04: [SM] Native "SetFailState" reported: Can't Load Feature, Throwing Knifes is not installed!
L 05/01/2014 - 23:33:04: [SM] Displaying call stack trace for plugin "stamm/stamm_throwing_knifes.smx":
L 05/01/2014 - 23:33:04: [SM]   [0]  Line 69, C:\Users\David\Documents\Github\Stamm\stamm_throwing_knifes.sp::OnAllPluginsLoaded()
Can't see why the admin menu not works. Do you use the admins feature? Where do you define your admins?
__________________
dordnung is offline
wtfaatp
Senior Member
Join Date: Jul 2010
Old 05-02-2014 , 12:42   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1559

Quote:
Originally Posted by Popoklopsi View Post
In the sql file there are only the points of the players saved, the points when they get vip is written in the StammLevels.txt
No what im talking about is there personal settings... Like to have certain perks off...
__________________
SourceMod : 1.10.0 (Official) | MetaMod : 1.10.7 (Official)
Server : NFOservers - Windows
wtfaatp is offline
ZuCChiNi
Junior Member
Join Date: Apr 2012
Location: Turkey
Old 05-02-2014 , 17:26   Re: [Source 2009, CS:GO] Stamm 2.23 VIP Level Ranking
Reply With Quote #1560

Quote:
Originally Posted by Popoklopsi View Post
Can't see why the admin menu not works. Do you use the admins feature? Where do you define your admins?
This is only error log, not about admin menu error.

Admin menu works but some menu items are disappering while Stamm is working.

Sample
Working Admin Menu
1. Player Commands
2. Server Commands
. . .1. Choose Map
. . . 2. Execute CFG
. . . 3. Reload Admins
. . . 4. Balance Teams
. . . 5. Extend Map
. . . 6. Restart game
. . . 7. Set Next Map
3. Vote Commands
4. Move Player to Spectator
5. Weapon restirct commands

While Stamm is working
1. Player Commands
2. Server Commands
. . . 1. Choose Map
. . . 2. Reload Admins
. . . 3. Balance Teams
. . . 4. Extend Map
. . . 5. Restart game
. . . 6. Set Next Map
. . . 7. Shuffle Players
3. Move Player to Spectator
4. Weapon restirct commands

Where is "Vote Commands" and "Execute CFG"

Last edited by ZuCChiNi; 05-02-2014 at 17:48. Reason: . . .
ZuCChiNi is offline
Send a message via ICQ to ZuCChiNi Send a message via AIM to ZuCChiNi Send a message via MSN to ZuCChiNi Send a message via Yahoo to ZuCChiNi Send a message via Skype™ to ZuCChiNi
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 22:42.


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