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
#2

Ain't i going to get some help?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)