Raised This Month: $ Target: $400
 0% 

CS:S Litle Rank System


Post New Thread Reply   
 
Thread Tools Display Modes
zhelev81
Veteran Member
Join Date: Nov 2007
Location: Varna,Bulgaria
Old 12-02-2007 , 19:19   Re: CS:S Litle Rank System
Reply With Quote #11

well everything is workin' but the top 10 (
zhelev81 is offline
Send a message via ICQ to zhelev81 Send a message via MSN to zhelev81 Send a message via Skype™ to zhelev81
MoggieX
Veteran Member
Join Date: Aug 2007
Location: n00bville
Old 12-16-2007 , 09:56   Re: CS:S Litle Rank System
Reply With Quote #12

Works well, but needs some work on the old English ;-)

Matt
__________________
MoggieX is offline
Send a message via Skype™ to MoggieX
MoggieX
Veteran Member
Join Date: Aug 2007
Location: n00bville
Old 12-17-2007 , 07:59   Re: CS:S Litle Rank System
Reply With Quote #13

There appears to be an issue with it not printing the ranks to the ingame chat, hence my errors log is filled with these:

Code:
L 12/17/2007 - 12:47:57: [SM] Native "PrintToChat" reported: Client 26 is not in game
L 12/17/2007 - 12:47:57: [SM] Displaying call stack trace for plugin "css_rank_en.smx":
L 12/17/2007 - 12:47:57: [SM]   [0]  Line 137, /home/groups/alliedmodders/forums/files/1/0/2/1/7/19579.attach::publicMSGrank()
L 12/17/2007 - 12:49:53: [SM] Native "PrintToChat" reported: Client 2 is not in game
L 12/17/2007 - 12:49:53: [SM] Displaying call stack trace for plugin "css_rank_en.smx":
L 12/17/2007 - 12:49:53: [SM]   [0]  Line 137, /home/groups/alliedmodders/forums/files/1/0/2/1/7/19579.attach::publicMSGrank()
L 12/17/2007 - 12:50:20: [SM] Native "PrintToChat" reported: Client 15 is not in game
L 12/17/2007 - 12:50:20: [SM] Displaying call stack trace for plugin "css_rank_en.smx":
L 12/17/2007 - 12:50:20: [SM]   [0]  Line 137, /home/groups/alliedmodders/forums/files/1/0/2/1/7/19579.attach::publicMSGrank()
L 12/17/2007 - 12:50:44: [SM] Native "PrintToChat" reported: Client 18 is not in game
L 12/17/2007 - 12:50:44: [SM] Displaying call stack trace for plugin "css_rank_en.smx":
L 12/17/2007 - 12:50:44: [SM]   [0]  Line 137, /home/groups/alliedmodders/forums/files/1/0/2/1/7/19579.attach::publicMSGrank()
L 12/17/2007 - 12:51:52: [SM] Native "PrintToChat" reported: Client 2 is not in game
L 12/17/2007 - 12:51:52: [SM] Displaying call stack trace for plugin "css_rank_en.smx":
L 12/17/2007 - 12:51:52: [SM]   [0]  Line 137, /home/groups/alliedmodders/forums/files/1/0/2/1/7/19579.attach::publicMSGrank()
L 12/17/2007 - 12:52:26: [SM] Native "PrintToChat" reported: Client 26 is not in game
L 12/17/2007 - 12:52:26: [SM] Displaying call stack trace for plugin "css_rank_en.smx":
L 12/17/2007 - 12:52:26: [SM]   [0]  Line 137, /home/groups/alliedmodders/forums/files/1/0/2/1/7/19579.attach::publicMSGrank()
L 12/17/2007 - 12:53:26: [SM] Native "PrintToChat" reported: Client 28 is not in game
L 12/17/2007 - 12:53:26: [SM] Displaying call stack trace for plugin "css_rank_en.smx":
L 12/17/2007 - 12:53:26: [SM]   [0]  Line 137, /home/groups/alliedmodders/forums/files/1/0/2/1/7/19579.attach::publicMSGrank()
L 12/17/2007 - 12:56:35: [SM] Native "PrintToChat" reported: Client 5 is not in game
L 12/17/2007 - 12:56:35: [SM] Displaying call stack trace for plugin "css_rank_en.smx":
L 12/17/2007 - 12:56:35: [SM]   [0]  Line 140, /home/groups/alliedmodders/forums/files/1/0/2/1/7/19579.attach::publicMSGrank()
Matt
__________________
MoggieX is offline
Send a message via Skype™ to MoggieX
iha81
Member
Join Date: Jun 2007
Old 01-13-2008 , 07:01   Re: CS:S Litle Rank System
Reply With Quote #14

