public OnPlayerPickUpPickup(playerid, pickupid)
{
SendClientMessage(playerid, COLOR_WHITE, "test");
return 1;
}
Something isn't right here, I use both AddStaticPickup and CreatePickup, neither seem to work. I've tried using pickup types 2 and 23. Any idea whats causing this?