Whos on IRC - 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: Whos on IRC (
/showthread.php?tid=321928)
Whos on IRC -
SnG.Scot_MisCuDI - 29.02.2012
Is there a way to make /irc so players in game get a list of who is on irc? Would be a cool feature
Re: Whos on IRC -
Min - 29.02.2012
Ehmm, I don't think it's possible. But, there's a native to check if the user is in the channel.
pawn Код:
IRC_IsUserOnChannel(botid, const channel[], const user[]);
Re: Whos on IRC -
SnG.Scot_MisCuDI - 29.02.2012
You think there is a way to check if the player on irc has talked to people in the game. Like once the player did !say and it showed in-game "%s on IRC: blah" then it records it to a file and then players can /irc and it shows the list saved in the file?