SA-MP Forums Archive
Freeze every seconds restart - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Freeze every seconds restart (/showthread.php?tid=595614)



Freeze every seconds restart - TwinkiDaBoss - 05.12.2015

Alright no matter on what server, what gamemode, if I stay on the server for 2 restarts, my PC will freeze after the second one.

Example: I connect to a server, /rcon login pass, /rcon gmx, wait for the restart, /rcon gmx, wait for the restart, /rcon gmx and then Ill freeze. Of course I wouldnt just spam /rcon gmx, im giving it as an example.
Basically I can play for 2 restarts and then I have to close the game and start it again, is this normal or? This happends to my buddy also

Fresh game, no mods


Re: Freeze every seconds restart - Tamer - 05.12.2015

This will also happen if you reconnect to the server without exiting the game completely. The reason for this is RemoveBuildingForPlayer code, it tries removing a removed building again, which leads to crash as there's no building to remove for the client.


Re: Freeze every seconds restart - TwinkiDaBoss - 05.12.2015

Ahaaaaa, thanks didnt know about it!