Skip to content

JustMe77/Anti-Sobeit-Lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Anti-Sobeit-Lite

Simple Filterscript to detect players connecting with Sobeit to your server!

It's very accurate but not 100% bulletproof, so you should rather report a player to the admin team instead to ban him automaticly!

New Callback:

public OnPlayerSobeitDetect(playerid)
{
	new str[144];
	format(str, sizeof(str), "{FF0000}Report: {%06x}%s {FFFFFF}is possibly using {FF0000}Sobeit", GetPlayerColor(playerid) >>> 8, GetName(playerid));
	SendClientMessageToAll(-1, str);
	return 1;
}

Media:

Watch Video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages