Raised This Month: $ Target: $400
 0% 

How to see teammate in 75% when invisible ?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
zombieplague
Veteran Member
Join Date: Apr 2009
Old 10-11-2009 , 03:31   How to see teammate in 75% when invisible ?
Reply With Quote #1

How to see teammate in 75% when they are invisible ?

PHP Code:
#include <amxmodx>
#include <zombieplague>
#include <fakemeta>
#include <fun>
 
new g_zclass_fzombie
 
new const zclass_name[] = { "Invisible Zombie" }
new const 
zclass_info[] = { "Invisible" }
new const 
zclass_model[] = { "zombie_source" }
new const 
zclass_clawmodel[] = { "v_knife_zombie.mdl" }
const 
zclass_health 1700
const zclass_speed 350
const Float:zclass_gravity 1.0
const Float:zclass_knockback 1.0
 
public plugin_init()
{
        
register_plugin("[ZP] Class : Fast Zombie""1.0""Zombieplague")

 
public 
plugin_precache()
{
 
g_zclass_fzombie 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_fzombie)
 {
               
set_user_renderingidkRenderFxGlowShell000kRenderTransAlpha)
 }

zombieplague 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 22:37.


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