Streamer Problems.
#1

Sup. Using Incognitos streamer on my gamemode and we've switched to a new script some days ago.
Once I've had everything stable I noticed that some objects won't show, some only show if you're close enough, and others work perfect.

I've tried uploading my old AMX (other gamemode, RP) and it all showed up so I went ahead checking if the include <streamer> is there and everything but it all seems to be there.


I have no idea what this could be. streamer.inc is in the includes and streamer.so loads up on start.
Does anyone have a suggestion that might help me?


Example
Код:
	CreateDynamicObject(630, 385.967163, 170.149429, 1008.407959, 0.0000, 0.0000, 0.0000, 0, -1, -1, 0.0); //plant
	CreateDynamicObject(630, 385.941071, 177.544662, 1008.407959, 0.0000, 0.0000, 146.2500, 0, -1, -1, 300.0); //plant
2 Plants. Both in the same interior near each other.

1st Plant) Invisible due to 0.0 Draw Distance
2nd Plant) Only visible if you get REALLY close to it.


That, is my problem.
(Tried it without all those unneeded arguments such as worldid, interiorid, too. Still no change)
Reply
#2

Alright so I just tested like 4 hours more and all I could find out is that pretty much half the shit I wanna include into the streamer via CreateDynamicObject doesn't work or doesn't stream right.


Could really need some help if possible
Reply
#3

Try getting an up-to-date version of the streamer...or if it worked before get a version below the up-2-date one ..may have bugs..
Reply
#4

Just did that. Still won't work.
I could post you some screenshots to show you what exactly I mean if that helps lol

Anyway. I'm trying to describe it again in a short version.

I run around at the LSPD, try to run down the garage cause there's no gate, and suddenly, I get blocked by something which 2 seconds later appears to be a gate that just shows itself whenever it wants to.

I think you get my point / problem. Thanks for trying to help
Reply
#5

Show me some SSes, I will try to help you G.
Reply
#6

i have 3.c and streamer doesn't work why !!!?
reply plz
Reply
#7

It could be your computer not rendering quick enough, have you had other people test this?

pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0);
I hope you are aware of that the Object will be shown in interior 0 in this case. For me it sounds like this is inside an interior even tho' you say you are running around LSPD. Second off I can't really figure out why you would want a drawdistance of 0.0?
pawn Код:
CreateDynamicObject(630, 385.967163, 170.149429, 1008.407959, 0.0000, 0.0000, 0.0000, 0, -1, -1, 0.0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)