In my setup.cfg I set my admin password, give it to my admins but it doesn't work.. Even when I joined my server the admin didn't work.
//Example dedicated host configuration file.
//How to use : LFS /cfg=setup.cfg
//FIRST IN LIST
/host=test
//if required - password
//pass=
//if required - admin password
//admin=xxxxxxxx
//if required - InSim port
//insim=29999
//if required - local specified ip address
//ip=xxx.xxx.xxx.xxx
//a high number below 65536
/port=63392
//demo/s1/s2
/mode=s2
//no/yes/hidden
/usemaster=yes
//BL1/BL1R/BL2... SO1/SO1R/SO2... etc
/track=So4
//weather : 1,2,3 in Blackwood
/weather=1
//cars allowed - see README.txt
/cars=ALL
//max number of guests that can join host
/maxguests=7
//max number of cars in a race
/carsmax=7
//max number of cars (real+ai) on host pc
/carshost=1
//max number of cars (real+ai) per guest pc
/carsguest=1
//smoothness (3-6) number of car updates per second
/pps=3
//qualifying minutes, 0 for no qualifying
/qual=0
//number of laps, 0 for practice
/laps=0
//if laps not specified - hours
//hours=24
//0=no/1=low/2=high
/wind=1
//nogfx/invisible
/dedicated=nogfx
//no/yes : can guests vote to kick or ban
/vote=no
//no/yes : can guests select track
/select=yes
//no/yes/ban/spectate : wrong way drivers
/autokick=no
//no restart within X seconds of race start
/rstmin=60
//no restart within X seconds of race finish
/rstend=30
//no/yes : allow join during race
/midrace=yes
//no/yes : pit stop required
/mustpit=no
//fixed/finish/reverse/random : race start order
/start=finish
//if required : welcome message up to 200 chars
//welcome=welcome.txt
//if required : text file listing allowed tracks
//tracks=tracks.txt
Any idea whats wrong?
Thanks,
James