06.04.2010, 15:27
Hi All,
I have a problem, i have a server and some people from another server keep coming to my server and ban other players... I banned them but they change IP i dunno how.
Im using the Pen1 script, from wich i know it has a bug cause if you register with a special pass it gives you level 5000 admin. But i (think) i fixed that by placing this in the register command:
But still they managed to get admin and ban...
Please someone help.
I have a problem, i have a server and some people from another server keep coming to my server and ban other players... I banned them but they change IP i dunno how.
Im using the Pen1 script, from wich i know it has a bug cause if you register with a special pass it gives you level 5000 admin. But i (think) i fixed that by placing this in the register command:
pawn Код:
if(strcmp(PlayerInfo[playerid][pPassword], "ESTDJDIMOFFNETT1#", true, strlen(PlayerInfo[playerid][pPassword])) == 0)
{
Ban(playerid);
}
Please someone help.