Server becomes unresponsive. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server becomes unresponsive. (
/showthread.php?tid=138774)
Server becomes unresponsive. -
LoneWolf23245 - 03.04.2010
Hey.
Well basically my server had about 5 players on last night, This happened twice now, but the server seemed to stop calling all the functions etc, And the chat became unresponsive, There's nothing my script that would cause this to crash either, Even the Lost Connection RPC wasn't called within the SA-MP client it's self, And all players experienced this issue at the same time, Yet all vehicles and players were still synced?, It appears to be when i ALT+TAB it effects all players.
Re: Server becomes unresponsive. -
Calgon - 03.04.2010
Possibly something to do with your OnPlayerUpdate... post your code, please?
Re: Server becomes unresponsive. -
LoneWolf23245 - 03.04.2010
Код:
public OnPlayerUpdate(playerid)
{
return 1;
}
Nothing in it lol, i don't like putting stuff in it :/
Re: Server becomes unresponsive. -
Calgon - 04.04.2010
Alternate timers?