13.08.2011, 02:45
try to use the pickup type 23
the "not pickupable" relates to if a player can pick it up by touching it. so its a "display only" purpose. the type 23 will get picked up on foot, and it will stay there. i guess you want to use it as a house entrance..
Код:
Pickup[c] = CreatePickup(1272, 23, X, Y, Z, -1);