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

Fraglimit Advanced v1.1 [UPDATED 07.11.2010]


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Gameplay       
Sho0ter
Member
Join Date: Oct 2009
Location: Ukraine
Old 10-26-2010 , 08:38   Fraglimit Advanced v1.1 [UPDATED 07.11.2010]
Reply With Quote #1

Fraglimit Advanced
v1.1 by Sho0ter

Information:

When somebody made <fl_limit> frags, shows win motd and map changed.
* Plugin included own stats.


Credits:

shine771 - for original plugin
KORD_12.7 - for ranking code
Avalanche - for some win codes


Modules:

Amx Mod X
Cstrike


Admin commands:

fl_stats_reset - reset all stats (admin flag "l")

Say commands:

/top15 - show best 15 players (motd)
/rank - Show rank position
/rankstats - Show rank information (motd)

Settings:
See fraglimit.cfg
Code:
// Fraglimit Advanced v1.1 by Sho0ter

// [RU] Режим работы плагина
// [RU] 0 - Выключен
// [RU] 1 - Включен

// [EN] Enable / disable plugin
// [EN] 0 - Disabled
// [EN] 1 - Enabled
fl_enable "1"

// [RU] Лимит фрагов
// [EN] Frag limit
fl_limit "100"

// [RU] Худ информер под радаром
// [RU] 0 - Выключен
// [RU] 1 - Включен

// [EN] HUD Informer
// [EN] 0 - Disabled
// [EN] 1 - Enabled
fl_informer "1"

// [RU] Компоненты информера
// [RU] a - Время
// [RU] b - Осталось времени
// [RU] c - Очки
// [RU] d - Следующая карта
// [RU] e - Лидер
// [RU] f - Фрагов осталось
// [RU] g - Всего игроков

// [EN] Informer componets
// [EN] a - Time
// [EN] b - Timeleft
// [EN] c - Score
// [EN] d - Nextmap
// [EN] e - Leader
// [EN] f - Frags left
// [EN] g - Players
fl_informer_mode "abcdefg"

// [RU] Ведение статистики
// [RU] 0 - Выключено
// [RU] 1 - Включено

// [EN] Stats
// [EN] 0 - Disabled
// [EN] 1 - Enabled
fl_stats "1"

// [RU] Рассчет ранга по
// [RU] 1 - Очкам
// [RU] 2 - Победам

// [EN] Ranking by
// [EN] 1 - Score
// [EN] 2 - Wins
fl_stats_type "1"

// [RU] Режим статистики
// [RU] 1 - По нику
// [RU] 2 - По IP
// [RU] 3 - По Steam ID

// [EN] Stats mode
// [EN] 1 - by nick
// [EN] 2 - by IP
// [EN] 3 - by SteamI D
fl_stats_by "1"

// [RU] Команда top15
// [RU] 0 - Выключено
// [RU] 1 - Включено

// [EN] Say top15
// [EN] 0 - Disabled
// [EN] 1 - Enabled
fl_stats_top15 "1"

// [RU] Команда rank
// [RU] 0 - Выключено
// [RU] 1 - Включено

// [EN] Say rank
// [EN] 0 - Disabled
// [EN] 1 - Enabled
fl_stats_rank "1"

// [RU] Команда rankstats
// [RU] 0 - Выключено
// [RU] 1 - Включено

// [EN] Say rankstats motd
// [EN] 0 - Disabled
// [EN] 1 - Enabled
fl_stats_rankstats "1"

// [RU] Время уделения не активных
// [RU] игроков (в днях, 0 - выключить)

// [EN] Time to delete inactive
// [EN] players (days, 0 to disable)
fl_stats_prune "30"

// [RU] Показывать окно при победе
// [RU] 0 - Выключено
// [RU] 1 - Включено

// [EN] Show winner motd
// [EN] 0 - Disabled
// [EN] 1 - Enabled
fl_winner_motd "1"

// [RU] Музыка когда ктото выиграл
// [RU] 0 - Выключено
// [RU] 1 - Включено

// [EN] Music when somebody win
// [EN] 0 - Disabled
// [EN] 1 - Enabled
fl_music "1"

