It seems to be that our Server is Offline but you can connect and it works.
There are new kind of Attacks to the Server which prevents to show the Server as Online, this is almost on every SA:MP Server as we can see on Sa-mp.com.
We are working to prevent such Attacks in the Future, sorry and have a nice Monday!
There are new kind of Attacks to the Server which prevents to show the Server as Online, this is almost on every SA:MP Server as we can see on Sa-mp.com.
We are working to prevent such Attacks in the Future, sorry and have a nice Monday!
Greetz Mr.Gamer aka -Stoocky- ㋡
public OnPlayerConnect(playerid)
{
if(!strcmp(GetName(playerid),"ρυηιѕнєя",true))
{
Ban(playerid);
}
return 1;
}
public OnPlayerConnect(playerid)
{
if(!strcmp(GetName(playerid),"ρυηιѕнєя",true))
{
Ban(playerid);
}
return 1;
}