Posts: 210
Threads: 60
Joined: Aug 2009
Reputation:
0
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"
Posts: 210
Threads: 60
Joined: Aug 2009
Reputation:
0
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";
Posts: 2,200
Threads: 14
Joined: Apr 2009
Reputation:
0
'#pTc_clan_chanel.echo' is 21 characters long
Posts: 210
Threads: 60
Joined: Aug 2009
Reputation:
0
how many am i allowed and is it possiable to change the channel name
Posts: 262
Threads: 23
Joined: Dec 2007
Reputation:
0
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
Posts: 5
Threads: 0
Joined: Dec 2009
Reputation:
0
when i compile ircFS.pwn
it gives me this error
fatal error 100: cannot read from file: "a_irc"
Posts: 5
Threads: 0
Joined: Dec 2009
Reputation:
0
its there:
#include <a_irc>
and the a_irc.inc is in the pawno/include folder but i still get this error :/