18.01.2013, 10:41
Make sure you're using the appropriate callback.
All the callbacks and streamer functions are in this thread: https://sampforum.blast.hk/showthread.php?tid=102865
Use OnPlayerPickUpDynamicPickup rather than OnPlayerPickUpPickup
Код:
OnPlayerPickUpDynamicPickup(playerid, pickupid);
Use OnPlayerPickUpDynamicPickup rather than OnPlayerPickUpPickup