Pickup disappear

Issue #15 closed
athert created an issue

If i come closer to pickup, it disappear and show only when i move away from him.

script use => pickupCreate("FMVobalka.i3d", 10, -2131.35,-5.0,-520.36, 2.0);

maybe is problem with pickup scale?

i attach two pictures with this issue

Comments (7)

  1. athert reporter

    One bonus. I check this pickup in function and it looks like that i "pickup" this pickup and then it disappear. So problem isnt that it disappear but distance that i "pickup" this pickup. Maybe another parameter that define pickup radius?

  2. Aleksi Hulkkonen

    Hello, 2nd param is the pickup respawn delay. Use 0 for static rotation (can't pick it up), -1 for one time pick up and any value above 0 for respawn time of the pickup. Thanks :)

  3. athert reporter

    pickupCreate(modelname, rotatinginterval, posx, posy, posz, scaling) <= this is on wiki. So if i understand, rotatinginterval is respawn delay? :)

  4. Aleksi Hulkkonen

    Ah, apparently there was a mistake in the documentation. Thanks again for notifying me, it's fixed now! :)

  5. Log in to comment