Posts: 58
Threads: 16
Joined: Nov 2012
Reputation:
0
the problem is that the pickups are mixed.
Posts: 973
Threads: 10
Joined: Sep 2012
Reputation:
0
Use a checkpoint manager.
Or use sreamer plugin.
Although you could just use IsPlayerInRangeOfPoint to see if the player is in the right CheckPoint.
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
Try to put all pickups into one script rather than multiple scripts. It's not very likely for pickup ids to mix, because CreatePickup returns a pickup id, and there can only really be one of those. There can't be more than 1 pickup id 51 for example. Show us where you are introducing or giving a value to your pickupids, and show your OnPlayerPickUpPickup callback.
Posts: 759
Threads: 80
Joined: Oct 2012
Reputation:
0
(facepalm) read the link man the link i showed u a link to read about pickups all u have to do iz look at