• TTT error and im assuming a mounting glitch
    4 replies, posted
my console is getting spammed with this error in TTT [lua] [ERROR] gamemodes/terrortown/gamemode/util.lua:107: attempt to index field 'dt' (a number value) 1. GetIronsights - gamemodes/terrortown/gamemode/util.lua:107 2. unknown - gamemodes/terrortown/gamemode/player.lua:1095 [/lua] and i am also getting an odd glitch and im assuming its because i have not mounted css properly, cars and trees are noclipped and it is showing the following errors [lua] ERROR!: Can't create physics object for models/props/de_inferno/bed.mdl ERROR!: Can't create physics object for models/props/cs_office/computer_caseb.mdl ERROR!: Can't create physics object for models/props/cs_office/computer_monitor.mdl ERROR!: Can't create physics object for models/props/cs_office/computer_keyboard.mdl ERROR!: Can't create physics object for models/props/cs_office/computer_mouse.mdl ERROR!: Can't create physics object for models/props/de_inferno/bed.mdl ERROR!: Can't create physics object for models/props/de_inferno/furniture_couch02a.mdl ERROR!: Can't create physics object for models/props/cs_office/table_coffee.mdl ERROR!: Can't create physics object for models/props/cs_militia/furniture_shelf01a.mdl ERROR!: Can't create physics object for models/props/de_inferno/furnituredrawer001a.mdl ERROR!: Can't create physics object for models/props/cs_office/radio.mdl ERROR!: Can't create physics object for models/props/de_inferno/tv_monitor01.mdl ERROR!: Can't create physics object for models/props/cs_office/offinspf.mdl ERROR!: Can't create physics object for models/props/cs_office/offinspd.mdl ERROR!: Can't create physics object for models/props/cs_italy/bananna.mdl ERROR!: Can't create physics object for models/props/de_inferno/bed.mdl ERROR!: Can't create physics object for models/props/de_inferno/bed.mdl ERROR!: Can't create physics object for models/props/de_inferno/bed.mdl ERROR!: Can't create physics object for models/props/cs_office/computer_caseb.mdl ERROR!: Can't create physics object for models/props/cs_office/computer_mouse.mdl ERROR!: Can't create physics object for models/props/de_inferno/tv_monitor01.mdl ERROR!: Can't create physics object for models/props/cs_militia/furniture_shelf01a.mdl ERROR!: Can't create physics object for models/props/cs_italy/orange.mdl ERROR!: Can't create physics object for models/props/cs_italy/orange.mdl ERROR!: Can't create physics object for models/props/cs_italy/orange.mdl ERROR!: Can't create physics object for models/props/cs_italy/orange.mdl ERROR!: Can't create physics object for models/props/cs_italy/bananna.mdl ERROR!: Can't create physics object for models/props/cs_italy/bananna.mdl ERROR!: Can't create physics object for models/props/cs_italy/bananna_bunch.mdl ERROR!: Can't create physics object for models/props/cs_italy/bananna_bunch.mdl ERROR!: Can't create physics object for models/props/de_inferno/furnituredrawer0 [/lua]
I've had this problem aswell, I had to ask my server host for the final answer though. This is what my mount.cfg looks like. [CODE] // // Use this file to mount additional paths to the filesystem // DO NOT add a slash to the end of the filename // "mountcfg" { "cstrike" "mount\cstrike" } [/CODE] my cstrike folder is in mount, and mount is in the same directory as garrysmod which for me is the server ip directory on ftp. Hope this helps or solves your problem :)
It's caused by the spiderman gun you have on your TTT, it's fucked up. rename self.DT in the spiderman shared.lua to anything else, just change the name of self.dt the glitchy is caused by a mount failure
Could you elaborate on what you mean by renaming self.dt? I have opened shared.lua for the spidermangun and i'm not sure where i'm suppose to change. thanks
If you have notepad++, use control and F then do replace all "dt" with lets say "dtable". dt is delta time
Sorry, you need to Log In to post a reply to this thread.