Mapping invisible - 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: Mapping invisible (
/showthread.php?tid=628193)
Mapping invisible -
Smocky - 07.02.2017
Hello, I download a mapping pack for my server Fort Carson, I put the include that lacked the xStreamer. I put in the server.cfg, and when I start my server I logged mapping and invisible, so I try the latest update to v2.8.2 streamer. And the problem of invisible mapping and still there .. You have an idea or his or may come next. thank you very much !
Re: Mapping invisible -
JesterlJoker - 07.02.2017
Is there any error logs?
If none check if the filterscript is using the latest streamer also
Re: Mapping invisible -
FikShun - 07.02.2017
I think objects were not added. Add something and try. Use CreatePlayerObject instead of deleted objects.
Re: Mapping invisible -
Smocky - 07.02.2017
In filterscript mapping it contains just that
Quote:
#include <a_samp>
#include <xStreamer>
|
Re: Mapping invisible -
JesterlJoker - 07.02.2017
okay
in your gamemode
are also using that streamer or not?
Re: Mapping invisible -
AndreiWow - 07.02.2017
Use normal streamer
https://sampforum.blast.hk/showthread.php?tid=102865
Re: Mapping invisible -
JesterlJoker - 07.02.2017
I haven't read the top thread
you are already using the latest streamer
the only problem is your filterscript is not using the same streamer as I see it.
so you have to use the same streamer on both filterscript and gamemode to make the filterscript work
[EDIT]
also check if the filterscript is using CreateObject there's a limit to how much object your server can use, and the gamemode and filterscript are added together
Re: Mapping invisible -
Smocky - 07.02.2017
Yes my gm also uses the streamer
Re: Mapping invisible -
Smocky - 07.02.2017
My gm and filterscript uses the same streamer
Re: Mapping invisible -
Smocky - 07.02.2017
My contains filterscript
and