Raised This Month: $12 Target: $400
 3% 

CS:S Litle Rank System


Post New Thread Reply   
 
Thread Tools Display Modes
zepper
BANNED
Join Date: May 2009
Location: Latvia, Riga
Old 11-25-2009 , 21:23   Re: CS:S Litle Rank System
Reply With Quote #31

it is possible to show the table on middle of screen when i type /top10 or /headhynters, because now its mixing with other plugin tables.
TNX

Last edited by zepper; 11-25-2009 at 21:34.
zepper is offline
D12mon
New Member
Join Date: Jan 2010
Old 01-23-2010 , 07:04   Re: CS:S Litle Rank System
Reply With Quote #32

Please, can someone tell me, where i must add that TABLES?
iam still getting error "Rank is not available".. thanks..
D12mon is offline
Diablo3
Senior Member
Join Date: Feb 2010
Old 04-04-2010 , 18:37   Re: CS:S Litle Rank System
Reply With Quote #33

where is php site script ?
Diablo3 is offline
paco12
New Member
Join Date: Jun 2010
Old 06-30-2010 , 02:28   Re: CS:S Litle Rank System
Reply With Quote #34

so im new can one of you help me understand how to run a query?
paco12 is offline
tejeskifly
Senior Member
Join Date: Jun 2009
Location: Hungary, Szeged
Old 08-12-2010 , 16:33   Re: CS:S Litle Rank System
Reply With Quote #35

can you make sqlite compatibilite version?
tejeskifly is offline
Send a message via MSN to tejeskifly
LolderPunkt
Junior Member
Join Date: Sep 2010
Location: Germany
Old 09-07-2010 , 11:58   Re: CS:S Litle Rank System
Reply With Quote #36

Some BUGs:
If i type /rank there stand:

431 Kills | 40 Deaths | 453 Haedshots
Ranked 0.

If i type /top10 there stand that i rank 1?!?! hwo can i make 22 headshots more than kills? why im rank 0. ??!?!
can you add KDratio?

BUT!!!!! THE PLUGIN WORKS FINE!!! ITS A GOOD PLUGIN THX TO CODER!!
sry 4 my english

Last edited by LolderPunkt; 09-10-2010 at 08:45.
LolderPunkt is offline
Send a message via ICQ to LolderPunkt
SteamKiller
Member
Join Date: Jul 2010
Old 09-22-2010 , 15:48   Re: CS:S Litle Rank System
Reply With Quote #37

Quote:
Originally Posted by paco12 View Post
so im new can one of you help me understand how to run a query?
Use PHPMYADMIN interface, it's very easy to use ;)
Ask your host provider if they have it.
__________________
I'm happy by default, please do not touch my settings...
SteamKiller is offline
SteamKiller
Member
Join Date: Jul 2010
Old 09-22-2010 , 15:56   Re: CS:S Litle Rank System
Reply With Quote #38

graczu, can You add TOP20, TOP30 etc multipage option?
Players who have not entered the top 10 may all want to know what they're there
__________________
I'm happy by default, please do not touch my settings...
SteamKiller is offline
MrCapion
Junior Member
Join Date: Feb 2009
Old 02-27-2011 , 09:15   Re: CS:S Litle Rank System
Reply With Quote #39

this is outrageous to be allowed to get through *S*
In cs_rank.sp you can find this:

MySQL Query:
CREATE TABLE `css_rank`(
`rank_id` int(64) NOT NULL auto_increment,
`steamId` varchar(32) NOT NULL default '',
`nick` varchar(12 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',
`last_active` int(12) NOT NULL default '0',
`played_time` int(12) NOT NULL default '0',
PRIMARY KEY (`rank_id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
database.cfg
"cssrank"
{
"driver" "default"
"host" "127.0.0.1"
"database" "database_name"
"user" "database_user"
"pass" "PASSWORD"
//"timeout" "0"
"port" "3306"
}

and further down:
SQL_TConnect(LoadMySQLBase, "cssrank");
....
after several retrys and serverrestarts I finally found this error-message:
Failed to connect: Could not find database conf "cssrank"


SO!.. What is it?..

whats the databasename? ( free for us to decide or fixed in the css_rank stuff?)
whats the tablename? ( css_rank or cssrank )

__________________
*If it works, Dont fix it*
MrCapion is offline
Send a message via ICQ to MrCapion Send a message via MSN to MrCapion
leykon121
Junior Member
Join Date: Aug 2011
Old 06-26-2012 , 17:17   Re: CS:S Litle Rank System
Reply With Quote #40

how to creat Database ?
leykon121 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 16:23.


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