Map problem [+Rep] - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Map problem [+Rep] (
/showthread.php?tid=374129)
Map problem [+Rep] -
viddo - 01.09.2012
Hello, i did some mapping in dillimore for couple of hours then after i added it to the script i noticed that the objects doesn't really show from distance i don't know the reason.
Objects from distance:
Objects when i stood infront of it:
Re: Map problem [+Rep] -
MrBorsh - 01.09.2012
This is completely normal. GTA San Andreas itself is scripted the way that they can only see it's original objects. That's why SAMP only recommend people to script under 300 objects. It's no way to fix it unfortunately, unless you're making a map yourself, and it'll have to be made with some mapping program that I am unsure of.
if you go to
www.*******.com and search for GTA San Andreas Alien City, then you can maybe ask there
Hope I helped
Re: Map problem [+Rep] -
Akira297 - 01.09.2012
Add to the 'CreateDynamicObject'
Код:
.streamdistance = 75);
or adjust it to your perfection.
Re: Map problem [+Rep] -
Omar Amir - 01.09.2012
Maybe increase your streamdistance or use the latest streamer plugin
Re: Map problem [+Rep] -
viddo - 01.09.2012
Quote:
Originally Posted by Akira297
Add to the 'CreateDynamicObject'
Код:
.streamdistance = 75);
or adjust it to your perfection.
|
I tried it with that object
Код:
CreateDynamicObject(10398, 622.46, -549.67, 43.52, 0.00, 0.00, 270.24,-1,-1,-1,200.0);
And it's still the same problem, and yes i do have the latest streamer.