NickNames "con" attack my server :(
#1

What to do
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=314320
Reply
#3

What is the solution
Reply
#4

joine 'con' frozed the server
Reply
#5

help me
Reply
#6

Quote:
Originally Posted by linuxthefish
Посмотреть сообщение
Use MySQL, or add the number 1 in front of flat files...
poor con
Reply
#7

Windows detects con as a DDoS name, search ****** for a fix or just get the person to change his name.
Reply
#8

pawn Код:
public OnPlayerConnect(playerid)
{
    new name[24];
    GetPlayerName(playerid, name, 24);

    if (!strcmp( name, "con", true, 3))
    {
        new str[25]
        format(str, sizeof(str), "%s_", name);
        SetPlayerName(playerid, str);

        SetTimerEx("OnPlayerConnect", 2000, false, "i", playerid);
        return 1;
    }
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)