SA-MP Forums Archive
streamer issue - 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: streamer issue (/showthread.php?tid=620758)



streamer issue - bugmenotlol - 02.11.2016

objects are not loading properly
any way to fix this ??
iam using igcontinto streamer...


Re: streamer issue - ChristolisTV - 02.11.2016

Maybe you can try updating streamer.


Re: streamer issue - bugmenotlol - 02.11.2016

my streamer is the latest one
how can i use setvisible items ??


Re: streamer issue - sheNdjze - 03.11.2016

well, put all of your objects in a filterscript, then compile it with a clean copy of sa-mp dedicated server and last streamer include update. you may ask now how to do a filterscript with objects, thats simple:

Код:
#include <a_samp>
#include <streamer>
#pragma tabsize 0
Код:
public OnFilterScriptInit()
{
YOUR OBJECTS
return 0;
}