AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [CSS] KnifeKing (https://forums.alliedmods.net/showthread.php?t=104315)

neo_gis 09-21-2009 21:46

[CSS] KnifeKing
 
1 Attachment(s)
KnifeKing by haN


Description:

The famous knifeking mod, player that kills with a knife gets the knifeking title and a reward for it ! . Uses SQLite to store data (how many rounds a player has kept the actual knifeking title).

Commands:

- sm_knifeking -> type !knifeking to display the current knifeking .
- sm_knifeme -> type !knifeme to display your knifeking stats .
- sm_knifetop -> type !knifetop to display the top10 ranks of knifeking stats.

Screenshots:
[IMG]http://img147.**************/img147/9894/knifeking.jpg[/IMG]

[IMG]http://img62.**************/img62/2830/knifeking2.jpg[/IMG]

How to install:

- Copy knifeking.sp to addons/sourcemod/scripting
- Copy knifeking.smx to addons/sourcemod/plugins
- Go to addons/sourcemod/configs/databases.cfg and add inside Databases:
Code:

"knifeking"
 {
  "driver" "sqlite"
  "host" "localhost"
  "database" "KnifeKing"
  "user" "root"
  "pass" ""
  }

- Using RCON Type : "sm plugins load knifeking"

Credits:

- AlliedModders LLC.
- Lobe (Original author of the knifeking script in ES)

Xp3r7 09-21-2009 23:11

Re: [CSS] KnifeKing
 
So do you become the knifeking as soon as you knife someone or is it the player with the most total knifes per day/week/month/year/forever?

neo_gis 09-22-2009 04:34

Re: [CSS] KnifeKing
 
as soon as you knife someone . if someone knives after you , then you loose the title .

xiaou 09-26-2009 00:05

Re: [CSS] KnifeKing
 
knifeking skin?
thnx for ur plugin

R3M* 09-26-2009 10:31

Re: [CSS] KnifeKing
 
Nice plugin, but you should add a !IsFakeClient(client) to the PlayerInDataBase or SourceTV and Bots are added to database as well.

Xp3r7 09-26-2009 14:43

Re: [CSS] KnifeKing
 
Quote:

Originally Posted by xiaou (Post 943674)
knifeking skin?
thnx for ur plugin

I can see maybe the Knifeking being a different color, but not a skin as thats just extra weight to this plugin.

neo_gis 09-26-2009 15:32

Re: [CSS] KnifeKing
 
Quote:

Originally Posted by R3M* (Post 944045)
Nice plugin, but you should add a !IsFakeClient(client) to the PlayerInDataBase or SourceTV and Bots are added to database as well.

+1 , will fix when i have time .

relaxx 10-03-2009 20:18

Re: [CSS] KnifeKing
 
is their a way to make it not work on afk knifes ?

:crab:

Wobbles 10-18-2009 06:56

Re: [CSS] KnifeKing
 
This doesn't work for me. When i type !knifeking, !knifeme or !knifetop nothing happens. Before you ask, yes i let someone knife me first :wink:

*Edit: Works now.

rdewit 10-28-2009 08:59

Re: [CSS] KnifeKing
 
How to exclude bots from the toplist?my server runs with a few bots to keep it up and full, but they lead the toplist with a HUGE amound of round-points.

thanks in advanced


All times are GMT -4. The time now is 09:30.

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