We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflict with CCP (https://hlmod.ru/resources/ccp-color-chat-processor.1529/)
L 06/16/2021 - 12:54:45: [SM] Exception reported: Client index -2 is invalid L 06/16/2021 - 12:54:45: [SM] Blaming: ccprocessor/ccp-saytext2.smx L 06/16/2021 - 12:54:45: [SM] Call stack trace: L 06/16/2021 - 12:54:45: [SM] [0] GetClientTeam L 06/16/2021 - 12:54:45: [SM] [1] Line 113, /home/travis/build/nyood/ccprocessor/src/ccp-handlers/scripting/ccp-saytext2.sp::SayText2_Completed L 06/16/2021 - 12:54:45: [SM] [3] EndMessage L 06/16/2021 - 12:54:45: [SM] [4] Line 1877, C:\Users\Artem\Desktop\SM Compile\addons\sourcemod\scripting\include\smlib/clients.inc::Client_PrintToChatRaw L 06/16/2021 - 12:54:45: [SM] [5] Line 1900, C:\Users\Artem\Desktop\SM Compile\addons\sourcemod\scripting\include\smlib/clients.inc::Client_PrintToChat L 06/16/2021 - 12:54:45: [SM] [6] Line 434, C:\Users\Artem\Desktop\SM Compile\addons\sourcemod\scripting\smrpg.sp::OnClientPutInServer
The text was updated successfully, but these errors were encountered:
That is sourcemod log error. You should improve CCP source code add if (Client) before GetClientTeam(Client).
if (Client)
GetClientTeam(Client)
Sorry, something went wrong.
No branches or pull requests
Conflict with CCP (https://hlmod.ru/resources/ccp-color-chat-processor.1529/)
The text was updated successfully, but these errors were encountered: