SA-MP Forums Archive
Server Freezing - 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: Server Freezing (/showthread.php?tid=505839)



Server Freezing - shaPP - 10.04.2014

Hey, there is a mode (cleo i think) that freeze your server after 8 mins after you launch it. You have to connect on server and press h+k. After 8 mins he say that server is freezed. I tryed crashdetect to check for error but server isn't crashing, i think it is only blocked on a repetitive function. Is there any way to check where is server stuck? Or what may i do ?


Re: Server Freezing - KingHual - 10.04.2014

You can add an iptables rule on Linux:

iptables -A INPUT -p udp --match length --length 604:608 -j DROP


Re: Server Freezing - shaPP - 10.04.2014

And for windows ? Is there any solve from pwn ?