Raised This Month: $ Target: $400
 0% 

FM_AddToFullPack help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
whosyourdaddy
Senior Member
Join Date: Apr 2008
Old 01-05-2009 , 02:14   FM_AddToFullPack help
Reply With Quote #1

ok well i am using this to make people invisble and it works perfectly but yesterday and today 2 people have been telling me that they dont see people invisible and i looked over my code and couldnt find anything wrong, is there a way you can set something in ur console that will disable this from working, this is what im using

Code:
public ForwardAddToFullPack(ES,e,Ent,Host,HostFlags,Player,pSet)
{
   if(!Player) 
       return FMRES_IGNORED;
 
   if(iGlow[Ent])
   {
       set_es(ES, ES_RenderMode, kRenderNormal); 
       set_es(ES, ES_RenderAmt, 25); 
       set_es(ES, ES_RenderColor, g_GlowLevel[Ent]); 
       set_es(ES, ES_RenderFx, kRenderFxGlowShell);
   }
   else if(p_data_b[Ent][PB_INVIS] && ITEM_Has(Host,ITEM_GOGGLES) == ITEM_NONE)
   {
       set_es(ES,ES_Solid,SOLID_NOT)
       set_es(ES,ES_RenderMode,kRenderTransAlpha)
       set_es(ES,ES_RenderAmt,Invis_ME(Ent))
   }
   return FMRES_IGNORED;
}
*UPDATED*
is there another way i can make some1 glow or become slightly invisible other than using set_es

Last edited by whosyourdaddy; 01-05-2009 at 13:21.
whosyourdaddy is offline
Reply


Thread Tools
Display Modes

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 09:19.


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