Can anyone tell me how to get the entity handle of a player prop?
For example. I need to check if my player has a duffel bag, and if he hasn’t he will spawn one. And if he has he will use that one. The problem is, if I spawn the duffel bag I get the entity handle because CreateObject() returns the entity handle. But I have no idea how to get the entity handle if it’s already equipped onto the player. Can anyone help me here, please?