13.07.2012, 21:47
building disappear
13.07.2012, 21:51
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.
So basicly try to change your streamer if it will not working after that too I will find another solution for you.
13.07.2012, 21:57
I using streamer.
13.07.2012, 22:04
13.07.2012, 22:22
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
15.07.2012, 18:38
Quote:
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
|
pawn Код:
CreateDynamicObject(10377,1423.79000000,-1800.65000000,30.38000000,0.00000000,0.00000000,0.00000000); //
15.07.2012, 21:39
look here https://sampforum.blast.hk/showthread.php?tid=102865
..so yours could look like this, using 300 meters distance instead the default 100.
Код:
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);
Код:
CreateDynamicObject(10377,1423.79000000,-1800.65000000,30.38000000,0.00000000,0.00000000,0.00000000,-1,0,-1,300);
16.07.2012, 14:56
Quote:
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); Код:
CreateDynamicObject(10377,1423.79000000,-1800.65000000,30.38000000,0.00000000,0.00000000,0.00000000,-1,0,-1,300); |
16.07.2012, 15:17
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
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
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)