PDA

View Full Version : Invalid variable names


Donovan
10-28-2005, 09:48 AM
execing dedicated.cfg
invalid variable name: .IRC
invalid variable name: .Admin
invalid variable name: .Email
invalid variable name: .URL

Any help is appreciated.

rudedog
10-28-2005, 09:59 AM
Those don't work, loose them and you should be fine.

On a side note, as of right now, motd does not work or we don't know how it works

Ghost-Ryder
10-28-2005, 11:44 AM
Here you go

sets .IRC "" // your IRC channel + server here (optional)
sets .Admin "" // Make it your IRC or site nick maybe (optional)
sets .Email "" // You're email address (optional)
sets .URL "" // your website here (optional)

IT SHOULD BE WITHOUT THE "." in front of them, the console log showed with the '.' it shows up as a invalid variable, so it should look like this and show up properly.

sets IRC "" // your IRC channel + server here (optional)
sets Admin "" // Make it your IRC or site nick maybe (optional)
sets Email "" // You're email address (optional)
sets URL "" // your website here (optional)

I have seen enoughter setup seems to be working with the underscore

sets _IRC "" // your IRC channel + server here (optional)
sets _Admin "" // Make it your IRC or site nick maybe (optional)
sets _Email "" // You're email address (optional)
sets _URL "" // your website here (optional)

Hope it helps

Donovan
10-28-2005, 01:02 PM
Thanks. It worked.

rudedog
10-28-2005, 01:37 PM
Which one did you use? I will edit our cfg fles for others to use

MacArthur
10-28-2005, 01:50 PM
I removed the . before the variable name as Ghost-Ryder suggested and it works.

Cheers,