SA-MP Forums Archive
Dissapearing Objects. - 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: Dissapearing Objects. (/showthread.php?tid=635108)



Dissapearing Objects. - Ivor8000 - 01.06.2017

I made a sa-mp map which fully loads into the editor.
But when I paste the "full" code in pawno and start the server..
The map will load but like 15 precent of the objects are not appearing.
Also they ain't just invisible, because the cars fall straight in the water.
Anyone know how to fix this issue?


Re: Dissapearing Objects. - OneDay - 01.06.2017

Use the streamer plugin you probably have to many.


Re: Dissapearing Objects. - Ivor8000 - 01.06.2017

Streamer plugin? - Can you link me where to download that?


Re: Dissapearing Objects. - Ivor8000 - 01.06.2017

warning 217: loose indentation.
I thought it should be fixed with #pragma tabsize 0. - But only the message dissapears with it.


Re: Dissapearing Objects. - Whatname - 01.06.2017

that because you got something like this:

PHP код:

function();
    function(); 
// -> warning 217: loose indentation 
nothing you should worry about


Re: Dissapearing Objects. - Ivor8000 - 01.06.2017

...

I found the plugin, how to instal it. xd


Re: Dissapearing Objects. - Whatname - 01.06.2017

put the streamer.dll in pawno/plugins
then open server.cfg add
plugins streamer or streamer.so if you use linux

and streamer.inc in pawno/includes


Re: Dissapearing Objects. - Ivor8000 - 01.06.2017

Thank you, just another question.
On ******* I see that almost everyone has a list with actions at the right side in pawno.
How to get that list, its not in the pawno that I download together with sa-mp server.


Re: Dissapearing Objects. - Whatname - 01.06.2017

run pawno with admin rights


Re: Dissapearing Objects. - OneDay - 01.06.2017

No, that is wrong solution: https://sampforum.blast.hk/showthread.php?tid=622018