This seem's to crash my server.
#1

Title says it all, Just need a Fix.


Код:
    new
        string[128];
    if (udb_Exists(PlayerName(playerid)))
	{
        if (udb_UserInt(PlayerName(playerid),"banned") == 1)
	{
            new file[128], ip[16], str[150];
            GetPlayerIp(playerid,ip,16);
            format(file,sizeof(file),"cadmin/users/%s.ini",PlayerName(playerid));
            format(str,sizeof(str),"AUTO BAN: %s Has Been Auto-Banned Evading with a banned Name.");
            SendClientMessageToAll(red,str);
            BanEx(playerid,"AutoBanned - Using Banned Name");
        }
    }
BTW, i get no errors.
Reply


Messages In This Thread
This seem's to crash my server. - by Fool - 28.12.2010, 11:46
Re: This seem's to crash my server. - by Fool - 28.12.2010, 12:05

Forum Jump:


Users browsing this thread: 1 Guest(s)