23.11.2009, 19:07
oops, a little typ0 there :P
pawn Код:
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
if(!strcmp(name, "Test"))
Ban(playerid);
return 1;
}

