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



Streamer Problem - vassilis - 02.09.2016

I guess this has been posted thousand times but i can't actually find the solution. Me and my friend are working on a script to release it here on forums. The maps we use are from SA-MP forums because we lack interest in mapping. Yesterday, i uploaded the gamemode to a host we have containing the maps as a filterscript and they worked correctly. However, it doesn't show maps on localhost. It shows the typical streamer problem with expecting parameters.. As usual i downloaded the latest plugin/include and compiled it but yet it doesn't work. It doesn't show the maps. Do i have to do anything else?


Re: Streamer Problem - Shinja - 02.09.2016

You have Visual C++? if not get it
https://www.microsoft.com/en-us/down....aspx?id=48145


Re: Streamer Problem - vassilis - 02.09.2016

Quote:
Originally Posted by Shinja
Посмотреть сообщение
I already have it. :/

It shows 3 Stream Plugin Errors:

Stream Plugin: CreateDynamicObject: Expecting 14 parameter(s), but found 12. ...


Re: Streamer Problem - jlalt - 02.09.2016

Quote:
Originally Posted by vassilis
Посмотреть сообщение
I already have it. :/

It shows 3 Stream Plugin Errors:

Stream Plugin: CreateDynamicObject: Expecting 14 parameter(s), but found 12. ...
Be sure you're using pawno complier which you put last streamer include for it.


Re: Streamer Problem - Shinja - 02.09.2016

Show an example object


Re: Streamer Problem - vassilis - 02.09.2016

Quote:
Originally Posted by jlalt
Посмотреть сообщение
Be sure you're using pawno complier which you put last streamer include for it.
I am using Notepad and compiler for PAWN. Do you think that's the problem?
EDIT: I use PAWNO and still same problem..

EDIT2:
For example on streamer error is showing CreateDynamicObjectEx that it has 15 parameters but expecting 18
My only one
Код:
CreateDynamicObjectEx(4586, 1405.11719, -1191.40625, 85.03130,   0.00000, 0.00000, 0.00000, 20000.0, 20000.0);
It has 9 parameters..


Re: Streamer Problem - Shinja - 02.09.2016

Try to remove last 2 params, i mean for CreateDynamicObjectEx if you are using it


Re: Streamer Problem - vassilis - 02.09.2016

It had something to do with Windows 10. Thanks for help though!