I'm getting this error when I try to access my ranks page:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'gulfgame_rank'@'localhost' (using password: YES) in /home/gulfgame/public_html/ranks/cfg_file.php on line 8
Cant connect: Access denied for user 'gulfgame_rank'@'localhost' (using password: YES)

The username and password for the DB are correct since the db is being used and players are being ranked.
iha81 is offline
Jezternz
Junior Member
Join Date: May 2008
Location: New Zealand - Auckland
Old 05-09-2008 , 21:58   Re: CS:S Litle Rank System
Reply With Quote #15

wow. that last question.. i dont know why you would get that. Anyway.

I have some rreally strange error.
Basicly, wen people join my server, it add's them to the database and thats all swell, but as soon as on shot is fired and as soon as it hits a person (or bot), whether it kills them or not. The server crashs.
The rank and top10 functions work fine. They display the stats.
but as soon as a shot is fired this happens:
[IMG]http://img265.**************/img265/1796/errorno0.jpg[/IMG]

Any help would be hugely appreciated. Am I missing a file or something? Is this version of the stats no longer working?
Jezternz is offline
Send a message via MSN to Jezternz Send a message via Skype™ to Jezternz
Jezternz
Junior Member
Join Date: May 2008
Location: New Zealand - Auckland
Old 05-09-2008 , 22:21   Re: CS:S Litle Rank System
Reply With Quote #16

Okay well i just went and remmed/commented out the source code that triggered on player damage.
(//HookEvent("player_hurt", EventPlayerHurt);)
That fixes the problem, however, The same problem occur on death.
Any ideas?
Jezternz is offline
Send a message via MSN to Jezternz Send a message via Skype™ to Jezternz
halfsquelch
Junior Member
Join Date: May 2008
Location: Earth
Old 05-12-2008 , 03:00   Re: CS:S Litle Rank System
Reply With Quote #17

ok first question is... do I need to have a web site to upload the php files to and if i need those files but dont need the site how do i set them up

and second question is... I have no idea what my databases.cfg file should look like, this is what it is atm please let me know what is wrong

"Databases"
{
"driver_default" "mysql"

"default"
{
"driver" "mysql"
"host" "localhost"
"database" "sourcemod"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}
}
CREATE TABLE `css_rank`(
`rank_id` int(64) NOT NULL auto_increment,
`steamId` varchar(255) NOT NULL default '',
`nick` varchar(255) NOT NULL default '',
`kills` int(12) NOT NULL default '0',
`deaths` int(12) NOT NULL default '0',
`headshots` int(12) NOT NULL default '0',
`sucsides` int(12) NOT NULL default '0',
PRIMARY KEY (`rank_id`));

Last edited by halfsquelch; 05-12-2008 at 14:42.
halfsquelch is offline
Send a message via MSN to halfsquelch
ichbin007
New Member
Join Date: Jun 2008
Old 06-16-2008 , 14:13   Re: CS:S Litle Rank System
Reply With Quote #18

Hello Iam new and I want use this Plugin every thing runs perfekt but i will make the plugin so that the player can view her Rank every Round and not only at the begining.

I thing that is possiblie but I cant make it my own work.

I hope anyone can Help me Thannks in advanced

Sorry for my bad English.

ichbin007
ichbin007 is offline
ichbin007
New Member
Join Date: Jun 2008
Old 06-17-2008 , 10:07   Re: CS:S Litle Rank System
Reply With Quote #19

No one who can help me ?
ichbin007 is offline
martin.developer
Junior Member
Join Date: Nov 2008
Location: on NIX
Old 11-16-2008 , 07:54   Re: CS:S Litle Rank System
Reply With Quote #20

Hello, this plugin is good, but on my server ranks write in DB only if client disconnect.
Anybody help me, what can I do to write ranks on round end ?
Many thanks
martin.developer 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 22:05.


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