View Single Post
redivcram
Veteran Member
Join Date: Jul 2014
Location: Serbia
Old 12-25-2019 , 08:13   Re: Custom Fakemeta entity touch not working?
Reply With Quote #3

PHP Code:
    set_pev(iEntpev_classname"bottle_o_wine");
    
engfunc(EngFunc_SetModeliEnt"models/winebottle.mdl");
    
engfunc(EngFunc_SetSizeiEntfMinsfMaxes);
    
engfunc(EngFunc_SetOriginiEntfOrigin);
    
set_pev(iEntpev_solidSOLID_TRIGGER);
    
dllfunc(DLLFunc_SpawniEnt); 
Nope.
SOLID_BBOX does not make it solid as I can still walk through it and the touch function still does not get called on either SOLID_ attribute.

Last edited by redivcram; 12-25-2019 at 08:16.
redivcram is offline