Posts: 882
Threads: 176
Joined: Aug 2011
Reputation:
0
I know how to create pickups and such. But I want the pickup to be removed for ALL players once a player picks it up. I don't want to use destroypickup, as I'm using pickup type 2 which makes it respawn after some time.
How can I do this? Thank you.
Posts: 1,690
Threads: 18
Joined: Jul 2012
Reputation:
0
DestroyPickup is ffirst method.
Second is this:- As you said you want that when the player picks up, It must be destroyed for all players not only for one.
But here i come up with this ( 3 - Pickupable, respawns after death)
Posts: 882
Threads: 176
Joined: Aug 2011
Reputation:
0
I've tried pickup type 3 and it still only despawns for the player that picks it up. Is destroypickup the only option?