DESCRIPTION
CODE EXAMPLE
Vector3 pos = GET_OFFSET_FROM_ENTITY_IN_WORLD_COORDS(PLAYER_PED_ID(), 0, 3, 0); Hash pickup_type = GET_HASH_KEY("PICKUP_HEALTH_STANDARD"); //All pickups names: https://tinyurl.com/vfmkuzy8 int blabla = CREATE_PICKUP(pickup_type, pos.x, pos.y, pos.z, false, 0, 0, 0, 0, 0.0, 0);
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.