SA-MP Forums Archive
Objects doesn't load when I'm in a vehicle - 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)
+--- Thread: Objects doesn't load when I'm in a vehicle (/showthread.php?tid=404336)



Objects doesn't load when I'm in a vehicle - NoobWeen - 02.01.2013

Hi guys,

I'm compiling a deathmatch GM and I need help with some objects.

When I go to /jump1 (example) and I'm in a vehicle, some objects doesn't load.
But, if I exit the car, they load. (This is the Invisible Object Bug)

The objects were added using CreateDynamicObject and I've got the latest version of streamer.dll and streamer.inc.

Someone can help me?


AW: Objects doesn't load when I'm in a vehicle - IPrototypeI - 02.01.2013

You can try

Streamer_UpdateEx

or you can set your player next to the vehicle and then again in the vehicle


Re: Objects doesn't load when I'm in a vehicle - NoobWeen - 02.01.2013

Uhm... I've tried to use Streamer_UpdateEx, but still doesn't work...