SA-MP Forums Archive
Objects not showing - 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 not showing (/showthread.php?tid=636818)



Objects not showing - Easy1 - 04.07.2017

Hello, I've encountered an issue with objects lately.

When adding new objects to the server, all of the objects disappear, including the new ones that I had just added. Before adding the new objects, however, everything was working normally. When I removed the new objects, the old ones did not show up either.

I'm using CreateDynamicObject and Incognito's streamer.


Re: Objects not showing - Easy1 - 04.07.2017

Bump, looks like this topic is unnoticed


Re: Objects not showing - Freedom. - 04.07.2017

Try to add after CreateDynamicObject:

Код:
Streamer_Update(playerid);



Re: Objects not showing - Easy1 - 04.07.2017

Actually fixed this issue by moving all the objects to the main gamemode, rather than having them as a filterscript.

Thanks for the effort, tho.