SA-MP Forums Archive
[Plugin] Streamer Plugin - 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: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] Streamer Plugin (/showthread.php?tid=102865)



Re: [REL] Streamer Plugin v2.6 - Psycho77 - 04.05.2012

ahh yes sorry


Respuesta: [REL] Streamer Plugin v2.6 - Daniel_Ruiz - 04.05.2012

Hey Help Do'not Load the Maps

Pd:Sorry not Speaking english


Re: [REL] Streamer Plugin v2.6 - pasha97 - 04.05.2012

But when i change to createdynamic object editing object is not visible for other players, so it creates not global objects


Re: [REL] Streamer Plugin v2.6 - leong124 - 05.05.2012

Quote:
Originally Posted by pasha97
Посмотреть сообщение
But when i change to createdynamic object editing object is not visible for other players, so it creates not global objects
Streamers always/must use PlayerObject, instead of global objects. All the changes made before saving will not be shown to the other players.
Also, try to put -1 into the player parameter.


Re: [REL] Streamer Plugin v2.6 - pasha97 - 05.05.2012

Quote:
Originally Posted by leong124
Посмотреть сообщение
Streamers always/must use PlayerObject, instead of global objects. All the changes made before saving will not be shown to the other players.
Also, try to put -1 into the player parameter.
I am anoob in scripting, tel me pls how to put -1 into the player parameter?


Re: [REL] Streamer Plugin v2.6 - SDraw - 06.05.2012

I have a question:
How to initialize points for creating dynamic polygon?


AW: [REL] Streamer Plugin v2.6 - Bubelbub - 06.05.2012

pawn Код:
// Removed



AW: [REL] Streamer Plugin v2.6 - ThomasTailor93 - 06.05.2012

Hi,

may I've got a suggestion: using GetDynamicObjectPos in if-clauses. It could be quite useful and better than using GetDynamicObjectPos(modelid,X,Y,Z);
if(X == 12.3) etc...

Regards, ThomasTailor93


Re: [REL] Streamer Plugin v2.6 - MP2 - 06.05.2012

It's not possible. Functions can only return one value, not 3.


Re: [REL] Streamer Plugin v2.6 - Danny - 06.05.2012

Is there a way to monitor what's streamed in at what time?


AW: [REL] Streamer Plugin v2.6 - ThomasTailor93 - 11.05.2012

Yes, thanks, leong124. But how can I download the source from that side?


Re: [REL] Streamer Plugin v2.6 - Dan_Barocu - 11.05.2012

there is a bug in streamer you can see objects only from a small distance..Createdinamicobjects..i have only 3000 objects..


Re: [REL] Streamer Plugin v2.6 - Stigg - 11.05.2012

Quote:
Originally Posted by Dan_Barocu
Посмотреть сообщение
there is a bug in streamer you can see objects only from a small distance..Createdinamicobjects..i have only 3000 objects..
Try looking at the last value:

pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);



Re: [REL] Streamer Plugin v2.6 - Dan_Barocu - 11.05.2012

in the streamer include or in the gamemode?


Re: Respuesta: [REL] Streamer Plugin v2.6 - Conroy - 11.05.2012

Quote:
Originally Posted by Mr.acu
View Post
CreateDynamic3DTextLabel dont work for me, i update the plugin to the last version released for 0.3e and my labels dont appear... why ?
I'm having this problem too

Any ideas why?


AW: [REL] Streamer Plugin v2.6 - ThomasTailor93 - 11.05.2012

Question: is the CreateDynamic3DTextLabel function compatible with Attatch3DTextLabelToPlayer?


Re: AW: [REL] Streamer Plugin v2.6 - leong124 - 12.05.2012

Quote:
Originally Posted by Conroy
Посмотреть сообщение
I'm having this problem too

Any ideas why?
Increase the stream distance and don't put more than 1000 objects in a small place. Also, make sure you haven't limited the maximum visible objects using Streamer_VisibleItems.

Quote:
Originally Posted by ThomasTailor93
Посмотреть сообщение
Question: is the CreateDynamic3DTextLabel function compatible with Attatch3DTextLabelToPlayer?
pawn Код:
native Text3D:CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
Use the attachedplayer parameter. You can't use Attach3DTextLabelToPlayer for streamed texts.


Re: [REL] Streamer Plugin v2.6 - wups - 12.05.2012

Windows 7, 0.3e with 0.3e streamer plugin:
Quote:

[12.13:08:34] *** Streamer_CallbackHook: Expecting 11 parameter(s), but found 3
[12.13:08:37] *** Streamer_CallbackHook: Expecting 11 parameter(s), but found 3
[12.13:08:40] *** Streamer_CallbackHook: Expecting 11 parameter(s), but found 3

Keeps flooding sometimes.


Re: [REL] Streamer Plugin v2.6 - Spookie98 - 12.05.2012

Is the streamer working with RemoveBuildingForPlayer ? When I try the use this,it gives me Compilation Errors.


Re: [REL] Streamer Plugin v2.6 - Spookie98 - 12.05.2012

So,it is working ? It gives me error like Unknow Symbol : "Playerid"


Edit: My server is 0.3e