Raised This Month: $ Target: $400
 0% 

Zp class_zombie: L4d_Witch


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 06-03-2009 , 14:41   Re: Zp class_zombie: L4d_Witch
Reply With Quote #2

PHP Code:
public plugin_init()
{
    
register_plugin"[ZP] Class : L4d_Witch""1.0""XpaHuTeJIb" );
}

public 
plugin_precache()
{
    
engfunc(EngFunc_PrecacheSoundsound_player_die);
    
engfunc(EngFunc_PrecacheSoundsound_player_pain);
    
    
g_zclass_fozombie zp_register_zombie_class(zclass_namezclass_infozclass_modelzclass_clawmodelzclass_healthzclass_speedzclass_gravityzclass_knockback);
}

public 
zp_user_infected_post(idinfector)
{
    if (
zp_get_user_zombie_class(id) == g_zclass_fozombie)
    {
        
// your code here
    
}

__________________
xPaw is offline
 



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 13:51.


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