Author Topic: Teleporting  (Read 3099 times)

0 Members and 1 Guest are viewing this topic.

Offline bender180

  • Full Member
  • ***
  • Posts: 217
  • Karma: 42
    • Benders Villa
Teleporting
« on: December 22, 2012, 03:59:27 PM »
What happened to the teleporting command in ulx?

They dont show in my menu



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



have they been removed or is this an issue with my server as not even the chat commands work?
Made community pool and community bowling and for the life of me couldn't tell you why they are popular.
Also made the ttt ulx commands.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Teleporting
« Reply #1 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.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Stickly Man!

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 1270
  • Karma: 164
  • What even IS software anymore?
    • XGUI
Re: Teleporting
« Reply #2 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?
Join our Team Ulysses community discord! https://discord.gg/gR4Uye6

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Teleporting
« Reply #3 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.
Experiencing God's grace one day at a time.

Offline bender180

  • Full Member
  • ***
  • Posts: 217
  • Karma: 42
    • Benders Villa
Re: Teleporting
« Reply #4 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.
Made community pool and community bowling and for the life of me couldn't tell you why they are popular.
Also made the ttt ulx commands.

Offline bender180

  • Full Member
  • ***
  • Posts: 217
  • Karma: 42
    • Benders Villa
Re: Teleporting
« Reply #5 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))
Made community pool and community bowling and for the life of me couldn't tell you why they are popular.
Also made the ttt ulx commands.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Teleporting
« Reply #6 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.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming