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

[REQ]uiem :D [ One bullet kill announce ]


Post New Thread Reply   
 
Thread Tools Display Modes
Costin83
Senior Member
Join Date: Jul 2008
Location: Romania
Old 07-22-2009 , 15:08   Re: [REQ]uiem :D [ One bullet kill announce ]
Reply With Quote #11

You could exclude the AWP from being anounced as one-shot kill...
In most of the cases if you hit someone with an AWP shot then he's history...
Costin83 is offline
Send a message via Yahoo to Costin83
anssik
Senior Member
Join Date: May 2006
Location: Suomi Finland Perkele
Old 07-22-2009 , 20:12   Re: [REQ]uiem :D [ One bullet kill announce ]
Reply With Quote #12

Done.
__________________
anssik is offline
Costin83
Senior Member
Join Date: Jul 2008
Location: Romania
Old 07-26-2009 , 14:38   Re: [REQ]uiem :D [ One bullet kill announce ]
Reply With Quote #13

Anyone has a decent "niceshot.wav" sound ?
I've found some "niceshot" sound from sound/radio/bot but the voice it's not such good...

If someone has a good sound please post it here...
Thx in advance
Costin83 is offline
Send a message via Yahoo to Costin83
avril-lavigne
Banned
Join Date: Apr 2009
Old 07-26-2009 , 15:59   Re: [REQ]uiem :D [ One bullet kill announce ]
Reply With Quote #14

http://www.freesound.org/

try here
__________________
VDS in Europe 1 gb/s unmetered.Any configurations.
I accept Paypal, Moneybookers,etc
avril-lavigne is offline
dypz
Senior Member
Join Date: Mar 2009
Location: Belarus, Orsha
Old 07-27-2009 , 05:23   Re: [REQ]uiem :D [ One bullet kill announce ]
Reply With Quote #15

Plugin failed to compile
__________________

dypz is offline
Send a message via Skype™ to dypz
GmTx
BANNED
Join Date: May 2009
Location: Mountains [BG/Sofia]
Old 07-27-2009 , 05:54   Re: [REQ]uiem :D [ One bullet kill announce ]
Reply With Quote #16

Forgot ID
PHP Code:
#include <amxmodx>
#include <hamsandwich>
#include <fakemeta>

#define PLUGIN "Nice Shot"
#define VERSION "1.2"
#define AUTHOR "Anssik"

new const NICESHOT_SOUND[] = "niceshot.wav" // would be sound/niceshot.wav

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
RegisterHam(Ham_TakeDamage"player""fw_TakeDamage");
}

public 
plugin_precache()
{
    
precache_sound(NICESHOT_SOUND);
}

public 
fw_TakeDamage(victiminflictorattackerFloat:damagedamage_typeid)
{
    if(
damage >= 100.0)
    {
        if(
get_user_weapon(id) != CSW_AWP)
        {
            new 
Float:health
            pev
(victimpev_healthhealth)
            if(
health >= 100.0)
                
client_cmd(attacker"spk %s"NICESHOT_SOUND)
        }
    }

GmTx is offline
Send a message via Skype™ to GmTx
anssik
Senior Member
Join Date: May 2006
Location: Suomi Finland Perkele
Old 07-27-2009 , 07:01   Re: [REQ]uiem :D [ One bullet kill announce ]
Reply With Quote #17

Fixed, look at my earlier post.

@GmTx: You fixed it wrong, look at my code to look how it should be done.
__________________
anssik is offline
GmTx
BANNED
Join Date: May 2009
Location: Mountains [BG/Sofia]
Old 07-27-2009 , 07:27   Re: [REQ]uiem :D [ One bullet kill announce ]
Reply With Quote #18

Quote:
Originally Posted by anssik View Post
Fixed, look at my earlier post.

@GmTx: You fixed it wrong, look at my code to look how it should be done.
Oh sry
GmTx is offline
Send a message via Skype™ to GmTx
anssik
Senior Member
Join Date: May 2006
Location: Suomi Finland Perkele
Old 07-27-2009 , 08:53   Re: [REQ]uiem :D [ One bullet kill announce ]
Reply With Quote #19

At least you tried.
__________________
anssik 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 16:28.


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