Problem with pickup
#1

I got this line:
Pickup[c] = CreatePickup(1272, 1, X, Y, Z, -1);

It created the pickup, but the pickup disappears ... ( 1 = Not pickupable, exists all the time.)
What is the problem ?

thank you.
Reply
#2

try to use the pickup type 23
Код:
Pickup[c] = CreatePickup(1272, 23, X, Y, Z, -1);
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..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)