Raised This Month: $51 Target: $400
 12% 

i need grenade ultimate sounds !


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
mahdi
BANNED
Join Date: Nov 2016
Location: sundsvall,sweden
Old 01-12-2017 , 19:22   i need grenade ultimate sounds !
Reply With Quote #1

hi i want grenade sound plugin

http://youtu.be/Uuf3ZeikEEE

like on this video any one can make this ?
mahdi is offline
Send a message via AIM to mahdi Send a message via Yahoo to mahdi Send a message via Skype™ to mahdi
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 01-12-2017 , 19:28   Re: i need grenade ultimate sounds !
Reply With Quote #2

Tell me if have, servers with those sounds, download they, give me and I can make the plugin for you.
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo
EFFx is offline
mahdi
BANNED
Join Date: Nov 2016
Location: sundsvall,sweden
Old 01-13-2017 , 03:34   Re: i need grenade ultimate sounds !
Reply With Quote #3

ok wait
mahdi is offline
Send a message via AIM to mahdi Send a message via Yahoo to mahdi Send a message via Skype™ to mahdi
mahdi
BANNED
Join Date: Nov 2016
Location: sundsvall,sweden
Old 01-13-2017 , 03:37   Re: i need grenade ultimate sounds !
Reply With Quote #4

thats ip

91.211.247.8
mahdi is offline
Send a message via AIM to mahdi Send a message via Yahoo to mahdi Send a message via Skype™ to mahdi
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 01-13-2017 , 17:46   Re: i need grenade ultimate sounds !
Reply With Quote #5

Try

PHP Code:
#include <amxmodx>
#include <fakemeta>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"

new const GrenadeThrowSounds[][] =
{
    
"radio/csgo/grenade01.wav",
    
"radio/csgo/grenade02.wav",
    
"radio/csgo/grenade03.wav",
    
"radio/csgo/grenade04.wav"
}

new const 
FlashThrowSounds[][] =
{
    
"radio/csgo/flashbang01.wav",
    
"radio/csgo/flashbang02.wav",
    
"radio/csgo/flashbang03.wav",
    
"radio/csgo/flashbang04.wav"
}

new const 
SmokeThrowSounds[][] =
{
    
"radio/csgo/smoke01.wav",
    
"radio/csgo/smoke02.wav",
    
"radio/csgo/smoke03.wav",
    
"radio/csgo/smoke04.wav"
}

new const 
FireInTheHoleSound[] = "%!MRAD_FIREINHOLE"

public plugin_init() 
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_message(get_user_msgid("SendAudio"), "msgSendAudio")
}

public 
plugin_precache()
{
    new 
i
    
for(0;sizeof GrenadeThrowSounds;i++)
        
precache_sound(GrenadeThrowSounds[i])
        
    for(
0;sizeof FlashThrowSounds;i++)
        
precache_sound(FlashThrowSounds[i])
        
    for(
0;sizeof SmokeThrowSounds;i++)
        
precache_sound(SmokeThrowSounds[i])
}
        
public 
msgSendAudio(MsgIdMsgDestMsgEntity)
{
    new 
szMessage[32]
    
get_msg_arg_string(2szMessagecharsmax(szMessage))
    
    if(
equal(szMessage,  FireInTheHoleSound))
        return 
PLUGIN_HANDLED
        
    
return PLUGIN_CONTINUE
}

public 
grenade_throw(idgrenIndexweapIndex)
{
    switch(
weapIndex)
    {    
        case 
CSW_HEGRENADE:
        {
            
client_cmd(id,"spk ^"%s^"",GrenadeThrowSounds[random_num(0sizeof GrenadeThrowSounds 1)])
        }
        case 
CSW_FLASHBANG:
        {
            
client_cmd(id,"spk ^"%s^"",FlashThrowSounds[random_num(0sizeof FlashThrowSounds 1)])
        }
        case 
CSW_SMOKEGRENADE:
        {
            
client_cmd(id,"spk ^"%s^"",SmokeThrowSounds[random_num(0sizeof SmokeThrowSounds 1)])
        }
    }

__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo

Last edited by EFFx; 01-13-2017 at 17:48.
EFFx is offline
mahdi
BANNED
Join Date: Nov 2016
Location: sundsvall,sweden
Old 01-13-2017 , 18:25   Re: i need grenade ultimate sounds !
Reply With Quote #6

thanks so mach !
mahdi is offline
Send a message via AIM to mahdi Send a message via Yahoo to mahdi Send a message via Skype™ to mahdi
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 01-13-2017 , 18:40   Re: i need grenade ultimate sounds !
Reply With Quote #7

Dude, that server you gave me is so funny. I like all skins there and i'm using they right now, thank you !
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo
EFFx is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 01-14-2017 , 09:15   Re: i need grenade ultimate sounds !
Reply With Quote #8

you can also use

Advanced Quake Sounds
https://forums.alliedmods.net/showthread.php?t=152034
tarsisd2 is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-14-2017 , 09:55   Re: i need grenade ultimate sounds !
Reply With Quote #9

Quote:
Originally Posted by tarsisd2 View Post
you can also use

Advanced Quake Sounds
https://forums.alliedmods.net/showthread.php?t=152034
There's no such option in that plugin. This one has - https://forums.alliedmods.net/showthread.php?t=282686
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
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:24.


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