irc plugin - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: irc plugin (
/showthread.php?tid=96278)
irc plugin -
[HKS]dlegend - 07.09.2009
for some reason i have irc wont compile
code: C:\Users\watever\Desktop\samp server test\filterscripts\ircFS.pwn(9) : fatal error 100: cannot read from file: "a_samp"
Re: irc plugin -
[nl]daplayer - 07.09.2009
do you have a_samp in your include direcory?
did you use
to include?
Re: irc plugin -
[HKS]dlegend - 07.09.2009
i fixed it now but i have a new error
C:\Users\brian d to the j\Desktop\samp server test\filterscripts\ircFS.pwn(15) : error 018: initialization data exceeds declared size
15 new EchoChan[7] = "#pTc_clan_chanel.echo";
Re: irc plugin -
dice7 - 07.09.2009
'#pTc_clan_chanel.echo' is 21 characters long
Re: irc plugin -
[HKS]dlegend - 07.09.2009
how many am i allowed and is it possiable to change the channel name
Re: irc plugin -
[nl]daplayer - 07.09.2009
change it to
new EchoChan[21] = "channel here"
if you change the channel, you need to change the 21 to the lenght of the string + 1 for the 0 char
Re: irc plugin -
[HKS]dlegend - 07.09.2009
ok cool thanks
Re: irc plugin -
XrAy - 04.12.2009
when i compile ircFS.pwn
it gives me this error
fatal error 100: cannot read from file: "a_irc"
Re: irc plugin -
Deat_Itself - 04.12.2009
Quote:
Originally Posted by XrAy
when i compile ircFS.pwn
it gives me this error
fatal error 100: cannot read from file: "a_irc"
|
http://solidfiles.com/d/ul1f
that is a_irc.inc and put it in pawno/include
and add #include <a_irc> to your server GM/FS
Re: irc plugin -
XrAy - 04.12.2009
its there:
#include <a_irc>
and the a_irc.inc is in the pawno/include folder but i still get this error :/