• TTT Base error
    4 replies, posted
[CODE]Lua Error: [ERROR] gamemodes/base/entities/entities/gmod_hands.lua:53: attempt to call method 'GetOwner' (a nil value) 1. fn - gamemodes/base/entities/entities/gmod_hands.lua:53 2. unknown - addons/ulib/lua/ulib/shared/hook.lua:187 3. SelectWeapon - [C]:-1 4. unknown - gamemodes/terrortown/gamemode/weaponry.lua:189 5. unknown - lua/includes/modules/concommand.lua:69[/CODE] Any ideas? This is creating players to see thier hands near there cross hair
Can you give step-by-step way to reproduce this? Can you reproduce this without ULX? [editline]1st August 2014[/editline] FYI its 'their', not 'there'.
This is happening to a player every time they switch their weapon once there hands have already disappeared (same error) [editline]1st August 2014[/editline] [QUOTE=Robotboy655;45563994]Can you give step-by-step way to reproduce this? Can you reproduce this without ULX? [editline]1st August 2014[/editline] FYI its 'their', not 'there'.[/QUOTE] sorry I am not english I have found out that the first error was actually [CODE]Lua Error: [ERROR] gamemodes/base/entities/entities/gmod_hands.lua:31: attempt to call method 'DeleteOnRemove' (a nil value) 1. DoSetup - gamemodes/base/entities/entities/gmod_hands.lua:31 2. SetupHands - lua/includes/extensions/player.lua:202 3. unknown - [/CODE] and than a repetitive error of [CODE]Lua Error: [ERROR] gamemodes/base/entities/entities/gmod_hands.lua:53: attempt to call method 'GetOwner' (a nil value) 1. fn - gamemodes/base/entities/entities/gmod_hands.lua:53 2. unknown - addons/ulib/lua/ulib/shared/hook.lua:187 3. SelectWeapon - [C]:-1 4. unknown - gamemodes/terrortown/gamemode/weaponry.lua:189 5. unknown - lua/includes/modules/concommand.lua:69[/CODE]
Can you do something for me? [code] print( spec, ply, spec:GetViewModel( 0 ), ply:GetViewModel( 0 ), SERVER ) [/code] Put that on line 26 in "gamemodes/base/entities/entities/gmod_hands.lua" on your server. Once done, restart the server and when you see console spam around that first error, post the spam here.
Thanks il try that!
Sorry, you need to Log In to post a reply to this thread.