Raised This Month: $ Target: $400
 0% 

Problem with making solid entity


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Speed!
BANNED
Join Date: Jan 2009
Old 02-14-2009 , 13:06   Problem with making solid entity
Reply With Quote #1

Im using this
PHP Code:
public make_shield(const Float:vOrigin[3])
{
    new 
i_Ent engfunc(EngFunc_CreateNamedEntity,g_EntMine);
    
set_pev(i_Ent,pev_classname,"shield");

    
set_pev(i_Ent,pev_frame,0);
    
set_pev(i_Ent,pev_body,3);

    
engfuncEngFunc_SetSizei_Ent,  {-30.0, -30.0, -40.0},  {30.030.040.0})
    
engfunc(EngFunc_SetModel,i_Ent,model_aura_shield);
    
engfuncEngFunc_SetOrigini_Ent vOrigin );

    
fm_set_rendering(i_Ent,kRenderFxGlowShell,255,255,255,kRenderTransAlpha,70)
    
set_task(10.3"remove_shield"i_Ent)
    
set_pev(i_Ent,pev_solid,SOLID_BBOX);

THE PROBLEM IS THAT THTE MODEL SHOWS RIGHT, BUT I CANT GO THROUGH IT

the model is attached
the model is wrong?
the code?
plz help, this is important for me
Attached Files
File Type: zip aura6.zip (13.8 KB, 92 views)

Last edited by Speed!; 02-16-2009 at 14:11.
Speed! 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 16:59.


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