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);
engfunc( EngFunc_SetSize, i_Ent, {-30.0, -30.0, -40.0}, {30.0, 30.0, 40.0})
engfunc(EngFunc_SetModel,i_Ent,model_aura_shield);
engfunc( EngFunc_SetOrigin, i_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