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

[ZP] Zombie Class: Dog


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Zombie-rus
Senior Member
Join Date: Feb 2010
Location: Russia, Tomsk
Old 07-19-2010 , 06:06   [ZP] Zombie Class: Dog
Reply With Quote #1

[ZP] Zombie Class: Dog

Class code:
Code:
#include <amxmodx>
#include <fakemeta>
#include <zombieplague>
#include <cstrike>
#include <fun>

new g_zclassid1, cvar_fov

new g_zombies_fov

public plugin_init()
{
    register_plugin("[ZP] Class: Dog Zombie", "0.1", "Zombie-rus")

    cvar_fov = register_cvar("zp_class_fov", "120")
}

public plugin_precache()
{
    g_zclassid1 = zp_register_zombie_class("Zombie Dog", "Speed++ HP- Jump++", "bobik", "v_knife_dog_zombie.mdl", 1200, 220, 1.0, 1.0)

}

public plugin_cfg()
{
    g_zombies_fov = get_cvar_pointer("zp_zombie_fov")
}

public zp_user_infected_post(id, infector)
{
    if (zp_get_user_zombie_class(id) == g_zclassid1)
    {
        client_print(id, print_chat, "[ZP] You become a zombie dog!")
        set_user_footsteps(id, 1)
        
    }
}

public msg_one_unreliable(id)
{
    if (zp_get_user_zombie_class(id) == g_zclassid1)
    {
        message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SetFOV"), {0,0,0}, id)
        write_byte(get_pcvar_num(cvar_fov))
        message_end()
    }
    else 
    {
        message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SetFOV"), {0,0,0}, id)
        write_byte(g_zombies_fov) // fov angle
        message_end()
    }
}
Picture

[IMG]http://img837.**************/img837/104/skrinzombiedog.jpg[/IMG]

[RU]У класса есть своя модель + модель рук. Которые можно скачать ниже
[EN] Class has its own model + model hands. Which can be downloaded below

http://www.mediafire.com/?uf33at4tmcf9n0f
__________________
[ZP] Extra Item: Dynamite Zombie - completed
Zombie-rus is offline
dias
BANNED
Join Date: Jul 2009
Location: South Vietnam
Old 07-19-2010 , 06:13   Re: [ZP] Zombie Class: Dog
Reply With Quote #2

Wow. Nice
dias is offline
Send a message via Yahoo to dias Send a message via Skype™ to dias
vaan123
Veteran Member
Join Date: Sep 2009
Location: Kuwait
Old 07-19-2010 , 07:10   Re: [ZP] Zombie Class: Dog
Reply With Quote #3

why not just zip it here?, nice hands btw.
__________________

vaan123 is offline
Send a message via MSN to vaan123 Send a message via Yahoo to vaan123 Send a message via Skype™ to vaan123
zeus
Senior Member
Join Date: Jul 2008
Old 07-19-2010 , 12:46   Re: [ZP] Zombie Class: Dog
Reply With Quote #4

Map name?
zeus is offline
Hx7r
Member
Join Date: Mar 2009
Old 07-19-2010 , 15:25   Re: [ZP] Zombie Class: Dog
Reply With Quote #5

This model is strange, his "eye" is inside the mouth
Hx7r is offline
Zombie-rus
Senior Member
Join Date: Feb 2010
Location: Russia, Tomsk
Old 07-19-2010 , 21:30   Re: [ZP] Zombie Class: Dog
Reply With Quote #6

Quote:
Map name?
de_dust_arena
__________________
[ZP] Extra Item: Dynamite Zombie - completed
Zombie-rus is offline
Leon_12
Senior Member
Join Date: Jul 2010
Location: Bulgaria
Old 07-20-2010 , 02:47   Re: [ZP] Zombie Class: Dog
Reply With Quote #7

is this headcrab zombie?
Leon_12 is offline
Send a message via Skype™ to Leon_12
Ryokin
Senior Member
Join Date: Jan 2010
Old 07-20-2010 , 06:00   Re: [ZP] Zombie Class: Dog
Reply With Quote #8

No special ability ?
__________________
NH4CL + NaOH -> NH3 + H2O + NaCL
Ryokin is offline
Zombie-rus
Senior Member
Join Date: Feb 2010
Location: Russia, Tomsk
Old 07-22-2010 , 01:29   Re: [ZP] Zombie Class: Dog
Reply With Quote #9

Quote:
is this headcrab zombie?
No
__________________
[ZP] Extra Item: Dynamite Zombie - completed
Zombie-rus is offline
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 07-22-2010 , 09:24   Re: [ZP] Zombie Class: Dog
Reply With Quote #10

Quote:
Originally Posted by Leon_12 View Post
is this headcrab zombie?
the title says "Zombie Class: Dog" and he's asking if it's a headcrab...a whole new level of stupidity
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
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 06:31.


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