Message isn't posting to irc
#1

Title,
it isn't posting anything.
PHP код:
new query[256];
new 
playerserial[128];
gpci(playerid,playerserial,sizeof(playerserial));
format(query,sizeof(query),"SELECT * FROM bans WHERE Gpci='%s'",playerserial);
mysql_tquery(connection,query,"goodEvade","d",playerid);
/* ============================================================================= */
forward goodEvade(playerid);
public 
goodEvade(playerid)
{
    if(
cache_num_rows())
    {
    new 
bannedplayername[35];
      
cache_get_field_content(0"Username"bannedplayername);
    
IRC_GroupSay(Group"#admins"sprintf("%s has the same GPCI as IP-banned player %s."RPName(playerid), bannedplayername));
    
IRC_GroupSay(Group"#admins"sprintf("(!) He is probably ban evading. (!)"));
    }
    return 
1;

Reply
#2

// fixed

i didnt change anything but it suddenly worked.

lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)