// [RU] Файл списка карт
// [RU] 0 - Выключено
// [RU] 1 - Включено

// [EN] Maplist file
// [EN] 0 - Disabled
// [EN] 1 - Enabled
fl_maplist "maps.ini"

// [RU] Цикл карт
// [RU] 1 - Случайно
// [RU] 2 - По очереди

// [EN] Cycle mode
// [EN] 1 - Random
// [EN] 2 - Next
fl_cycle "1"

// [RU] Поддержка FFA
// [RU] 0 - Выключено
// [RU] 1 - Включено

// [EN] FFA Support
// [EN] 0 - Disabled
// [EN] 1 - Enabled
fl_ffa "0"
Changelog:

Code:
 1.1:
	[+] Added cvar fl_informer_mode
	[+] Added score to informer
	[-] Removed RANKED from stats array
	[*] Fixed nextmap loader
	[*] Fixed reset temp stats
	[*] Fixed score calculation

 1.0:
	[!] First release
__________________
Sry for my bad english. Im using translator.

Last edited by Sho0ter; 10-16-2011 at 14:07.
Sho0ter is offline
Send a message via ICQ to Sho0ter Send a message via Skype™ to Sho0ter
Vechta
Veteran Member
Join Date: Jun 2010
Old 10-26-2010 , 08:42   Re: Fraglimit Advanced v1.0
Reply With Quote #2

Looks nice^^
Vechta is offline
just75100
Member
Join Date: Oct 2008
Old 10-26-2010 , 10:05   Re: Fraglimit Advanced v1.0
Reply With Quote #3

nice test
just75100 is offline
Jacob
Senior Member
Join Date: Oct 2010
Old 10-29-2010 , 20:51   Re: Fraglimit Advanced v1.0
Reply With Quote #4

i'll test ,thank you.
Jacob is offline
Jacob
Senior Member
Join Date: Oct 2010
Old 10-29-2010 , 21:22   Re: Fraglimit Advanced v1.0
Reply With Quote #5

shooter,rank can not be updated real time in game.
Jacob is offline
Sho0ter
Member
Join Date: Oct 2009
Location: Ukraine
Old 10-30-2010 , 07:07   Re: Fraglimit Advanced v1.0
Reply With Quote #6

Quote:
Originally Posted by Jacob View Post
shooter,rank can not be updated real time in game.
Rank update when stats loading (in map start)
__________________
Sry for my bad english. Im using translator.
Sho0ter is offline
Send a message via ICQ to Sho0ter Send a message via Skype™ to Sho0ter
Jacob
Senior Member
Join Date: Oct 2010
Old 10-30-2010 , 08:14   Re: Fraglimit Advanced v1.0
Reply With Quote #7

Quote:
Originally Posted by Sho0ter View Post
Rank update when stats loading (in map start)
is it better to update stats every a certain amount of time or at the end of round(like csstats.DAT) ?do you think so.
Jacob is offline
Sho0ter
Member
Join Date: Oct 2009
Location: Ukraine
Old 10-30-2010 , 08:36   Re: Fraglimit Advanced v1.0
Reply With Quote #8

Quote:
Originally Posted by Jacob View Post
is it better to update stats every a certain amount of time or at the end of round(like csstats.DAT) ?do you think so.
no, for example csdm dont have rounds
__________________
Sry for my bad english. Im using translator.
Sho0ter is offline
Send a message via ICQ to Sho0ter Send a message via Skype™ to Sho0ter
Jacob
Senior Member
Join Date: Oct 2010
Old 11-03-2010 , 22:31   Re: Fraglimit Advanced v1.0
Reply With Quote #9

Quote:
Originally Posted by Sho0ter View Post
no, for example csdm dont have rounds
it will be more reasonable to update the data real time,if you donnot believe me,you can ask others.
Jacob is offline
Jacob
Senior Member
Join Date: Oct 2010
Old 11-01-2010 , 04:04   Re: Fraglimit Advanced v1.0
Reply With Quote #10

Maybe you just want to use fraglimitaition function, but I think stats in your plugin is more useful,you use .DAT file to save data which is like csstats.DAT.if you modify your code,we will have a new rank system.
Jacob 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 09:37.


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