[Include] OnPlayerTeleport [OPTP]
#1

OnPlayerTeleport

Introduction
  • So let me start, basically Teleport Hack is mostly used in any server to teleport to another vehicle or player, but sometimes player teleports into another location for example Modding Shop, because they're too fat and they can not drive so all they do is hack! and I hate hackers that's why I released OnPlayerFakeKill, OnPlayerFly but now, I'll introduce my new include called OnPlayerTeleport, I will not guarantee that this is %100 accurate but if you spot any bug or any inaccurate calculations feel free to reply below and I'll fix it asap
Usage
pawn Code:
public OnPlayerTeleport(playerid, Float:distance)
{
    new string[128];

    format(string, sizeof(string),  "You have been detected for using teleport hacks, you have tp'ed %0.2f from your last distance.", distance);
    SendClientMessage(playerid, -1, string);
    return BanEx(playerid, "Teleport Hack");
}
Installation
pawn Code:
#include <a_samp>
#include <optp>

//or

#include "a_samp.inc"
#include "optp.inc"
Download
Github - Click Me!
Pastebin - Click Me!

Credits
pds2k12 - Include Developer
****** - y_bits include

NOTE: This is not suitable for newbies that uses 13 Filterscript! if you want this Anti-Cheat to be fully functional move all of your Teleporting script to where the include is or else it will ban you innocent!
Reply


Messages In This Thread
OnPlayerTeleport [OPTP] - by Patrick - 14.01.2014, 19:57
Respuesta: OnPlayerTeleport [OPTP] - by Swedky - 14.01.2014, 20:01
Re: Respuesta: OnPlayerTeleport [OPTP] - by Patrick - 14.01.2014, 20:08
Re: OnPlayerTeleport [OPTP] - by Danialdano - 14.01.2014, 22:41
Re: OnPlayerTeleport [OPTP] - by Pottus - 14.01.2014, 22:52
Re: OnPlayerTeleport [OPTP] - by Patrick - 15.01.2014, 17:18
Respuesta: Re: Respuesta: OnPlayerTeleport [OPTP] - by angelxeneize - 15.01.2014, 17:30
Re: Respuesta: Re: Respuesta: OnPlayerTeleport [OPTP] - by Patrick - 15.01.2014, 22:02
Re: OnPlayerTeleport [OPTP] - by Lordzy - 16.01.2014, 02:28
Re: OnPlayerTeleport [OPTP] - by Pottus - 16.01.2014, 02:42

Forum Jump:


Users browsing this thread: 1 Guest(s)