10.03.2014, 22:40
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
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;
}