irc plugin
#1

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"
Reply
#2

do you have a_samp in your include direcory?


did you use
pawn Код:
#include <a_samp>
to include?
Reply
#3

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";
Reply
#4

'#pTc_clan_chanel.echo' is 21 characters long
Reply
#5

how many am i allowed and is it possiable to change the channel name
Reply
#6

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
Reply
#7

ok cool thanks
Reply
#8

when i compile ircFS.pwn
it gives me this error
fatal error 100: cannot read from file: "a_irc"
Reply
#9

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
Reply
#10

its there:
#include <a_irc>
and the a_irc.inc is in the pawno/include folder but i still get this error :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)