28.03.2016, 13:09
If i ban player,this player change his ip with Proxy-Server....
Please help me,how to put Anti-Proxy?
Please help me,how to put Anti-Proxy?
Originally Posted by Kalcor
Here is all anyone needs to know about gpci:
- It is a non-reversible (lossy) hash derived from information about your San Andreas installation path. - It is not a unique ID. - It was added to assist owners of large servers who deal with constant attacks from cheaters and botters. - It has been in SA-MP for 2 years. |
You could ban their serial instead.
A good example of how it works: http://forum.sa-mp.com/showpost.php?...0&postcount=10 |
native gpci(playerid, serial[], len); new playerserial[128]; gpci(playerid,playerserial,sizeof(playerserial));
native gpci(playerid, serial[], len);