IRC Bot problem [Rep +]
#4

pawn Код:
new
     PlayerInfo[ MAX_PLAYERS ][ PlayerData ];

// ---

IRCCMD:test(botid, channel[], user[], host[], params[])
{
    PlayerInfo[user][Test] = 0;
    return 1;
}
// ---
IRCCMD:test2(botid, channel[], user[], host[], params[])
{
    if(PlayerInfo[user][Test] == 0)
    {
        IRC_GroupNotice(gGroupID, user, "It works!");
    }
    return 1;
}
Reply


Messages In This Thread
IRC Bot problem [Rep +] - by Zhoom - 16.01.2012, 09:47
Re: IRC Bot problem [Rep +] - by Zhoom - 16.01.2012, 09:55
Re: IRC Bot problem [Rep +] - by Zhoom - 16.01.2012, 12:18
Re: IRC Bot problem [Rep +] - by Konstantinos - 16.01.2012, 12:43
Re: IRC Bot problem [Rep +] - by Zhoom - 16.01.2012, 13:16
Re: IRC Bot problem [Rep +] - by Konstantinos - 16.01.2012, 13:19
Re: IRC Bot problem [Rep +] - by Zhoom - 16.01.2012, 13:26
Re: IRC Bot problem [Rep +] - by [ABK]Antonio - 16.01.2012, 13:29
Re: IRC Bot problem [Rep +] - by Min - 16.01.2012, 13:30
Re: IRC Bot problem [Rep +] - by Zhoom - 16.01.2012, 13:54

Forum Jump:


Users browsing this thread: 2 Guest(s)