AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Ultimate KillStreak Advanced (https://forums.alliedmods.net/showthread.php?t=48622)

Doppelgangster 04-12-2007 11:20

Re: Ultimate KillStreak Advanced
 
I'm running it on tfc and for some reason it doesn't work for me either.

The sounds will precache and download, but they will not play when you hit the kill numbers, nor the hud message are not displaying.

Alka 04-12-2007 15:50

Re: Ultimate KillStreak Advanced
 
hmm what Cvars you have? post here! Others sound(headshoot,kniefkill,nadekill) works?

Doppelgangster 04-13-2007 10:52

Re: Ultimate KillStreak Advanced
 
ut_killstreak_advanced 3
ut_killstreak_hs 3
ut_killstreak_knife 3
ut_firstblood 1
ut_nade_events 3
ut_suicide_events 3
ut_doublekill_events 3
ut_roundcout_sounds 1

firstblood works, but I turned it off. It always announces it when I kill someone
--
I ran it on Condition Zero, works like a charm

Alka 04-13-2007 14:37

Re: Ultimate KillStreak Advanced
 
hmmm...why you using "3" at cvar's? just put "0" instead of "3"...and i have no idea why is don't working :|

Atais 04-16-2007 13:43

Re: Ultimate KillStreak Advanced
 
I am using Beta version with the newest AMXX and there is bug with firstblood. Its loading in everykill, not just the first one...
So there is like 20x firstblood every round. :(

Is it only my bug?
I have all setting set to default.

Also i have got problem with writting new settings.
Every time i use f.e. ut_firstblood 0

after restarting the server its set to 1 again :/

Alka 04-16-2007 13:47

Re: Ultimate KillStreak Advanced
 
1.Yes in "firstblood" is a bug....playing every kill!
2.You must put "ut_firstblood 0 " in amxx.cfg to remain "0" on restart!

Atais 04-16-2007 14:25

Re: Ultimate KillStreak Advanced
 
Quote:

2.You must put "ut_firstblood 0 " in amxx.cfg to remain "0" on restart!
Yeah, great now its working like i wanted it to :)

Quote:

1.Yes in "firstblood" is a bug....playing every kill!
Is that bug also in the non-beta version? I havent checked it.

By the way, it may be only my opinion but the suicide sounds.. could be better. I mean.. that laughts... are too long a bit... and annoying. If you could change them to maybe something like "What a pity" said by this Q3 voice.. or something like that it would be a pleasure to use ut_suicide_events 1 :)

Also... in beta... i think that the round counter doesnt work.. i didnt hear it anyway.



Edit: Spaces

Tartooob 04-19-2007 04:49

Re: Ultimate KillStreak Advanced
 
Great plugin but I was wondering, how to add more sounds ? for example I want to add 4 knife sounds insted of 2, is it possible and how ? I tried editing the sma file but it wont compile after editing it saying size diff or somthing. =/

Why not also add the sounds c4powa when bomb planted and when defusing the laugh and godlike and other sounds ?

unseenghost 04-19-2007 11:14

Re: Ultimate KillStreak Advanced
 
great plug besides the firstblood bug any idea's for when you will have that fixed?

ful4no 04-20-2007 14:34

Re: Ultimate KillStreak Advanced
 
any can help me install this in CVARs I have the serv in my lanhouse but sound dont work I'm newb >.<" im plugin's =/ help me !!!

polakpolak 04-21-2007 12:39

Re: Ultimate KillStreak Advanced
 
When I use this plugin, I get an error precaching sound, non of teh sounds download. Some people said it did for them and some had the error. What could cause this?

I tried both beta and non-beta.

Thanks

Doppelgangster 04-24-2007 20:07

Re: Ultimate KillStreak Advanced
 
Quote:

Originally Posted by Alka (Post 464410)
hmmm...why you using "3" at cvar's? just put "0" instead of "3"...and i have no idea why is don't working :|

It was on "0", but the only thing that worked was the Firstblood, which kept playing everytime you killed an enemy

Not even the amxx stats.sma works for me

MadMaX01 06-23-2007 22:12

Re: Ultimate KillStreak Advanced
 
there is a BUG with First Blood, so no matter how many I kill, it's always "First Blood" It would be the best to play "First Blood" only when the first damage is done... could you fix that?

ismael9369 06-26-2007 09:39

Re: Ultimate KillStreak Advanced
 
Can u please make a version that says firstblood only once when the first person is killed ?? ty
+ Karma:up:

Alka 06-26-2007 10:58

Re: Ultimate KillStreak Advanced
 
1 Attachment(s)
Here is a plugin with "First Blood" that works fine! Is ported to amxmodx by "Black Rose" :wink:

JUSTSMOKIN 06-29-2007 15:29

Re: Ultimate KillStreak Advanced
 
Hey there i was wondering if you would mind me editing this plugin to add the old quake sounds to it i cant script myself but to edit the sounds is simpal i was to add the old wicked sick ones and stuff so if its ok to do this please reply if it isnt then thats not a problem

Regards

JS

mhanor 07-09-2007 17:53

Re: Ultimate KillStreak Advanced
 
