Ulysses

General => Off-Topic => Topic started by: MrBeefchop on December 19, 2014, 04:33:06 AM

Title: Dead Ringer. Didn't Work!
Post by: MrBeefchop 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 :/
Title: Re: Dead Ringer. Didn't Work!
Post by: JamminR 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.