interesting .... but i wonder. when i use this one:
PHP Code:
CBaseEntity *pOwner = pWeapon->GetOwnerEntity();
I get the error, that GetOwnerEntity is unknown. That comes, because I only have a declaration of CBaseEntity in the IGameHelpers.h.
Do you have a class/struct or whatever of CBaseEntity, that you are able to call function on those objects?
__________________