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=611427)



Streamer problem - TaylorShade - 06.07.2016

I updated streamer (plugin+include) to last version, and i get this when i start samp-server i get this




Re: Streamer problem - Mencent - 06.07.2016

Hello!

Can you send us of each "CreateDynamic..."-functions one line?
One of CreateDynamicMapIcon, one of CreateDynamicObject, and so on.


Re: Streamer problem - TaylorShade - 06.07.2016

Код:
CreateDynamicObject(19380, 1344.77014, -1775.62708, 12.91760,   0.00000, 0.00000, 0.00000);
Код:
CreateDynamicPickup(1239, 1, -19.8933, -134.8046, 1003.5469);
Код:
CreateDynamic3DTextLabel("[ /PRODAJVOCE ]",0xFFFFFFAA, 1371.1035,-1805.5853,13.6182,30, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 15.0);
*Here i added 2 more parametars but still shows up
Код:
CreateDynamicMapIcon(1755.4425, -1919.6036, 13.5718, 38, -1, 0, 0, -1, 50.0, 0, -1, 0);



Re: Streamer problem - Mencent - 06.07.2016

OK, there is nothing wrong.

Try these 4 points, maybe after that it will work.
http://forum.sa-mp.com/showpost.php?...2&postcount=16


Re: Streamer problem - Rdx - 06.07.2016

12 parameteres in CreateDynamicMapIcon? You probably downloaded wrong version.
I remember 8 or 9 are needed, rest is already assigned to values.


Re: Streamer problem - Mencent - 06.07.2016

@Rdx:
PHP код:
native STREAMER_TAG_MAP_ICON CreateDynamicMapIcon(Float:xFloat:yFloat:ztypecolorworldid = -1interiorid = -1playerid = -1Float:streamdistance STREAMER_MAP_ICON_SDstyle MAPICON_LOCALSTREAMER_TAG_AREA areaid STREAMER_TAG_AREA -1priority 0); 
There are 12 parameters, that's right.


Re: Streamer problem - Rdx - 06.07.2016

Quote:
Originally Posted by Mencent
Посмотреть сообщение
@Rdx:
PHP код:
native STREAMER_TAG_MAP_ICON CreateDynamicMapIcon(Float:xFloat:yFloat:ztypecolorworldid = -1interiorid = -1playerid = -1Float:streamdistance STREAMER_MAP_ICON_SDstyle MAPICON_LOCALSTREAMER_TAG_AREA areaid STREAMER_TAG_AREA -1priority 0); 
There are 12 parameters, that's right.
But you don't need to use it, it has already defined values.


Re: Streamer problem - TaylorShade - 06.07.2016

I already downloaded lastest version (2.8.2) and updated plugin and include in pawno folder.. compiled few times but still the same, any other fix?


Re: Streamer problem - Mencent - 06.07.2016

Did you read point 4?
Quote:

** 4. Open your script (WARNING: Don't just double click on the .pwn file and open it, as it may use a different pawno from a different directory. So go to the pawno folder which is located inside your script directory, and compile your script once again with it.)




Re: Streamer problem - TaylorShade - 06.07.2016

Yes, i compiled with pawno from that directory..