Hi there.
I am trying to spawn in a clip of money for the player to pick up. However I can't seem to get it done. I have been trying this but to no avail:
//playerPos is in this case a place holder
OBJECT::CREATE_PICKUP(GAMEPLAY::GET_HASH_KEY("PICKUP_MONEY_VARIABLE"), playerPos.x + 5, playerPos.y + 5, playerPos.z + 5, 0, 200, true, GAMEPLAY::GET_HASH_KEY("s_inv_moneyclip01x"), 1, 1);
Could someone help me out with this?