I build a script which open a txt file on another server (
http://217.20.115.30/banned.txt), but it doesn`t work.
Code:
new file[64];
file = "http://217.20.115.30/banned.txt";
new line, text[64], txtlen
while((line = read_file(file,line,text,63,txtlen)) != 0) {
client_cmd(parm[0],"echo ^"The number is %s^"",text)
}
parm[0] is the playerid, if i take a local file, its work.
This is only a test script, so don`t be so hard to me ;D
Can someone help me?
Millhouse
ps: sry for my bad english, i gave my best