• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Filterscript] Anti-Bot (Anti-Multiple-Connections)
#6
(2019-05-24, 10:45 AM)Gravityfalls Wrote: This is already included by default in the SA-MP server package LMAO.



Yet people dont use the samp server package. They usually delete all the useless files (filterscript, Gamemodes) and use their own.
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-26, 08:15 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: