Posts: 31
Threads: 12
Joined: Jan 2011
Reputation:
0
Hello x)
When should I use CreatePickup and when CreateDynamicPickup? What's the difference?
Posts: 2,698
Threads: 37
Joined: Mar 2012
Reputation:
0
CreateDynamicPickup is Streamer plugin's function. The difference between them is that you can only create 4,096 pickups using CreatePickup. However using the dynamic function, you can add more pickup ids to it's memory so that it'll be streamed when necessary.