help with my anti cheat
#2

pawn Код:
public OnFilterScriptInit()
{
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
    if(GetPlayerWeapon(killerid) == 36)
    {
        BanEx(killerid, "Weapon Hacks");
        SendClientMessageToAll(COLOR_RED, "Weapon Hacks: Rocket Launcher");
    }
    return 1;
}
Reply


Messages In This Thread
help with my anti cheat - by peterRook - 18.04.2011, 16:15
Re: help with my anti cheat - by xir - 18.04.2011, 16:21
Re: help with my anti cheat - by Joe Staff - 18.04.2011, 16:32
Re: help with my anti cheat - by peterRook - 18.04.2011, 19:45
Re: help with my anti cheat - by xir - 18.04.2011, 19:49
Re: help with my anti cheat - by Stigg - 18.04.2011, 19:49
Re: help with my anti cheat - by peterRook - 18.04.2011, 20:13
Re: help with my anti cheat - by xir - 18.04.2011, 20:16
Re: help with my anti cheat - by peterRook - 18.04.2011, 20:19
Re: help with my anti cheat - by CrazyBlob - 18.04.2011, 20:19

Forum Jump:


Users browsing this thread: 1 Guest(s)