07.04.2020, 17:56
Quote:
|
Hi, is it possible to add an IP address to exceptions? I have a lot of regular players and can't play, thanks in advance for your help
I want to unlock ip players not locations Code:
if(!IsAdminPlayer(playerid))
{
{
if(strcmp(player_country, "Egypt", true))
{
BoxInfo(playerid, ""RED""GOLD"Entries from foreign IPs have been blocked");
KickPlayer(playerid, -1, "Foreign IP");
}
}
}
|


