PDA

View Full Version : Problem with dZSbot with !free


PlaN3t
12-25-2005, 06:49 AM
why with this command !free bot don't talk?

the error is

[12:47] Tcl error [show_free]: can't read "device(1)": no such element in array

anyone help me?

merry xmas all

bye :)

EwarWoo
12-25-2005, 06:40 PM
# !!! THE LOGICAL DRIVE LETTER SHOULD BE WRITED IN UPPER CASE !!!
# !!! Exemple: C: or D: or E: ...but without \ at the end !!!
# !!! OTHER ARGS SHOULD RESPECT $sections variable ABOVE !!!
set device(0) "x: x -x"
set device(1) "x: -x"
set device(TOTAL) 2
set device(COLUMN) 1

You've stuffed up that section somehow.
If you only have 1 drive delete the device(1) entry altogether.

PlaN3t
12-25-2005, 06:46 PM
i have set this

set device(0) "C: GAMES DIVX MP3 SERIETV APPZ MP3-ARCHIVE"
set device(TOTAL) 5
set device(COLUMN) 5

EwarWoo
12-26-2005, 06:51 AM
set device(TOTAL) 5
You dont have 5 devices, you only have 1.
You're telling it to expect a device(0), device(1), device(2) etc but they dont exist.