SA-MP Forums Archive
IRC_OnUserNickChange not working - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: IRC_OnUserNickChange not working (/showthread.php?tid=589569)



IRC_OnUserNickChange not working - AroseKhanNiazi - 20.09.2015

pawn Код:
public IRC_OnUserNickChange(botid, oldnick[], newnick[], host[])
{
    new string[124];
    format(string,sizeof(string),"(IRC) %s Is Now Known As %s.", oldnick,newnick);
    SendClientMessageToAll(COLOR_CONNECT,string);
    return 1;
}
This is not working.