Raised This Month: $32 Target: $400
 8% 

Czero Tutor Misc


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Condition-Zero        Category:   Gameplay       
Dark Style
BANNED
Join Date: Feb 2011
Location: Brazil
Old 11-13-2011 , 12:16   Czero Tutor Misc
Reply With Quote #1

[Description]
czerotutor_misc = Available stats & sounds for enemy kills, headshot kills, knife kills, first blood kills, double kill, etc with czero tutor.
czerotutor_misc_nosound = Available only stats for enemy kills, headshot kills, knife kills, first blood kills, double kill, etc with czero tutor.
Works ONLY in CS: Condition-Zero.

[Servers using this plugin]
Game Monitor
Game Tracker

[Messages & Sounds]
Code:
StartRound
{
	Message
	{
		Normal { "Prepare To Fight! [Round %roundnum%]" }
		Killstreak { "Prepare To Fight! [Round %roundnum%]^nYou are on a killstreak with %kills% kills." }
		Deathstreak { "Prepare To Fight! [Round %roundnum%]^nTake care, you are on a deathstreak^nwith %deaths% deaths in a row." }
	}
	Sound
	{
		Random { "ultimate_sounds/prepare1_ultimate.wav","ultimate_sounds/prepare2_ultimate.wav","ultimate_sounds/prepare3_ultimate.wav" }
	}
}
TeamKiller
{
	Message { "Y o u  S u c K!^n[%kname%] Killed his friend [%vname%]" }
	Sound { "misc/mkqclastplace.wav" }
}
Suicide
{
	Message { "[%kname%] prefer to kill himself...rather than die on battle land" }
	Sound
	{
		Random { "ultimate_sounds/suicide1_ultimate.wav","ultimate_sounds/suicide2_ultimate.wav","ultimate_sounds/suicide3_ultimate.wav","ultimate_sounds/suicide4_ultimate.wav" }
	}
}
HeadShot
{
	Message { "[%kname%] Made a superb headshot to [%vname%]!" }
	Sound
	{
		Random { "ultimate_sounds/headshot1_ultimate.wav","ultimate_sounds/headshot2_ultimate.wav" }
	}
}
HeadHunter (5 or more Headshots)
{
	Message { "[%kname%][%hs% headshots] H e a D  H u n t e R [%vname%]!" }
	Sound { "qs/headhunter.wav" }
}
SimpleKill
{
	Message { "[%kname%] Killed [%vname%]" }
}
FirstBlood
{
	Message { "[%kname%] Drew First Blood !!!" }
	Sound
	{
		Random { "ultimate_sounds/firstblood1_ultimate.wav","ultimate_sounds/firstblood2_ultimate.wav" }
	}
}
Knife
{
	Message { "[%kname%] Pulled out knife and gutted [%vname%]" }
	Sound
	{
		Random { "ultimate_sounds/knife1_ultimate.wav","ultimate_sounds/knife2_ultimate.wav" }
	}
}
HE_Grenade
{
	Message { "[%kname%] Made a precision throw to [%vname%]" }
	Sound { "ultimate_sounds/nade_ultimate.wav" }
}
DoubleKill (2 Kills)
{
	Message { "[%kname%][2 Kills] Double Kill !" }
	Sound 
	{ 
		Random { "ultimate_sounds/doublekill1_ultimate.wav","ultimate_sounds/doublekill2_ultimate.wav" }
	}
}
TripleKill (3 Kills)
{
	Message { "[%kname%][3 Kills] Triple Kill !" }
	Sound { "ultimate_sounds/triplekill_ultimate.wav" }
}
MultiKill (4 Kills)
{
	Message { "[%kname%][4 Kills] Multi Kill !" }
	Sound { "ultimate_sounds/multikill_ultimate.wav" }
}
UltraKill (6 Kills)
{
	Message { "[%kname%][6 Kills] Ultra Kill !" }
	Sound { "ultimate_sounds/ultrakill_ultimate.wav" }
}
KillingSpree (8 Kills)
{
	Message { "[%kname%][8 Kills] Killing Spree !" }
	Sound { "ultimate_sounds/killingspree_ultimate.wav" }
}
MegaKill (10 Kills)
{
	Message { "[%kname%][10 Kills] Mega Kill !" }
	Sound { "ultimate_sounds/megakill_ultimate.wav" }
}
HolyShit (12 Kills)
{
	Message { "[%kname%][12 Kills] Holy Shit !" }
	Sound { "ultimate_sounds/holyshit_ultimate.wav" }
}
LudicrousKill (14 Kills)
{
	Message { "[%kname%][14 Kills] Ludicrous Kill !" }
	Sound { "ultimate_sounds/ludicrouskill_ultimate.wav" }
}
Rampage (16 Kills)
{
	Message { "[%kname%][16 Kills] Rampage !" }
	Sound { "ultimate_sounds/rampage_ultimate.wav" }
}
Unstoppable (18 Kills)
{
	Message { "[%kname%][18 Kills] Unstoppable !" }
	Sound { "ultimate_sounds/unstoppable_ultimate.wav" }
}
GodLike (20 Kills)
{
	Message { "[%kname%][20 Kills] Godlike !" }
	Sound { "qs/godlike.wav" }
}
Wickedsick (23 Kills)
{
	Message { "[%kname%][23 Kills] Wickedsick ! ! !" }
	Sound { "qs/wickedsick.wav" }
}
MonsterKill (28 Kills)
{
	Message { "[%kname%][28 Kills] M o n s t e R  K i L L ! ! !" }
	Sound { "ultimate_sounds/monsterkill_ultimate.wav" }
}
WellDone (30 Kills)
{
	Message { "[%kname%][30 Kills] W e l l  D o n E ! ! ! ! !" }
	Sound { "misc/mkwelldone.wav" }
}
[Example ScreenShots]
CT Team

