AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie Plague Mod (https://forums.alliedmods.net/forumdisplay.php?f=126)
-   -   Subplugin Submission [ZP] Zombie Class: Houndeye Zombie [v0.4] (https://forums.alliedmods.net/showthread.php?t=150283)

!Morte 02-16-2011 23:11

[ZP] Zombie Class: Houndeye Zombie [v0.4]
 
2 Attachment(s)
[ZP] Zombie Class: Houndeye Zombie
v0.4
By !Morte

Description
This Zombie can Blast enemies and make it fly (like knockback) pressing E (+use).

Customizations

PHP Code:

/*================================================================================
 [Plugin Customization]
=================================================================================*/

new const zclass_name[] = { "Houndeye Zombie" 
new const 
zclass_info[] = { "Blast Power (Pressing E)" 
new const 
zclass_model[] = { "houndeye" 
new const 
zclass_clawmodel[] = { "v_knife_zombie.mdl" 
const 
zclass_health 1000 
const zclass_speed 200 
const Float:zclass_gravity 0.6 
const Float:zclass_knockback 0.6

new const beam_cylinder[] = "sprites/white.spr"

new const houndeye_attack[][] = { "houndeye/he_attack1.wav""houndeye/he_attack3.wav" }
new const 
houndeye_blast[][] = { "houndeye/he_blast1.wav""houndeye/he_blast3.wav" }

/*================================================================================
 [End Customization]
=================================================================================*/ 

Cvars

PHP Code:

/*    -. Cvars: zp_houndeye_timeblast 2.5 (Time to Blast)
          zp_houndeye_radius 150.0 (Blast Radius)
          zp_houndeye_infect_blast 0 (Activate/Desactivate Blast infect players)
          zp_houndeye_damage 0 (Activate/Desactivate Blast Damage)
          zp_houndeye_damage_amount 25 (Blast Damage Amount)*/ 

Screenshots

Blast Effect

Make an human fly

Credits

PHP Code:

/*    -. Credits:
            # shinoda - Help me with how to make players fly.
            # MeRcyLeZZ - For his Zombie Plague ^.^
            # frk_14 - For the model.*/ 

Changelog

Code:

# 0.1 - Plugin Release
# 0.2 - Added 2 cvar's: 1) To activate the blast damage
                                2) To select the amount of the damage
# 0.3 - Now you can't use blast hability if you are nemesis.
# 0.4 - Fixed cvar "zp_houndeye_damage_amount".

/*============================================ =======*/

hgrunt 02-16-2011 23:56

Re: [ZP] Zombie Class: Houndeye Zombie
 
houndeye model ? :)

dias 02-17-2011 06:33

Re: [ZP] Zombie Class: Houndeye Zombie
 
Like knockback but fly ?

BillThailandUP 02-17-2011 06:34

Re: [ZP] Zombie Class: Houndeye Zombie
 
Please add damage. and thank you.:D

TRM 02-17-2011 07:26

Re: [ZP] Zombie Class: Houndeye Zombie
 
No funciona :S

lucas_7_94 02-17-2011 07:33

Re: [ZP] Zombie Class: Houndeye Zombie
 
Sorry , this guy only speak english.

En esta zona del foro ESTAS OBLIGADO a hablar en ingles , es la lengua que se usa aca.

georgik57 02-17-2011 09:33

Re: [ZP] Zombie Class: Houndeye Zombie
 
very very nice idea
thanks for sharing

!Morte 02-17-2011 12:56

Re: [ZP] Zombie Class: Houndeye Zombie
 
Quote:

Originally Posted by hgrunt (Post 1417110)
houndeye model ? :)

I forgot attach the model :P

Quote:

Originally Posted by BillThailandUP (Post 1417223)
Please add damage. and thank you.:D

Okey :)

.Dare Devil. 02-17-2011 13:22

Re: [ZP] Zombie Class: Houndeye Zombie
 
Nice Zombie Class.
How Long time humans fly?
Or this is knockback fly :)?

DonKisgot 02-17-2011 14:21

Re: [ZP] Zombie Class: Houndeye Zombie
 
Nice But Which KEY ? +use ? R ?


All times are GMT -4. The time now is 05:27.

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