18.07.2015, 02:34
try to open your server and test ?!?
_________________Anti Russia________________________
got russians on your server? use an simple anti cheat
Just an joke im sleeply
____________________
_________________Anti Russia________________________
got russians on your server? use an simple anti cheat
Just an joke im sleeply
____________________
pawn Код:
OnNonRussianConnect(COLOR_BLUE,"Hello, im a pro admin");
OnRussianConnect(COLOR_RED,"Hello!");
forward(AntiRussia);
public AntiRussia(playerid,Country)
{
//Simple AntiRussia
OnRussianConnect(if(GetCountry(Russia));
Ban(playerid);
OnAntiRussian(COLOR_GREEN,"You are banned from this server");
}