IRC Echoing help!
#5

Well, here is my code, still it doesn't show commands on IRC

PHP код:
public OnPlayerCommandReceived(playeridcmdtext[])
{
    new 
name[MAX_PLAYER_NAME], ircMsg[256];
    
GetPlayerName(playeridnamesizeof(name));
    
format(ircMsgsizeof(ircMsg), "02[%d] 07%s: %s"playeridnamecmdtext);
    
IRC_GroupSay(groupIDIRC_CHANNELircMsg);
    return 
1;

Reply


Messages In This Thread
IRC Echoing help! - by AlexTm - 09.10.2012, 01:29
Re: IRC Echoing help! - by ReneG - 09.10.2012, 01:46
Re: IRC Echoing help! - by AlexTm - 09.10.2012, 03:08
Re: IRC Echoing help! - by Vince - 09.10.2012, 05:07
Re: IRC Echoing help! - by AlexTm - 09.10.2012, 10:51
Re: IRC Echoing help! - by ReneG - 09.10.2012, 13:17
Re: IRC Echoing help! - by AlexTm - 09.10.2012, 22:20

Forum Jump:


Users browsing this thread: 2 Guest(s)