Errors of Streamer
#5

On your server.cfg you must have this line:
plugins streamer.so ( if your server runs on linux)
or
plugins streamer.dll ( if your server runs on windows)

Also, on your gamemode you must add #include<streamer>

On your plugins folder, you must have the two streamer files: streamer.dll and streamer.so


As for the objects to be visible, you must not use any CreateObject, you must replace all CreateObject functions with CreateDynamicObject.

And replace all MoveObject with MoveDynamicObject.

Particularilly said, as long as you decide to use incognito's streamer, you must use his functions, and replace the default ones like MoveObject, DestroyObject, with MoveDynamicObject and DestroyObject.

If you use both functions, it may conflict and cause your objects to stop creating.

If you use filterscripts that also create objects, you must use #include<streamer> and convert all object functions just like in the gamemode.
Reply


Messages In This Thread
Errors of Streamer - by [FR]Fratzica - 01.09.2012, 15:43
Re: Errors of Streamer - by xtreamer - 01.09.2012, 15:51
Re: Errors of Streamer - by [FR]Fratzica - 01.09.2012, 15:56
Re: Errors of Streamer - by [FR]Fratzica - 01.09.2012, 16:00
Re: Errors of Streamer - by xtreamer - 01.09.2012, 16:12
Re: Errors of Streamer - by [FR]Fratzica - 01.09.2012, 16:22
Re: Errors of Streamer - by xtreamer - 01.09.2012, 16:25
Re: Errors of Streamer - by [FR]Fratzica - 01.09.2012, 16:28
Re: Errors of Streamer - by Lordzy - 01.09.2012, 16:30
Re: Errors of Streamer - by [FR]Fratzica - 01.09.2012, 16:33

Forum Jump:


Users browsing this thread: 3 Guest(s)