Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Jason on November 28, 2007, 11:19:09 AM
-
Hey when i type in menu on my listen server i get this error .. heres an example:
Fúsíón [TK] [CL]: !menu
ULib/_cl_2.10/sh_ucl.lua:23: attempt to index field '?' (a nil value)
Jason
-
Are there errors on startup?
-
Are there errors on startup?
No its only when i type !menu in the chat ... it does not show the menu just says that error at the side.
-
Try removing garrysmod/data/ulib/users.txt and re-add your admins.
-
Thanks that has worked... now i got another problem ... when i type !menu only motd comes up nothing else ...
;D ???
-
If only the Motd appears it can mean one of 2 things..
you arent an admin.. type ulx who in your console and see what groups you are in.
somehow, your admin group doesn't have the ulx adminmenu and ulx clientmenu flags.
try "ulx adminmenu" and "ulx clientmenu" in console and see if it opens them or if it says you don't have access.
-
well i do have access because i can use the commands but it just dont let me ...
heres the lua code:
"Users"
{
"Jason"
{
"id" "STEAM_0:0:*"
"type" "steamid"
"pass" ""
"pass_req" "0"
"groups"
{
"superadmin"
}
"allow"
{
"ulx kick"
"ulx ban"
"immunity"
}
"deny"
{
"ulx cexec"
}
}
"Cube"
{
"id" "STEAM_0:1:*"
"type" "steamid"
"pass" ""
"pass_req" "0"
"groups"
{
"superadmin"
}
"allow"
{
"ulx kick"
"ulx ban"
"immunity"
}
"deny"
{
"ulx cexec"
}
}
}
If it helps ...
-
Please use the command "ulx debuginfo", then copy/paste or attach the output in the file indicated in your console after running it.
(Please also realize, we've had you skip several steps by doing this that may fix your issue - See http://forums.ulyssesmod.net/index.php/topic,383.0.html )