haws1290 Posted May 4, 2015 Share Posted May 4, 2015 (edited) I need some help with creating money pickups they do pass with no error as Money Created is printed but I cannot see any pickup OBJECT.CREATE_MONEY_PICKUPS(263.44, 215, 102, 1000, 1, 1)print("Money Created") void CREATE_MONEY_PICKUPS(float *XCoord, float *YCoord, float *ZCoord, int Vaule, Any p4, Any p5) Edited May 4, 2015 by haws1290 Link to comment Share on other sites More sharing options...
Vrock_wave Posted May 5, 2015 Share Posted May 5, 2015 I need some help with creating money pickups they do pass with no error as Money Created is printed but I cannot see any pickup OBJECT.CREATE_MONEY_PICKUPS(263.44, 215, 102, 1000, 1, 1)print("Money Created") void CREATE_MONEY_PICKUPS(float *XCoord, float *YCoord, float *ZCoord, int Vaule, Any p4, Any p5) it works for me local playerPosition = ENTITY.GET_ENTITY_COORDS(PLAYER.PLAYER_PED_ID(), false) local Of = OBJECT.CREATE_AMBIENT_PICKUP(GAMEPLAY.GET_HASH_KEY("PICKUP_MONEY_VARIABLE"), playerPosition.x, playerPosition.y, playerPosition.z, 0, 5000, 1, false, true) haws1290 1 Link to comment Share on other sites More sharing options...
haws1290 Posted May 5, 2015 Author Share Posted May 5, 2015 Thank you will test when my script doesn't crash the Lua Asi plugin Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now