A small help
#7

pawn Код:
new str[24], query[90]; mysql_real_escape_string(PlayerName2(playerid),str);
    format(query, sizeof(query), "SELECT * FROM `data` WHERE `user` = '%s' && `banned` = '0'", str); mysql_query (query); mysql_store_result ();
    if(mysql_num_rows ( ) != 0) {}
    else
    {
        SendClientMessage(playerid, red, "This name is banned from this server!");
        format(string,sizeof(string),"%s ID:%d was auto kicked. Reason: Name banned from server",PlayerName,playerid);
        SendClientMessageToAll(grey, string);  print(string);
        SaveToFile("KickLog",string);  Kick(playerid);
    }
Reply


Messages In This Thread
A small help - by Crazyboobs - 02.09.2012, 23:56
Re: A small help - by Camacorn - 03.09.2012, 00:00
Re: A small help - by Crazyboobs - 03.09.2012, 00:02
Re: A small help - by Crazyboobs - 03.09.2012, 00:04
Re: A small help - by Camacorn - 03.09.2012, 00:06
Re: A small help - by Crazyboobs - 03.09.2012, 00:11
Re: A small help - by Camacorn - 03.09.2012, 00:16
Re: A small help - by Crazyboobs - 03.09.2012, 00:26

Forum Jump:


Users browsing this thread: 1 Guest(s)