[Map BUG]Help me Please !!! - 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 BUG]Help me Please !!! (
/showthread.php?tid=612612)
[Map BUG]Help me Please !!! -
MaRaDoNa - 19.07.2016
Hello !
I have a problem (Serious problem for me) !
I'm a mapper and I've mapped a place but I'm getting bug which is appearing and disappearing !
sometimes when I get closer from any object it will appear and when I get away from it,it will disappear !
I added this map to a server which is programed (The server who is programed) with streamer plugin (CreateDynamicObject) and I'm getting the problem!
And When I make it as a normal format (CreateObject) I don't get the appearing and dissapearing problem but
I lose the whole objects of the server and only this map will work !
Is there a solution to fix the map without loosing the other objects of the server?!
Please help !
Pictures:
http://imgur.com/a/ROtx1
~Thanks
Re: [Map BUG]Help me Please !!! -
Freaksken - 19.07.2016
See
this page and look for
CreateDynamicObject. Take a look at the 2 bullet points.
Re: [Map BUG]Help me Please !!! -
GunZsmd - 19.07.2016
on the CreateObject make sure the distance is far away otherwise u cant see it. Like CreateObject( modelid, x, y, z, rx, ry, rz, 100.0); That shall fix it