• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Filterscript] Anti-Bot (Anti-Multiple-Connections)
#3
Thumbs Up 
(2019-05-20, 10:36 PM)rEf Wrote: https://pastebin.com/zzbzynuK



Thats just a better version of this script
Code:
OnPlayerConnect(playerid)

{

new PlayerName[25];

GetPlayerName(playerid, PlayerName, sizeof(PlayerName));

Ban(playerid);

printf("%s was Banned :p", PlayerName);

return 1;

}
  Reply


Messages In This Thread
RE: Anti-Bot (Anti-Multiple-Connections) - by rEf - 2019-05-20, 10:36 PM
RE: Anti-Bot (Anti-Multiple-Connections) - by RajatAsthana - 2019-05-23, 04:34 AM
RE: Anti-Bot (Anti-Multiple-Connections) - by rEf - 2021-03-03, 09:37 AM
RE: Anti-Bot (Anti-Multiple-Connections) - by rEf - 2023-07-11, 06:30 PM

Forum Jump: