[Include] xxAntiVehicleFlood - Protection against lag_creator CLEO mod
#1

xxAntiVehicleFlood
v0.2.1



Description
This include will prevent hackers from using lag_creator (mass car spawn + lag) CLEO mod.


Usage
Include this under a_samp and add the callback somewhere in your script.

pawn Код:
#include <xxAntiVehicleFlood0.2.1>
pawn Код:
public OnPlayerVehicleFlood(playerid)
{
    BanEx(playerid, "Vehicle Flood");
    for(new i = 0; i <= MAX_VEHICLES; i++)
    {
        if(IsValidVehicle(i))
        {
            SetVehicleToRespawn(i);
        }
    }
    return 1;
}

Download
v0.2.1
Dropbox: http://dl.dropbox.com/u/23193562/xxA...Flood0.2.1.inc
Reply


Messages In This Thread
xxAntiVehicleFlood - Protection against lag_creator CLEO mod - by xx360 - 29.10.2012, 18:42
Re: xxAntiVehicleFlood - Protection against lag_creator CLEO mod - by Stylock - 29.10.2012, 19:16
Re: xxAntiVehicleFlood - Protection against lag_creator CLEO mod - by Patrick - 29.10.2012, 19:21
Re: xxAntiVehicleFlood - Protection against lag_creator CLEO mod - by niels44 - 30.10.2012, 16:11

Forum Jump:


Users browsing this thread: 2 Guest(s)