Skip to content

Lasho4/SAMP-AntiFlyHack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SAMP-AntiFlyHack

Anti Fly Hack for San Andreas Multiplayer

Usage

#include <antiflyhack.inc>

Example

public OnPlayerDetectFlyHack(playerid)
{
    SendClientMessage(playerid, 0xE74C3CFF, "You kicked for cheating! {F5B041}Fly hack");
    SetTimerEx("DelayKick", 500, false, "i", playerid);
    return 1;
}

forward DelayKick(playerid);
public DelayKick(playerid) return Kick(playerid);