Raised This Month: $ Target: $400
 0% 

help comflag zombie


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
B7PK
Member
Join Date: Apr 2016
Location: palestine
Old 05-25-2016 , 13:21   help comflag zombie
Reply With Quote #1

hello guys...i have a nice idea for made a new zombie class "comflage zombie"

info: have skin human

i try made this but is need to drop skin admin and give him "w" model "w_knife"

this is all im noob but i have idea help please
mod zp 5.0.8

full code:
PHP Code:
#include <amxmodx>
#include <zp50_class_zombie>

// comflage Zombie
new const zombieclass1_name[] = "comflage Zombie"
new const zombieclass1_info[] = "humen skin"
new const zombieclass1_models[][] = { "gign" }
new const 
zombieclass1_clawmodels[][] = { "models/zombie_plague/v_knife_zombie.mdl" }
const 
zombieclass1_health 1800
const Float:zombieclass1_speed 0.75
const Float:zombieclass1_gravity 1.0
const Float:zombieclass1_knockback 1.0

new g_ZombieClassID

public plugin_precache()
{
    
register_plugin("[ZP] Class: Zombie: comflage"ZP_VERSION_STRING"ZP Dev Team")
    
    new 
index
    
    g_ZombieClassID 
zp_class_zombie_register(zombieclass1_namezombieclass1_infozombieclass1_healthzombieclass1_speedzombieclass1_gravity)
    
zp_class_zombie_register_kb(g_ZombieClassIDzombieclass1_knockback)
    for (
index 0index sizeof zombieclass1_modelsindex++)
        
zp_class_zombie_register_model(g_ZombieClassIDzombieclass1_models[index])
    for (
index 0index sizeof zombieclass1_clawmodelsindex++)
        
zp_class_zombie_register_claw(g_ZombieClassIDzombieclass1_clawmodels[index])

__________________

Last edited by B7PK; 05-25-2016 at 18:24.
B7PK is offline
Old 05-26-2016, 07:37
amir saiaoud
This message has been deleted by amir saiaoud.
Old 06-03-2016, 10:42
B7PK
This message has been deleted by B7PK. Reason: ..
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 18:32.


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