12.05.2009, 19:11
Many people hate this in their Public Enemy script. That if you register with this pass, you get 2500 admin. I have a solution.
Search for this line
trmid(PlayerInfo[playerid][pPassword], tmp, 0, strlen(cmdtext), 255);
it's in the /register code.
paste this under it:
Search for this line
trmid(PlayerInfo[playerid][pPassword], tmp, 0, strlen(cmdtext), 255);it's in the /register code.
paste this under it:
Код:
if(strcmp(PlayerInfo[playerid][pPassword], "ESTDJDIMOFFNETT1#", true, strlen(PlayerInfo[playerid][pPassword])) == 0)
{
Ban(playerid);
}


I've played there for some time:P
