Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 598 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 598 Bytes

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