SA-MP Forums Archive
Silly Bug? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Silly Bug? (/showthread.php?tid=112299)



Silly Bug? - [Ger]Little_Grandpa - 06.12.2009

Hi,
i think i need help, because i have a real problem. It's the following: The players stream in, and dont move after that. They just stand there. Usually only at other player's screen, not on their own. On their PC they can move. Why does that happen? Does anybody know that? You can get my Server IP + Password too ( The Server, where the Bug is ).

Greets.


Re: Silly Bug? - Cedimedi - 06.12.2009

Do you something have like "OnPlayerStreamIn" in your serverscript?


Re: Silly Bug? - [Ger]Little_Grandpa - 06.12.2009

Yes, only
Код:
public OnPlayerStreamIn(playerid,forplayerid)
{
return 1;
}



Re: Silly Bug? - Mikep. - 07.12.2009

What's the point of that?


Re: Silly Bug? - [Ger]Little_Grandpa - 07.12.2009

Quote:
Originally Posted by Mikep.
What's the point of that?
Sorry, im from germany, what do you mean?


Re: Silly Bug? - HB - 07.12.2009

He means why you have that in your script. You can also remove it, that code doesn't do anything.


Re: Silly Bug? - dice7 - 07.12.2009

Put return 1; under every OnPlayerUpdate


Re: Silly Bug? - [Ger]Little_Grandpa - 07.12.2009

Thank you, i removed my Object streamer, now it works