running scripts on the barryserver from clientside?

D

dadclanbob

Guest
Since it s not possible to run cfg scripts for rcon purposes on our rented barryserver (upload them), i want to run the scripts from my pc.
This script will then contain "rcon" in front of each command, so
this command will go to the barryserver.
All works fine, BUT it only seems to parse the first line of the script!!!!! even with semicolons inbetween the lines!!!
An example:

rcon g_gametype 4
rcon timelimit 30
rcon roundlimit 20

will ONLY parse the first line (g_gametype) and ignore the rest!
Another example (with ; inbetween and different order):

rcon roundlimit 20;
rcon timelimit 30;
rcon g_gametype 4;

will also ONLY parse the first line (in this case roundlimit) and ignore the rest!........

(all presuming i'm logged in with rconpassword already of course)

i'm stunned!

Any help pleeez!
 
A

adslrizla

Guest
From memory (and it's been a while) I think you need to disable flood protection to run remote scripts. I can't remember whether this actually worked or not but it's worth a try....
 
D

dadclanbob

Guest
Ok thanks m8.....ill give it a go........
if its true.........you recon that if the
first command in my config would be
setting the flood-protection off....the rest
in the script would work?

Thx for your very appreciated answer!

BoB
 
D

dadclanbob

Guest
Hey m8!

tried it with floodprotect off (sv_floodprotect 0)....

doesnt work.....:-(

any other extra floodcommand or so?

Thx!
 
A

adslrizla

Guest
Heh - I see you have got it sorted by yourself. Nice work :)
 

Users who are viewing this thread

Top Bottom