This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Quake Sounds


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Primaxnis
Member
Join Date: Oct 2006
Plugin ID:
107
Plugin Version:
1.8
Plugin Category:
Fun Stuff
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Plays Quake and other sounds based on in-game events.
    Unapprover:
    Reason for Unapproving:
    Taken over by Grrrrrrrrrrrrrrrrrrr (dalto inactive)
    Old 11-26-2008 , 13:17   Re: Quake Sounds
    Reply With Quote #1

    (GOOGLE TRANSLATE)
    Hello,
    great work!!

    But a few ideas yet!

    The sound "Prepare" will come when the Freeztime expires. The sound will play as usual come when the round started.

    What I miss personal, would be from the old Amxmodx that if the bomb, the laugh at a monster and if the bomb explodes, that a witch laughs.

    Would you please install? Would be really great!

    ------------------

    Hallo,
    super Arbeit!!!!

    Aber ein paar Ideen noch!

    Der Sound "Prepare" soll kommen, wenn die Freeztime abläuft. Der Sound Play soll wie gewohnt kommen, wenn die Runde losgeht.

    Was ich persönliche vermisse, wäre aus dem alten Amxmodx, dass wenn man die Bombe legt das ein Monster am lachen ist und wenn die Bombe explodiert, dass eine Hexe lacht.

    Würdest du das bitte einbauen? Wäre echt super!

    --
    And my Problem,

    i have

    Quote:
    "headshot"
    {
    "standard" "quake/headshot.mp3"
    "female" "quake/female/headshot.mp3"
    "config" "54"
    }
    So 54 is:
    2+4+16+32
    so:
    Play sound to attacker + Play sound to victim + Print text to attacker + Print text to victim

    But the Sound is Coming but the Text dont show for me and my mate!

    My Complete Config:
    Quote:
    //1: Jeder
    //2: Angreifer
    //4: Opfer
    //8: Text Jeder
    //16: Text angreifer
    //32: Text Opfer

    "QuakeSoundsList"
    {
    "sound sets"
    {
    "sound set 1" "standard"
    "sound set 2" "female"
    "sound set 3" ""
    "sound set 4" ""
    "sound set 5" ""
    }
    "headshot"
    {
    "standard" "quake/headshot.mp3"
    "female" "quake/female/headshot.mp3"
    "config" "54"
    }
    "headshot 3"
    {
    "standard" "quake/hattrick.wav"
    "female" "quake/female/headshot.mp3"
    "config" "18"
    }
    "headshot 5"
    {
    "standard" "quake/headhunter.wav"
    "female" "quake/female/headshot.mp3"
    "config" "18"
    }
    "grenade"
    {
    "standard" "quake/perfect.mp3"
    "female" "quake/perfect.mp3"
    "config" "9"
    }
    "selfkill"
    {
    "standard" "quake/humiliation.mp3"
    "female" "quake/humiliation.mp3"
    "config" "0"
    }
    "round play"
    {
    "standard" "quake/play.wav"
    "female" "quake/female/prepare.mp3"
    "config" "0"
    }
    "knife"
    {
    "standard" "quake/humiliation.mp3"
    "female" "quake/female/bottomfeeder.mp3"
    "config" "9"
    }
    "killsound 1"
    {
    "standard" "quake/dominating.mp3"
    "female" "quake/female/dominating.mp3"
    "config" "9"
    "kills" "4"
    }
    "killsound 2"
    {
    "standard" "quake/rampage.mp3"
    "female" "quake/female/rampage.mp3"
    "config" "9"
    "kills" "6"
    }
    "killsound 3"
    {
    "standard" "quake/killingspree.mp3"
    "female" "quake/female/killingspree.mp3"
    "config" "9"
    "kills" "8"
    }
    "killsound 4"
    {
    "standard" "quake/monsterkill.mp3"
    "female" "quake/female/monsterkill.mp3"
    "config" "9"
    "kills" "10"
    }
    "killsound 5"
    {
    "standard" "quake/unstoppable.mp3"
    "female" "quake/female/unstoppable.mp3"
    "config" "9"
    "kills" "12"
    }
    "killsound 6"
    {
    "standard" "quake/ultrakill.mp3"
    "female" "quake/female/ultrakill.mp3"
    "config" "9"
    "kills" "14"
    }
    "killsound 7"
    {
    "standard" "quake/godlike.mp3"
    "female" "quake/female/godlike.mp3"
    "config" "9"
    "kills" "16"
    }
    "killsound 8"
    {
    "standard" "quake/wickedsick.mp3"
    "female" "quake/female/wickedsick.mp3"
    "config" "9"
    "kills" "18"
    }
    "killsound 9"
    {
    "standard" "quake/impressive.mp3"
    "female" "quake/female/wickedsick.mp3"
    "config" "9"
    "kills" "20"
    }
    "killsound 10"
    {
    "standard" "quake/ludicrouskill.mp3"
    "female" "quake/female/holyshit.mp3"
    "config" "9"
    "kills" "22"
    }
    "killsound 11"
    {
    "standard" "quake/holyshit.mp3"
    "female" "quake/female/holyshit.mp3"
    "config" "9"
    "kills" "24"
    }
    "first blood"
    {
    "standard" "quake/firstblood.mp3"
    "female" "quake/female/firstblood.mp3"
    "config" "0"
    }
    "double combo"
    {
    "standard" "quake/doublekill.mp3"
    "female" "quake/female/multikill.mp3"
    "config" "9"
    }
    "triple combo"
    {
    "standard" "quake/triplekill.mp3"
    "female" "quake/female/multikill.mp3"
    "config" "9"
    }
    "quad combo"
    {
    "standard" "quake/multikill.mp3"
    "female" "quake/female/multikill.mp3"
    "config" "9"
    }
    "monster combo"
    {
    "standard" "quake/combowhore.mp3"
    "female" "quake/female/multikill.mp3"
    "config" "9"
    }
    "teamkill"
    {
    "standard" "quake/teamkiller.mp3"
    "female" "quake/teamkiller.mp3"
    "config" "9"
    }
    "event sounds"
    {
    "join server"
    {
    "sound" "admin_plugin/actions/joinserver.mp3"
    "config" "1"
    }
    }
    }

    Last edited by Primaxnis; 11-26-2008 at 13:48.
    Primaxnis 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 07:05.


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