SA-MP Forums Archive
Building issues. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Building issues. (/showthread.php?tid=193634)



Building issues. - BJaxx - 26.11.2010

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.


Respuesta: Building issues. - OwlCity - 26.11.2010

First problem may be caused because of lag.


Re: Building issues. - XoSarahMoX - 26.11.2010

dont make the objects dynamic maybe that will help


Re: Building issues. - The_Moddler - 26.11.2010

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?


Re: Building issues. - BJaxx - 26.11.2010

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.


Re: Building issues. - The_Moddler - 26.11.2010

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.