05.11.2010, 13:11
(
Последний раз редактировалось EthanR; 05.11.2010 в 14:03.
)
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
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)
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
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)