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

Zombie own pain/dead sound


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
strangeguy
Senior Member
Join Date: Mar 2019
Old 10-10-2020 , 05:38   Zombie own pain/dead sound
Reply With Quote #1

Hello!
Can anybody make for me own pain/dead class sounds?

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

new const zclass1_name[] = { "Zombie Classic" }
new const zclass1_info[] = { "Normal" }
new const zclass1_model[] = { "classic" }
new const zclass1_clawmodel[] = { "v_classic.mdl" }
const zclass1_health = 7000
const zclass1_speed = 250
const Float:zclass1_gravity = 0.81
const Float:zclass1_knockback = 6.0

public plugin_precache()
{
	register_plugin("[ZP] Class: Classic", "1.0", "lolkek")
	
	zp_register_zombie_class(zclass1_name, zclass1_info, zclass1_model, zclass1_clawmodel, zclass1_health, zclass1_speed, zclass1_gravity, zclass1_knockback)
}
strangeguy is offline
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 10-10-2020 , 09:43   Re: Zombie own pain/dead sound
Reply With Quote #2

Quote:
Originally Posted by strangeguy View Post
Hello!
Can anybody make for me own pain/dead class sounds?

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

new const zclass1_name[] = { "Zombie Classic" }
new const zclass1_info[] = { "Normal" }
new const zclass1_model[] = { "classic" }
new const zclass1_clawmodel[] = { "v_classic.mdl" }
const zclass1_health = 7000
const zclass1_speed = 250
const Float:zclass1_gravity = 0.81
const Float:zclass1_knockback = 6.0

public plugin_precache()
{
	register_plugin("[ZP] Class: Classic", "1.0", "lolkek")
	
	zp_register_zombie_class(zclass1_name, zclass1_info, zclass1_model, zclass1_clawmodel, zclass1_health, zclass1_speed, zclass1_gravity, zclass1_knockback)
}
There's already sound in zombie plague mod
__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.
Supremache is offline
strangeguy
Senior Member
Join Date: Mar 2019
Old 10-10-2020 , 11:40   Re: Zombie own pain/dead sound
Reply With Quote #3

Quote:
Originally Posted by Supremache View Post
There's already sound in zombie plague mod
Yea I know. But I want own pain/death sounds for that class.
strangeguy is offline
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 10-10-2020 , 13:24   Re: Zombie own pain/dead sound
Reply With Quote #4

Quote:
Originally Posted by strangeguy View Post
Yea I know. But I want own pain/death sounds for that class.
It's easy but there's will be 2 sound working at the same time, need to edit some codes on zp mod for disabled the original sound.
__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.
Supremache 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 05:26.


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