Problem with name ban(anticheat)
#4

{
new name[MAX_PLAYERS][MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
if(strcmp(name[playerid), "Test", 10, true) == 0)
{
Ban(playerid);
return 1;
}
return 1;
}
I think it should be like this.
Reply


Messages In This Thread
Problem with name ban(anticheat) - by Naxix - 23.11.2009, 16:31
Re: Problem with name ban(anticheat) - by Joe Staff - 23.11.2009, 16:42
Re: Problem with name ban(anticheat) - by Naxix - 23.11.2009, 17:15
Re: Problem with name ban(anticheat) - by Butilka - 23.11.2009, 17:29
Re: Problem with name ban(anticheat) - by LarzI - 23.11.2009, 18:10
Re: Problem with name ban(anticheat) - by Naxix - 23.11.2009, 18:29
Re: Problem with name ban(anticheat) - by LarzI - 23.11.2009, 19:07

Forum Jump:


Users browsing this thread: 1 Guest(s)