Building issues.
#1

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.
Reply
#2

First problem may be caused because of lag.
Reply
#3

dont make the objects dynamic maybe that will help
Reply
#4

Quote:
Originally Posted by XoSarahMoX
Посмотреть сообщение
dont make the objects dynamic maybe that will help
You must know what you are talking about before posting...

On topic: What streamer do you use?
Reply
#5

Quote:

Also, I've just started
tampering with Incognitos streamer

:]



The message you have entered is too short. Please lengthen your message to at least 8 characters.
Reply
#6

Ah lol...

pawn Код:
#define CreateDynamicObjectEx(%0,%1,%2,%3,%4,%5) CreateDynamicObject(%0,%1,%2,%3,%4,%5,-1,-1,-1,300.0)
Just change your CreateDynamicObject to CreateDynamicObjectEx.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)