29.04.2008, 17:51
using AddStaticPickup() instead of AddStaticPickup2() do not save the coords and other datas. that means these functions won't work:
use CreatePickup2() and DestroyPickup2() instead of the old functions.
pawn Код:
IsPickupConnected(pickupid);
GetPickups();
//these callbacks won't work, too
public OnPlayerPickupItem(playerid,pickupid,modelid,type);
public OnPickupRespawn(pickupid,modelid);