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)

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


All times are GMT -4. The time now is 02:13.

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