building disappear
#1

Why the building disappear when i walk away check the pic.



Reply
#2

Check out your streamer, probably you didn't use in any streamer or you used in bad one.
So basicly try to change your streamer if it will not working after that too I will find another solution for you.
Reply
#3

I using streamer.
Reply
#4

Quote:
Originally Posted by Accord
Посмотреть сообщение
Check out your streamer, probably you didn't use in any streamer or you used in bad one.
So basicly try to change your streamer if it will not working after that too I will find another solution for you.
Can you explain more?
Reply
#5

Have you thought of the fact that you might just be out of streaming range? Find the specific object in your gamemode and set the streamdistance higher.. Might work
Reply
#6

Quote:
Originally Posted by FUNExtreme
Посмотреть сообщение
Have you thought of the fact that you might just be out of streaming range? Find the specific object in your gamemode and set the streamdistance higher.. Might work
Where in the object are the streamdistance then?

pawn Код:
CreateDynamicObject(10377,1423.79000000,-1800.65000000,30.38000000,0.00000000,0.00000000,0.00000000); //
Reply
#7

look here https://sampforum.blast.hk/showthread.php?tid=102865
Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
..so yours could look like this, using 300 meters distance instead the default 100.
Код:
CreateDynamicObject(10377,1423.79000000,-1800.65000000,30.38000000,0.00000000,0.00000000,0.00000000,-1,0,-1,300);
Reply
#8

Quote:
Originally Posted by Babul
Посмотреть сообщение
look here https://sampforum.blast.hk/showthread.php?tid=102865
Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
..so yours could look like this, using 300 meters distance instead the default 100.
Код:
CreateDynamicObject(10377,1423.79000000,-1800.65000000,30.38000000,0.00000000,0.00000000,0.00000000,-1,0,-1,300);
I using 400 meters but still disappear? still same problem.
Reply
#9

iam sure you are using the latest streamer plugin already, i wouldnt bother asking you to check for the version 2.6.1 (or if you compiled all object loaders/editors with the new includes)
afaik, the streamer doesnt "reset" the distance to only 100 if you feed it with 400 meters, thats not the issue. i played with the in-game viewdistance settings, no effect: the building is still visible, even >250 meters away
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)