Re: get at player's view angles ? -
11-07-2007
im wondering if there is a way to modify player position and view angles from a plugin. theres a nice botmanager class that allows you to put bots in the server and modify them, there is no equivalent playermanager class to modify players in the game. ive found though engine->SetView(edict_t,edict_t) that you can call every game frame will set a client view to a bot view.
i dont know if this is a good method of doing this though
|