ULX

Author Topic: Dead Ringer. Didn't Work!  (Read 1279 times)

0 Members and 1 Guest are viewing this topic.

Offline MrBeefchop

  • Newbie
  • *
  • Posts: 12
  • Karma: -4
Dead Ringer. Didn't Work!
« on: December 19, 2014, 04:33:06 AM »
On my Server I have Dead Ringer Addon!
In the Traitor Shop the item isn't there...
Errors:

[ERROR] lua/weapons/weapon_dead_ringer/shared.lua:46: bad argument #2 to 'CreateFont' (table expected, got number)
1. CreateFont - [C]:-1
2. unknown - lua/weapons/weapon_dead_ringer/shared.lua:46

[ERROR] lua/weapons/weapon_dead_ringer/shared.lua:211: attempt to index local 'dmginfo' (a nil value)
1. fn - lua/weapons/weapon_dead_ringer/shared.lua:211
2. unknown - addons/ulib/lua/ulib/shared/hook.lua:183

[ERROR] lua/weapons/weapon_dead_ringer/shared.lua:211: attempt to index local 'dmginfo' (a nil value)
1. fn - lua/weapons/weapon_dead_ringer/shared.lua:211
2. unknown - addons/ulib/lua/ulib/shared/hook.lua:183
3. FireBullets - [C]:-1
4. ShootBullet - gamemodes/terrortown/entities/weapons/weapon_tttbase.lua:318
5. PrimaryAttack - gamemodes/terrortown/entities/weapons/weapon_tttbase.lua:242
6. unknown - lua/damagelogs/sv_damageinfos.lua:45

Please Help :/

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Dead Ringer. Didn't Work!
« Reply #1 on: December 19, 2014, 10:22:15 AM »
Are you running a TTT server?
Seems that addon requires TTT, or some other addon made for TTT.
"dmginfo" and "weapon_tttbase.lua" are two big clues on that in the error.
(has NOTHING to do with ULib btw...we just have a hook enhancement, so instead of gmod showing up, our file does)

If you are running a TTT server, find the original release for your addon and find out what else it's requirements are.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming