Frictional Games Forum (read-only)

Full Version: Removing the grab entity hand popup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So you know the hand that appears as your crosshair when you can pick up an item/entity? I was wondering if there was a way to remove that without actually turning it into a static object.
ShowPlayerCrossHairIcons( false);
Oh ok, got it. Thanks a lot!