DESCRIPTION
Returns the Entity handle for the given Ped's currently equipped Weapon.
CODE EXAMPLE
weaponEntity = GET_CURRENT_PED_WEAPON_ENTITY_INDEX(ped); if (DOES_ENTITY_EXIST(weaponEntity)) { ...
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Returns the Entity handle for the given Ped's currently equipped Weapon.
weaponEntity = GET_CURRENT_PED_WEAPON_ENTITY_INDEX(ped); if (DOES_ENTITY_EXIST(weaponEntity)) { ...
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.