SA-MP Forums Archive
Problem with streamer at all - 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: Problem with streamer at all (/showthread.php?tid=566630)



Problem with streamer at all - Lukenzi - 07.03.2015

Hi guys, I need help from you.
From server opening I had the problem with the streamer... Namely, objects that aren't created from OnGameModeInit won't disappear, but objects which are created IG with command they would disappear after some time. It's the same problem also with 3d text labels, they also dissapear.
Does anyone know how to fix this problem, I tried to search it on this forum, ****** it, but nothing...

thanks in advance


Re: Problem with streamer at all - X337 - 07.03.2015

You can use this function.
Код:
Streamer_Update(playerid);



Re: Problem with streamer at all - Lukenzi - 07.03.2015

So I should use it on timer or wha?


Re: Problem with streamer at all - X337 - 07.03.2015

You can use this on timer


Re: Problem with streamer at all - Lukenzi - 07.03.2015

But I don't know would server have lag?


Re: Problem with streamer at all - X337 - 07.03.2015

Just try to use this on timer, you can increase the timer interval if your server lag


Re: Problem with streamer at all - Lukenzi - 07.03.2015

I'll try it. Thanks