Object Beginer Question - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Object Beginer Question (
/showthread.php?tid=93162)
Object Beginer Question -
MeiDanG - 23.08.2009
Hi all,
I've been making an island on the MTA (well, started), and the following problem wont disappear:
http://i27.tinypic.com/2rpbul5.png
As you can see the ground is shity, but only when I look at some directions.
I installed the "Double-O-Objects" streamer and it still exists.
Some of the ground pawncodes for example:
pawn Код:
CreateStreamObject(17864, 4216.247070, -1652.971680, 9.0, 0.0000, 0.0000, 0.0000,200,0);
CreateStreamObject(17864, 4216.247070, -1621.229370, 9.5, 0.0000, 0.0000, 0.0000,200,0);
CreateStreamObject(17864, 4216.247070, -1589.887207, 10.0, 0.0000, 0.0000, 0.0000,200,0);
CreateStreamObject(17864, 4216.247070, -1558.361206, 10.5, 0.0000, 0.0000, 0.0000,200,0);
CreateStreamObject(17864, 4216.247070, -1527.100098, 11.0, 0.0000, 0.0000, 0.0000,200,0);
I'll be glad for any assistance.
Re: Object Beginer Question -
ronyx69 - 23.08.2009
It happens sometimes when objects are too much or they are in water - or too far away from SA map.
Re: Object Beginer Question -
MeiDanG - 23.08.2009
Quote:
Originally Posted by Ronyx69
It happens sometimes when objects are too much or they are in water - or too far away from SA map.
|
Well as you can see, Z=9.0+ so it's can't be close to the water, and I tried making a sequence of 3 ground objects more closely to the map, still the same.
Any other suggestions?