11-10-2013, 11:26 PM
You can. cPlayer IS a cEntity, so once you fix the indirections, it will work. SetOwner() is expecting a pointer, you're (probably) giving it a reference.
SetOwner(&a_Player);should work