Invisible objets - 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: Invisible objets (
/showthread.php?tid=648942)
Invisible objets -
Jaua10 - 31.01.2018
Excuse me guys I'm new in pawn and im making a rp server but i found this bug or idk how to call it... but i cant see some things in the server for example in this image i cant see the trees
http://prntscr.com/i81gg9
you have any idea to fix it? also i cant see the trees but i can crash with them i just want hem to appears. thank you in advance
Re: Invisible objets -
Mugala - 31.01.2018
1. if it's Removed manually with RemoveBuldingForPlayer, just erase this code.
2. if u removed it manually to create your own trees, than make sure u're using CreateObject or CreateDynamicObject
3. if u're using CreateDynamicObject, than check Streamer plugin.
Re: Invisible objets -
Jaua10 - 31.01.2018
No one of that option works
Re: Invisible objets -
Flamehaze7 - 31.01.2018
Can you post your code? So we can take a look at it.
My guess btw is that there's too much load on the gamemode of objects so the engine is making strange things.
Re: Invisible objets -
Jaua10 - 01.02.2018
i dont code anything im talking about the tree of the own game original gta idk why is not there
Re: Invisible objets -
Flamehaze7 - 01.02.2018
Maybe you got a broken GTA, try to re-install it
Re: Invisible objets -
PepsiCola23 - 01.02.2018
Ask one of your friends to join and see if he can t see the objects too
Re: Invisible objets -
Dirda - 01.02.2018
open script with pawno > CTRL+F > search "RemoveBuildingForPlayerid" without ("")
if you found that, maybe that's the problem. open dev.prineside.com to help you find the objects ID.
If you can't find that, and if you can hit the object(the objects is invisible but it is there), maybe that is
an invalid object ID or your GTA is broken.