How to put protection for Proxy?
#1

If i ban player,this player change his ip with Proxy-Server....
Please help me,how to put Anti-Proxy?
Reply
#2

You could ban their serial instead.

A good example of how it works: http://forum.sa-mp.com/showpost.php?...0&postcount=10

Quote:
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.
Reply
#3

Quote:
Originally Posted by Burridge
Посмотреть сообщение
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));
Is need include?or it will work without include?
Reply
#4

The only line of code you need to use it is
pawn Код:
native gpci(playerid, serial[], len);
Put it somewhere near the top of your script.
Reply
#5

Quote:
Originally Posted by Burridge
Посмотреть сообщение
The only line of code you need to use it is
pawn Код:
native gpci(playerid, serial[], len);
Put it somewhere near the top of your script.
Ok thanks,i will give +rep
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)