Quote:
Originally Posted by KliPPy
I think you can do
PHP Code:
register_touch("your_entity", "*", "your_touch_func");
to register touch between your and any other entity.
|
I know how to register the touches of an entity, I was asking how can I hook its touch with ground.
And about
Code:
//FL_ONGROUND
if (pev(id, pev_flags) & FL_ONGROUND) {...}
I know this method. But this is meant for the players only. Does it have anything to do with entities?
__________________