13.07.2015, 13:46
As we know, there's many of hacker use cheating tools around SAMP servers, it's a hard work to ban them one by one. Although we can script some anti-cheat system but it could now protect the server 100% from being hacked. So I suggest SAMP add some functions to get a client's unique ID(gpci is not unique), just like MTASA.
thanks.
Код:
GetPlayerSerial(playerid); //Get serial of a player BanSerial(playerid); //Ban a serial number BanSerialEx(playerid, reason); //Ban a serial number with reason