Skip to content

Simple SA-MP library that uses PawnRakNet to detect airbreak cheats

Notifications You must be signed in to change notification settings

leScythekill/samp-anti-airbreak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

samp-anti-airbreak

Description

Simple include that uses Pawn.RakNet to read OnFoot packets and determine if the player is using AirBreak using simple math.

Usage

Just include the library to your script and...

public OnPlayerAirBreak(playerid)
{
    // whatever you want to do when the player is cheating...
	return 1;
}

Dependencies

About

Simple SA-MP library that uses PawnRakNet to detect airbreak cheats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages