Streamer bugged - 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 bugged (
/showthread.php?tid=408637)
Streamer bugged -
DeeCaay - 18.01.2013
Alright, so my problem is with the streamer, objects i guess.
Let me tell you an example example i have 7 players logged, there gonna be like 7 objects multiplied.
Why does it's happends?
Re: Streamer bugged -
DeeCaay - 19.01.2013
Up..
Re: Streamer bugged -
TvW - 19.01.2013
What's the name of the streamer you're using?
Maybe you also have some native createobjects in your script. Convert that one's too.
I recommend using Incognito's Streamer (
https://sampforum.blast.hk/showthread.php?tid=102865).
Re: Streamer bugged -
DeeCaay - 19.01.2013
Quote:
Originally Posted by TvW
|
That's the one i'm using, any streamers that i use multipling objects by the players online and lagging. Sometimes objects dissapear. Im using Incognito's Streamer on linux.
Re: Streamer bugged -
DeeCaay - 27.01.2013
Bump, converted all objects still dosen't working.
Example: 3 players online 3 objects will spawn.
Re: Streamer bugged -
Threshold - 27.01.2013
Show all your CreateObject/CreateDynamicObject lines, and show your OnPlayerConnect and OnPlayerSpawn... you've obviously made a simple mistake.
Re: Streamer bugged -
MP2 - 27.01.2013
Sounds like you're creating objects under OnPlayerConnect. Create them under OnGameModeInit instead.