Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: bender180 on December 22, 2012, 03:59:27 PM

Title: Teleporting
Post by: bender180 on December 22, 2012, 03:59:27 PM
What happened to the teleporting command in ulx?

They dont show in my menu

(https://dl.dropbox.com/u/2418443/images/2012-12-22_00002.jpg)

i thought it was a perms thing so i checked the perms for my group but they show as uncategorized 

(https://dl.dropbox.com/u/2418443/images/2012-12-22_00003.jpg)

have they been removed or is this an issue with my server as not even the chat commands work?
Title: Re: Teleporting
Post by: JamminR on December 22, 2012, 10:08:22 PM
What errors do you get in console when attempting to use teleport? (both server and client console if any)
'ulx teleport' is the console command.
Title: Re: Teleporting
Post by: Stickly Man! on December 22, 2012, 11:21:40 PM
Seems like your addons\ulx\lua\ulx\modules\sh\teleport.lua file was removed or had an error preventing it from properly loading on startup. Can you check and see if the file exists and that there aren't any errors in your server console on startup?
Title: Re: Teleporting
Post by: Megiddo on December 23, 2012, 05:01:56 AM
Seems like your addons\ulx\lua\ulx\modules\sh\teleport.lua file was removed or had an error preventing it from properly loading on startup. Can you check and see if the file exists and that there aren't any errors in your server console on startup?

This is exactly what I was thinking the problem was, too.
Title: Re: Teleporting
Post by: bender180 on December 23, 2012, 08:06:10 AM
i updated the svn which is in the server files its self om the same day i made this, ill try updating again and see if it just screwed up while updating.
Title: Re: Teleporting
Post by: bender180 on December 23, 2012, 08:14:08 AM
i fixed the error the teleport.lua file was on the server but i was given this error on the server start. I just re downloaded the svn and it fixed it self.
Code: [Select]
// MODULE: teleport.lua //
L 12/23/2012 - 11:08:16: Lua Error: Couldn't include file 'modules\sh\teleport.lua' (File not found) (@addons/ulx/lua/ulx/init.lua (line 33))
Couldn't include file 'modules\sh\teleport.lua' (File not found) (@addons/ulx/lua/ulx/init.lua (line 33))
L 12/23/2012 - 11:08:16: Lua Error: [AddCSLuaFile] Couldn't find 'ulx/modules/sh/teleport.lua' (@addons/ulx/lua/ulx/init.lua (line 52))
[AddCSLuaFile] Couldn't find 'ulx/modules/sh/teleport.lua' (@addons/ulx/lua/ulx/init.lua (line 52))
Title: Re: Teleporting
Post by: JamminR on December 23, 2012, 12:55:21 PM
So basically everyone, to learn from this thread, make sure to give server and client errors when something isn't working.
This includes server start up, client join, and errors on either side when running a command that isn't working.
Helps everyone including yourself see where the problem starts.