TobseN Posted January 20, 2019 Share Posted January 20, 2019 Hey everyone, how can I create pickups at the moment? I tried it with the gtanetwork. Api but its not implemented yet. Thanks for your help. Link to comment Share on other sites More sharing options...
Flashrex Posted January 22, 2019 Share Posted January 22, 2019 Option 1: Wait until they got implemented. Option 2: Create own PickUp-System. For example create Objects and use ColShape. (OnPlayerEnterColshape) Option 3: I think you can create them clientside. But the page in the wiki is incomplete. That´s what i found in Discord. Maybe it helps: (Javascript) Pickup CREATE_PICKUP(Hash pickupHash, float posX, float posY, float posZ, int p4, int value, BOOL p6, Hash modelHash) 1 Link to comment Share on other sites More sharing options...
fl1k Posted October 11, 2021 Share Posted October 11, 2021 On 1/22/2019 at 3:35 PM, Flashrex said: Option 1: Wait until they got implemented. Option 2: Create own PickUp-System. For example create Objects and use ColShape. (OnPlayerEnterColshape) Option 3: I think you can create them clientside. But the page in the wiki is incomplete. That´s what i found in Discord. Maybe it helps: (Javascript) Pickup CREATE_PICKUP(Hash pickupHash, float posX, float posY, float posZ, int p4, int value, BOOL p6, Hash modelHash) still w8ing Link to comment Share on other sites More sharing options...
TAKTAK26 Posted October 12, 2021 Share Posted October 12, 2021 Uh! 😅 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