22.03.2017, 21:52
First,
1. If you do that new test[MAX_PLAYERS];, you're creating it per player. if you only did new test; you're creating it globally.
2. https://sampwiki.blast.hk/wiki/DestroyPickup
The Variable you used to create the pickup is the same variable you use to destroy it.
1. If you do that new test[MAX_PLAYERS];, you're creating it per player. if you only did new test; you're creating it globally.
2. https://sampwiki.blast.hk/wiki/DestroyPickup
The Variable you used to create the pickup is the same variable you use to destroy it.