21.12.2015, 15:10
When i'm using regular pickups / dynamic pickups, the pickups don't response for any OnPlayerPickUpPickup / OnPlayerPickUpDynamicPickup..
Both of them doesn't work.. What should i do?
And the pickups type is 1 for all of them..
Thanks.
Код:
public OnPlayerPickUpDynamicPickup(playerid, pickupid) { printf("Response"); return true; } public OnPlayerPickUpPickup(playerid, pickupid) { printf("Response"); return true; }
And the pickups type is 1 for all of them..
Thanks.