SA-MP Forums Archive
Little help. - 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: Little help. (/showthread.php?tid=577560)



Little help. - saeed - 12.06.2015

I have a IRC filterscript (runing fit & fat), but i wanted a command inside the script like they will send a command on join.

Like: once they join the channel, BOT1 will send cmd: "/ns identify <BOT1pass"
BOT2 will send cmd: "/ns identify <BOT2pass"

Thanks in advance.


Re: Little help. - JaydenJason - 12.06.2015

I never worked with IRC scripts, if they have callbacks when someone joins a channel try doing this

Код:
// On connect callback
{
       cmd_ns(bot1, "identify <BOT1pass");
}



Re: Little help. - saeed - 12.06.2015

Well, i want that each bots sends the cmd: ns identify bot1pass and ns identify bot2pass.

Dont ask reasons.


Re: Little help. - saeed - 12.06.2015

anyone?


Re: Little help. - saeed - 12.06.2015

secondary bump_!