TR Team

Start Round


[Instaling]
- Put the file czerotutor_misc.amxx or czerotutor_misc_nosound.amxx in: amxmodx/plugins/
- Open the file amxmodx/configs/plugins.ini and write czerotutor_misc.amxx or czerotutor_misc_nosound.amxx
- If you use czerotutor_misc.amxx, extract sound.zip in to your "czero/sound" folder

[Credits]
Dark Style(me) - Idea and creation.
Ultimate KillStreak Advanced - Sounds
Quake Sounds - Sounds
Mortal Kombat Miscstats - Sounds

[Changelog]
Code:
0.0.1b 	- 	First release playable.
0.0.2	-	Optimized and fixed some code.
0.0.3	-	Fix and add some code,
Add teamkiller(you suck),headhunter,wickedsick,
welldone,doublekill,godlike mode.
Attached Thumbnails
Click image for larger version

Name:	start.png
Views:	1165
Size:	20.3 KB
ID:	95299   Click image for larger version

Name:	tr.png
Views:	1134
Size:	32.7 KB
ID:	95300   Click image for larger version

Name:	ct.png
Views:	1129
Size:	33.7 KB
ID:	95301  
Attached Files
File Type: zip sound.zip (1.81 MB, 392 views)
File Type: sma Get Plugin or Get Source (czerotutor_misc.sma - 1086 views - 14.2 KB)
File Type: sma Get Plugin or Get Source (czerotutor_misc_nosound.sma - 889 views - 11.5 KB)

Last edited by Dark Style; 11-19-2011 at 06:15. Reason: Update 0.0.3
Dark Style is offline
pacheco
Senior Member
Join Date: Jul 2011
Old 11-13-2011 , 12:43   Re: Czero Tutor Misc
Reply With Quote #2

Awesome! Nice plugin, dark.
pacheco is offline
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 11-13-2011 , 13:35   Re: Czero Tutor Misc
Reply With Quote #3

Nice plugin...
__________________
kramesa is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-13-2011 , 13:58   Re: Czero Tutor Misc
Reply With Quote #4

Your plugin is named "Czero Tutor Misc" or "Dark Style" ?
__________________
Arkshine is offline
fantarn
Member
Join Date: Feb 2011
Old 11-13-2011 , 14:03   Re: Czero Tutor Misc
Reply With Quote #5

nice
fantarn is offline
Dark Style
BANNED
Join Date: Feb 2011
Location: Brazil
Old 11-13-2011 , 14:08   Re: Czero Tutor Misc
Reply With Quote #6

Is Czero Tutor Misc, Dark Style is my name on stats
Dark Style is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-13-2011 , 14:12   Re: Czero Tutor Misc
Reply With Quote #7

It was an ironic remark about your image in the first post. Generally you write the plugin name as title, not a big logo of your name... You should try to make the image bigger, it's possible people have not yet understood looking at your avatar + this image, you were not the author.
__________________

Last edited by Arkshine; 11-13-2011 at 14:14.
Arkshine is offline
Dark Style
BANNED
Join Date: Feb 2011
Location: Brazil
Old 11-13-2011 , 14:16   Re: Czero Tutor Misc
Reply With Quote #8

No problem.

I know that can be more optimized, so I need then some moderator tell me what need to modify.




Update 0.0.2

Last edited by Dark Style; 11-13-2011 at 16:14.
Dark Style is offline
micapat
Veteran Member
Join Date: Feb 2010
Location: Nyuu, nyuu (France).
Old 11-13-2011 , 20:43   Re: Czero Tutor Misc
Reply With Quote #9

Nice ! Very useful to give advice to the players !
__________________
micapat is offline
Dark Style
BANNED
Join Date: Feb 2011
Location: Brazil
Old 11-14-2011 , 05:00   Re: Czero Tutor Misc
Reply With Quote #10

Yes... Tutor just have some bugs but is usefull.
Dark Style is offline
Reply


Thread Tools
Display Modes

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 19:42.


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