The fact is that when a person dies from the map, it appears as a living in what could be the problem?
Even if we search the corpse it is still zhivim. Help fix it.
Do you get any console errors?
Not found error
Log after death
ServerLog: 00:41.65 - KILL: <something/world> killed King Of Tetris [innoce
nt]
TEST [lua/autorun/mapvote.lua][lua/autorun/ndes_load.lua]
[ERROR] lua/autorun/ndes_load.lua:9: attempt to call method 'GetUserGroup' (a ni
l value)
1. fn - lua/autorun/ndes_load.lua:9
2. unknown - addons/ulib/lua/ulib/shared/hook.lua:183
[ERROR] lua/autorun/ndes_load.lua:9: attempt to call method 'GetUserGroup' (a ni
l value)
1. fn - lua/autorun/ndes_load.lua:9
2. unknown - addons/ulib/lua/ulib/shared/hook.lua:183
Do you have a chat tag addon or something that modifies chat? If the person who wrote the addon didn't plan for TTT then it can cause dead chat to show up in all chat
EDIT: your ndes addon may be messing with ULX to the point where it does what I said above.
Do you have ULX? GetUserGroup only works with ULx; otherwise, replace it with GetNWString( "usergroup" )
[QUOTE=code_gs;45649354]Do you have ULX? GetUserGroup only works with ULx; otherwise, replace it with GetNWString( "usergroup" )[/QUOTE]
Yes he has ULX, the stack show's ULX's hook madness
[code]
[ERROR] lua/autorun/ndes_load.lua:9: attempt to call method 'GetUserGroup' (a ni
l value)
1. fn - lua/autorun/ndes_load.lua:9
2. unknown - addons/ulib/lua/ulib/shared/hook.lua:183 <-- HERE
[/code]
Ah. Try replacing it with GetNWString anyway and see what happens; don't know what's causing that error.
Thank you. The author wrote the script with the permissions error groups.
Sorry, you need to Log In to post a reply to this thread.