Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 463 Bytes

ClientPrint.md

File metadata and controls

18 lines (12 loc) · 463 Bytes

search string: Console command too long

look for the following snippet:

else
{
  sub_18075B2C0(v5, 2i64, "Console command too long.\n", 0i64, 0i64, 0i64, 0i64);
}

You should XREF the function that used the string.

prototype: void ClientPrint(CBasePlayerController *player, int destination, const char *msg, ...);

dll: server

image