Whats wrong
#8

Oh, so just add:
pawn Код:
format(msg, sizeof(msg), "*** Admin %s on IRC: %s", user, params);
                IRC_GroupSay(gGroupID, channel, msg);
Below:
pawn Код:
if (IRC_IsAdmin(botid, channel, user))
            {
                format(msg, sizeof(msg), "*** Admin %s on IRC: %s", user, params);
                SendClientMessageToAll(0xffffffff, msg);
?
Reply


Messages In This Thread
Whats wrong - by SnG.Scot_MisCuDI - 29.02.2012, 21:18
Re: Whats wrong - by Tanush123 - 29.02.2012, 21:25
Re: Whats wrong - by ryansheilds - 29.02.2012, 21:27
Re: Whats wrong - by SnG.Scot_MisCuDI - 29.02.2012, 21:28
Re: Whats wrong - by Richie© - 29.02.2012, 21:32
Re: Whats wrong - by ryansheilds - 29.02.2012, 21:32
Re: Whats wrong - by SnG.Scot_MisCuDI - 29.02.2012, 21:36
Re: Whats wrong - by ryansheilds - 29.02.2012, 21:46
Re: Whats wrong - by SnG.Scot_MisCuDI - 29.02.2012, 21:49

Forum Jump:


Users browsing this thread: 1 Guest(s)