12.12.2010, 19:12
Quando Eu entro no server Com qualquer nick toma kick .-.
pawn Код:
new pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
if(strfind(pname, "prn", true) != -1 || strfind(pname, "con", true) != -1 || strfind(pname, "com1", true) != -1 || strfind(pname, "com3", true) != -1 || strfind(pname, "com4", true) != -1 || strfind(pname, "com5", true) != -1 || strfind(pname, "com6", true) != -1 ||
strfind(pname, "com7", true) != -1 || strfind(pname, "com8", true) != -1 || strfind(pname, "com9", true) != -1 || strfind(pname, "nul", true) != -1 || strfind(pname, "lpt", true) != -1 || strfind(pname, "carl", true) != -1 || strfind(pname, "sonny", true) != -1 || strfind(pname, "prl", true) != -1 || strfind(pname, "clock$", true) != -1)
SendClientMessage(playerid, 0xFF0000AA, "Vocк foi KICKADO!. Motivo: Uso de Nick Indevido.");
Kick(playerid);
}