Objects Won`t show - 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: Objects Won`t show (
/showthread.php?tid=399612)
Objects Won`t show -
Sanady - 15.12.2012
Hello I made my map for my TDM server but they don`t want to show in game.I had that problem before but I forgot what i did.I am using Streamer becouse map have 2500 objects.Can anyone give me solution how to fix it?
-Thanks Sanady
Re: Objects Won`t show -
EAsT-OAK_510 - 15.12.2012
On which part of your script are you adding the objects? OnPlayerSpawn, OnPlayerConnect?
Re: Objects Won`t show -
Sanady - 15.12.2012
Quote:
Originally Posted by EAsT-OAK_510
On which part of your script are you adding the objects? OnPlayerSpawn, OnPlayerConnect?
|
I am using it like FS so it`s under OnFilterScriptInit It`s not problem in script but I think something is wrong with Streamer maybe not I don`t know I am asking here..
Re: Objects Won`t show -
EAsT-OAK_510 - 15.12.2012
What streamer are you using?
Re: Objects Won`t show -
Sanady - 15.12.2012
Quote:
Originally Posted by EAsT-OAK_510
What streamer are you using?
|
Newst one
Re: Objects Won`t show -
EAsT-OAK_510 - 15.12.2012
Quote:
Originally Posted by Sanady
Newst one 
|
So I take that as Incognito's Streamer.
Can you post the code or PM it to me? It's impossible to help without it. Also, are all objects not loading? Or some of them?
Edit: Not to sound like a noob, but since you're using it as a filterscript, did you add the FS file under filterscripts on your server's cfg file?
Re: Objects Won`t show -
Sanady - 15.12.2012
hmmm what about NO?
Re: Objects Won`t show -
goviscrap - 15.12.2012
Have you Included the Streamer.inc into your FS? #include <streamer> ? and also what kind object do you use? CreateObject or CreateDynamicObject?
The CreateObject has a limit at 1k Objects.
Re: Objects Won`t show -
EAsT-OAK_510 - 15.12.2012
Quote:
Originally Posted by Sanady
hmmm what about NO? 
|
Answer the other questions I asked then.
Re: Objects Won`t show -
Sanady - 15.12.2012
Quote:
Originally Posted by goviscrap
Have you Included the Streamer.inc into your FS? #include <streamer> ? and also what kind object do you use? CreateObject or CreateDynamicObject?
The CreateObject has a limit at 1k Objects.
|
I did included streamer into my script and I am using CreateDynamicObject..
Quote:
Originally Posted by EAsT-OAK_510
Answer the other questions I asked then.
|
??