Hi, I was seeing hlsdk inc and I saw this:
PHP Code:
// engfunc(EngFunc_WalkMove, entity, Float:yaw, Float:dist, iMode) iMode values
#define WALKMOVE_NORMAL 0 // Normal walkmove
#define WALKMOVE_WORLDONLY 1 // Doesn't hit ANY entities, no matter what the solid type
#define WALKMOVE_CHECKONLY 2 // Move, but don't touch triggers
I am trying to make a little car managed by remote control, and I need It move like Player movement, and I think this WalkMove is a possible solution.
Can someone explain me it or give an example for use it correctly.
Thanks and greetings.
__________________