You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
public void QueryFinished(QueryCookie cookie, int client, ConVarQueryResult result, const char[] cvarName, const char[] cvarValue)
{
if (!IsValidClient(client))
return;
if (StrEqual(cvarValue, "1"))
PrintToChat(client, " \x02[GFL] \x07To fix visual bugs and client crashes on custom maps, you must disable \x06Texture Streaming \x07in your CS:GO video settings");