ULX

Author Topic: md_clue map error  (Read 2216 times)

0 Members and 1 Guest are viewing this topic.

Offline 3RB

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
md_clue map error
« on: September 12, 2015, 05:04:36 AM »
when i change the map from cs_office to md_clue it shows this error

[ERROR] addons/utime/lua/autorun/cl_utime.lua:144: attempt to call method 'IsValid' (a nil value)
  1. unknown - addons/utime/lua/autorun/cl_utime.lua:144


[ERROR] addons/utime/lua/autorun/cl_utime.lua:144: attempt to call method 'IsValid' (a nil value)
  1. unknown - addons/utime/lua/autorun/cl_utime.lua:144


[ERROR] addons/utime/lua/autorun/cl_utime.lua:144: attempt to call method 'IsValid' (a nil value)
  1. unknown - addons/utime/lua/autorun/cl_utime.lua:144


[ERROR] addons/utime/lua/autorun/cl_utime.lua:144: attempt to call method 'IsValid' (a nil value)
  1. unknown - addons/utime/lua/autorun/cl_utime.lua:144

i want help :(

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: md_clue map error
« Reply #1 on: September 12, 2015, 09:05:20 AM »
Are you using latest code from our Github repository for UTime?
Or some other version of UTime not made by Ulysses (there are several in the releases section)? If not Ulysses, you'd need to go as in the specific releases section top for the one you're using and ask, so anyone familiar with that release might be able to help.
If md = murder, it's possible the murder gamemode doesn't use standard functions that are included in Sandbox (like IsValid or trace.Entity), which is what UTime is originally written for.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming