SA-MP Forums Archive
Streamer - Objects are not loading in to the server - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Streamer - Objects are not loading in to the server (/showthread.php?tid=478885)



Streamer - Objects are not loading in to the server - Brandon_More - 01.12.2013

Well it was working, but I have converted the whole script from DUDB to MySQL and suddenly not working :/ Ermm.. I don't know what to do, I have updated the streamer plugin and include, compiling brilliantly. It's creating 3dtexts and stufff just not creating objects Is there anything that someone can support me with?


Re: Streamer - Objects are not loading in to the server - ReApZ - 02.12.2013

Show Codes Please


Re: Streamer - Objects are not loading in to the server - iZN - 02.12.2013

There maybe several reasons:

1. Plugin and include isn't updated.
2. Using wrong plugin e.g. trying to load streamer.dll in linux whereas using streamer.so for windows.
3. If the objects are separated as filterscript, it is not loading due to other filterscripts (if you have more which exceeds the limit).
4. You have converted the objects directly through renaming CreateObject to CreateDynamicObject. Try using convertffs.com to convert them properly.
5. The objects are not placed in the following callbacks: OnFilterScriptInit or OnGameModeInit.