SA-MP Forums Archive
Problem with high ping system SAMP - 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 high ping system SAMP (/showthread.php?tid=579720)



Problem with high ping system SAMP - dafaadytia - 29.06.2015

[Image: dafa.png]
---================================================== ===--
hi, my name is Dafa Adytia, I come from Indonesia.
I had a problem with the system auto kick high ping in this gamemode.
and I do not understand how to change it.
I logged on and there are warnings "Has been auto kicked for having a high ping.[20/max0]
Here there is a warning that the max ping "0"
and I get ping "20"
how do I change it?
help me | Sorry For My Bad English


Re: Problem with high ping system SAMP - dafaadytia - 29.06.2015

For Gamemode: http://www.mediafire.com/download/5k...4/gamemode.rar


Re: Problem with high ping system SAMP - Abagail - 29.06.2015

Show your code.


Re: Problem with high ping system SAMP - dafaadytia - 29.06.2015

I do not know where the location of the code
but if you understand, you can download here gamemode
http://www.mediafire.com/download/5k...4/gamemode.rar


Re: Problem with high ping system SAMP - SuperSimonettiĀ®250 - 29.06.2015

Hey Dafa, maybe the problem is that the variable ServerInfo[MaxPing] is initialized but nowhere it is set with the value of the max ping rate you want for the server. So that variable will be initialized with the value 0. Somewhere in the GM you should set it but now i cannot explain you where you should properly set.