[Include] Anti-MGB(stops a dangerous cleo mod)
#1

This script stops the below mod

https://www.youtube.com/watch?v=S7nQRUgVQYk

http://pastebin.com/8zrqi5EU

Save that to antiMGB.inc

add #include <antiMGB> to the top of your game mode

pawn Code:
public OnMGBullDetected(playerid)
{
    if(!IsPlayerAdmin(playerid))
    {
        //kick/ban/warn etc whatever you want here
    }
    return 1;
}
Reply


Messages In This Thread
Anti-MGB(stops a dangerous cleo mod) - by r3ct - 10.03.2014, 22:40
Re: Anti-MGB(stops a dangerous cleo mod) - by Lordzy - 11.03.2014, 03:07
Re: Anti-MGB(stops a dangerous cleo mod) - by r3ct - 11.03.2014, 03:47
Re: Anti-MGB(stops a dangerous cleo mod) - by Lordzy - 11.03.2014, 04:17
Re: Anti-MGB(stops a dangerous cleo mod) - by Vince - 11.03.2014, 07:58
Re: Anti-MGB(stops a dangerous cleo mod) - by r3ct - 11.03.2014, 09:31
Re: Anti-MGB(stops a dangerous cleo mod) - by r3ct - 11.03.2014, 09:36
Re: Anti-MGB(stops a dangerous cleo mod) - by iZN - 11.03.2014, 15:00
Re: Anti-MGB(stops a dangerous cleo mod) - by Pottus - 11.03.2014, 16:09

Forum Jump:


Users browsing this thread: 1 Guest(s)