SA-MP Forums Archive
Errors of Streamer - 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: Errors of Streamer (/showthread.php?tid=374052)



Errors of Streamer - [FR]Fratzica - 01.09.2012

[REDACTED BY FBI]


Re: Errors of Streamer - xtreamer - 01.09.2012

Код:
E:\Users\PredelCorp\Desktop\sv samp\Server DKR\pawno\include\Streamer.inc(157) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
- Go to your pawno folder , then open the include folder and search for streamer.inc, open it with a text editor and search for line 24, delete that line then save the streamer.inc.


Re: Errors of Streamer - [FR]Fratzica - 01.09.2012

[REDACTED BY FBI]


Re: Errors of Streamer - [FR]Fratzica - 01.09.2012

[REDACTED BY FBI]


Re: Errors of Streamer - xtreamer - 01.09.2012

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.


Re: Errors of Streamer - [FR]Fratzica - 01.09.2012

[REDACTED BY FBI]


Re: Errors of Streamer - xtreamer - 01.09.2012

DKR.amx is your gamemode or just a filterscript?


Re: Errors of Streamer - [FR]Fratzica - 01.09.2012

[REDACTED BY FBI]


Re: Errors of Streamer - Lordzy - 01.09.2012

Quote:
Originally Posted by [FR]Fratzica
Посмотреть сообщение
Thank you 1000 times, you can visit my server if you want, ip 86.34.228.147:7877, i will give you admin lvl 4(head admin) if you come, +rep u, thanks
Stop advertising here.
This isnt the place to advertise.
SA-MP forums have provided Advertisments section to Advertise.
Edit your post and remove that IP.


Re: Errors of Streamer - [FR]Fratzica - 01.09.2012

[REDACTED BY FBI]