11.08.2011, 15:01
Hello, I have 2 scripts,
My IRC is added on my gamemode,
And I have my anti weapon hacks in other script, so Is there anyway I can use this:
Gamemode Example:
Is there anyway to use
In my other filterscript?
My IRC is added on my gamemode,
And I have my anti weapon hacks in other script, so Is there anyway I can use this:
Gamemode Example:
pawn Код:
new msg[128];
format(msg,sizeof(msg),"0,4Admin %s Banned Player %s for %s", sendername, giveplayername, reason);
IRC_GroupSay(IRC_Group, EchoChan, msg);
IRC_GroupSay(IRC_Group,"#cadminecho",msg);
pawn Код:
IRC_GroupSay(IRC_Group, EchoChan, msg);