Re: how to let REAL players move ? -
16-01-2004
The only thing I can guess is to update their velocity to whatever velocity you want (in pev->velocity)
Maybe an UpdateClientData would work after setting pev->buttons |= IN_FORWARD, or a DispatchThink().
|