Смена надписей в чате!

БлагоЯр

Участник
Сообщения
898
Реакции
86
можно отловить событие и заблокировать
Ошибки при компиляции
C-подобный:
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(1) : error 010: invalid function or declaration
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(189) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(253) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(260) : warning 216: nested comment
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(276) : error 139: could not find type "PropFieldType"
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(276) : error 139: could not find type "PropFieldType"
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(315) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(316) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(330) : error 139: could not find type "PropType"
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(344) : error 139: could not find type "PropType"
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(357) : error 139: could not find type "PropType"
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(368) : error 139: could not find type "PropType"
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(376) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(377) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(380) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(381) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(383) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(385) : error 075: input line too long (after substitutions)
//
// 17 Errors.
//
 

babka68

Участник
Сообщения
2,124
Реакции
956
Ошибки при компиляции
C-подобный:
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(1) : error 010: invalid function or declaration
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(189) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(253) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(260) : warning 216: nested comment
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(276) : error 139: could not find type "PropFieldType"
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(276) : error 139: could not find type "PropFieldType"
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(315) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(316) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(330) : error 139: could not find type "PropType"
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(344) : error 139: could not find type "PropType"
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(357) : error 139: could not find type "PropType"
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(368) : error 139: could not find type "PropType"
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(376) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(377) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(380) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(381) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(383) : error 075: input line too long (after substitutions)
// D:\CSServers\engines\SourceMod Scripting\include\entity.inc(385) : error 075: input line too long (after substitutions)
//
// 17 Errors.
//
Версия игры и SM? и откуда взялся entity.inc
 

БлагоЯр

Участник
Сообщения
898
Реакции
86
можно отловить событие и заблокировать
Проверил на CS:S - чётко, БлагоДарю!
Сообщения автоматически склеены:

На CS:GO не хочет
C-подобный:
L 05/28/2021 - 19:43:30: Info (map "de_nuke") (file "/home/container/csgo/addons/sourcemod/logs/errors_20210528.log")
L 05/28/2021 - 19:43:30: [SM] Exception reported: Game event "player_connect_client" does not exist
L 05/28/2021 - 19:43:30: [SM] Blaming: nomessageconnect.smx
L 05/28/2021 - 19:43:30: [SM] Call stack trace:
L 05/28/2021 - 19:43:30: [SM]   [0] HookEvent
L 05/28/2021 - 19:43:30: [SM]   [1] Line 16, nomessageconnect.sp::OnPluginStart
L 05/28/2021 - 19:43:30: [SM] Unable to load plugin "nomessageconnect.smx": Error detected in plugin startup (see error logs)
 
Последнее редактирование:
Сверху Снизу