1 Attachment(s)
fix for the firstblood bug in the beta script (you get firstblood at every kill), start line #167
Code:

    if(firstblood && killer != victim && get_pcvar_num(firstbloodenable) ==1)
    {
        firstblood = 0;
        set_hudmessage(255, 0, 255, -1.0, 0.30, 0, 6.0, 6.0);
        show_hudmessage(0, fbmessages[random(sizeof fbmessages)], kname);
        client_cmd(0,"spk %s",fblist[random(sizeof fblist)]);
    }


apegomp 07-23-2007 13:24

Re: Ultimate KillStreak Advanced
 
someone plz make a killstreak plugin for The Specialists already!! :(

diviqt 08-15-2007 11:11

Re: Ultimate KillStreak Advanced
 
i cant see the hud msg Prepare to Fight

unseenghost 09-27-2007 17:34

Re: Ultimate KillStreak Advanced
 
for some reason my sounds are prechacheing however they are not being played on the server anyone have an idea or what information do you need to help me with

MadMaX01 09-29-2007 09:54

Re: Ultimate KillStreak Advanced
 
the first blood msg works fine, but the sound doesen't work...

Andrey 09-29-2007 14:32

Re: Ultimate KillStreak Advanced
 
How to disable sounds?

diviqt 10-03-2007 10:01

Re: Ultimate KillStreak Advanced
 
all works fine for me now

jas0n 10-13-2007 18:09

Re: Ultimate KillStreak Advanced
 
gj! And can U add a teamkill event and a streak over event announcement?

Maurice 11-13-2007 22:05

Re: Ultimate KillStreak Advanced
 
Quote:

Originally Posted by SAMURAI16 (Post 416080)
* [UPDATE] 0.4 -> 0.5
- Added Double Kill Events
Cvar : ut_doublekill_events (default 1)
Sounds : 2 sounds (random play)
Messages : 1 Hud Message
This is only if you kill 2 players with a bullet

This feature seems not to work, it only give a text and sound message when you kill 2 or more enemy's in a X time. Or in other words i can kill more enemy's with several bullets and still get the message Double Kill.

anakin_cstrike 03-02-2008 05:23

Re: Ultimate KillStreak Advanced
 
Great plugin..Gj :)

Jellric 03-07-2008 15:55

Re: Ultimate KillStreak Advanced
 
Does this only work for CounterStrike?

It is listed under 'ALL' meaning it should work for all mods.

I have the plugin running, the sounds in correct folder and being downloaded to clients but no sounds!

spiderbites 03-28-2008 16:43

Re: Ultimate KillStreak Advanced
 
it would be great if you put current round numbers under message "Prepare to fight!" when new round starts

eg

Prepare to fight!
Round: 15


edit: just noticed the plugin author has not been active here since long time ago..if this abandonded plugin, hopefully someone else will add that feature.

pogsnet 04-05-2008 18:34

Re: Ultimate KillStreak Advanced
 
Suggestion:
You should add <nick> has end <nick>'s killing spree or whatever status he has reached on lower right.

Emor 04-10-2008 02:29

Re: Ultimate KillStreak Advanced
 
HI!

Sorry for my low english, I have make ut_killstreak_hs "0" and i want enable this hs sound from orginal amxmodmenu but its not working can anyone help me?

Jellric 04-15-2008 13:06

Re: Ultimate KillStreak Advanced
 
It appears this plugin has been abandoned. I haven't been able to get any help at all with it and can't find a ut killstreak plugin that works.

gopherpatrolia 04-21-2008 13:52

Re: Ultimate KillStreak Advanced
 
anyone know how to get the female ultimate killing streak sound mod???

orangebox07 04-28-2008 03:59

Re: Ultimate KillStreak Advanced
 
Why is there always a time when you kill a player with a grenade, the sound and the message in the hud isabout the suicide events not the nade kill?? Please help

Jellric 05-07-2008 17:42

Re: Ultimate KillStreak Advanced
 
Quote:

Originally Posted by orangebox07 (Post 618033)
Why is there always a time when you kill a player with a grenade, the sound and the message in the hud isabout the suicide events not the nade kill?? Please help

It is a bug and all UT sounds plugins I found have that bug.

No one has tried to fix it after numerous requests.

Slim-T 08-10-2008 09:26

Re: Ultimate KillStreak Advanced
 
Multilingual would be nice!

Emor 08-18-2008 10:13

Re: Ultimate KillStreak Advanced
 
Hello

I would like monsters sound after Godlike sound can have someone help me how to do this?

Mlk27 08-18-2008 11:30

Re: Ultimate KillStreak Advanced
 
v0.8 here

Changelog
* [UPDATE] 0.7beta - > 0.8 (31/12/2007)
- Re-added Double Kill Events
- fixed minor bugs

Emor 08-18-2008 17:03

Re: Ultimate KillStreak Advanced
 
I must register for downloading? and is this now with godlike sound?

alphus.alf 08-28-2008 08:23

Re: Ultimate KillStreak Advanced
 
i got the plugin from the first post so obviously i have the firstblood bug..... but there are so many subsequent pulgin posts... Do any of them work?????if yes then which one????? also does it announce FirstBlood upon a player injuring another player at the start of the round or on the first kill?????

n2ofire 11-20-2008 12:38

Re: Ultimate KillStreak Advanced
 
hi, i instal the plugin in my server, but the clients enter on the server but doesnt download the sounds, and play without theirs, somebody knows why this is happines ?


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

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