26.11.2010, 22:21
I have two places that I need help fixing.
One is a B.A.S.E tower, and the command to get to the top of it works.
It's just when you jump off the roof, the rest of the tower doesn't show
until a good 5-10 seconds into the fall.
On the other tower, its starts you off on a boat, then you walk into a pickup
and it sends up to the top of the tower. However, its sending you through the tower,
getting you stuck in the middle. I've re-inputed the coords of the command, to make
sure that those are correct, and they are.
I have both towers in a filterscript, so that could be the issue? Also, I've just started
tampering with Incognitos streamer, maybe i'm doing something wrong there?
All objects are set up as
AddDynamicObject(blahblahblah);
All pickups are set up as:
CreateDynamicPickup(blahblahblah); - Though they wern't working, so I went back to CreatePickup.
I'm pretty sure you won't need the code? Because it all compiles correctly, and is all there,
it's just the bulidings wont show up, until you're halfway through the fall, or the Pickup glitches out.
Heelp please.
Thanks.
One is a B.A.S.E tower, and the command to get to the top of it works.
It's just when you jump off the roof, the rest of the tower doesn't show
until a good 5-10 seconds into the fall.
On the other tower, its starts you off on a boat, then you walk into a pickup
and it sends up to the top of the tower. However, its sending you through the tower,
getting you stuck in the middle. I've re-inputed the coords of the command, to make
sure that those are correct, and they are.
I have both towers in a filterscript, so that could be the issue? Also, I've just started
tampering with Incognitos streamer, maybe i'm doing something wrong there?
All objects are set up as
AddDynamicObject(blahblahblah);
All pickups are set up as:
CreateDynamicPickup(blahblahblah); - Though they wern't working, so I went back to CreatePickup.
I'm pretty sure you won't need the code? Because it all compiles correctly, and is all there,
it's just the bulidings wont show up, until you're halfway through the fall, or the Pickup glitches out.
Heelp please.
Thanks.