Status
Not open for further replies.

Apster

Monolith Newcomer
Member
Joined:
May 16, 2018
Messages:
11
Points:
12

6

Years of Mono

LV
0
 
[ERROR] gamemodes/darkrp/gamemode/modules/cosmetics/cs/cl_cosmetics.lua:607: Tried to use a NULL entity!
1. __newindex - [C]:-1
2. unknown - gamemodes/darkrp/gamemode/modules/cosmetics/cl_cosmetics.lua:607
3. unknown - gamemodes/darkrp/gamemode/hook.lua:191
 

ELIASS

Monolith Senior
Member
Joined:
Jul 28, 2017
Messages:
365
Points:
52
Awards
1

7

Years of Mono

LV
0
 
if you get this error just rejoin i had this error code earlier today and already informed the devs about it in our discords #dev-dicussions chat
 

Chubby

Monolith Senior
Member
Joined:
Aug 19, 2017
Messages:
344
Points:
52

7

Years of Mono

LV
0
 
Write these commands in console in order
con_filter_text
"[ERROR]" con_filter_text_out
"[ERROR]" con_filter_enable 2

This stops the error spam.

Credits to @Perry since hes the one that told me about this
 
  • Like
Reactions: MRC

Jerry Trainor

Monolith Pleb
Member
Joined:
Jul 10, 2017
Messages:
72
Points:
27

7

Years of Mono

LV
0
 
Write these commands in console in order
con_filter_text
"[ERROR]" con_filter_text_out
"[ERROR]" con_filter_enable 2

This stops the error spam.

Credits to @Perry since hes the one that told me about this
Wish I knew that last night, I think I was playing with it for about an hour lol.
 

Perry

Monolith Specialist
Member
Joined:
Dec 2, 2016
Messages:
507
Points:
67
Awards
1

8

Years of Mono

LV
0
 
Code:
con_filter_text "[ERROR]"; con_filter_text_out "[ERROR]"; con_filter_enable 2

You can put this line in one go, it should filter it.
 
Status
Not open for further replies.
Top