View Single Post
B3none
AlliedModders Donor
Join Date: Oct 2016
Location: United Kingdom
Old 07-22-2018 , 16:56   Re: CS:GO How to check if client has panorama UI enabled
Reply With Quote #4

Shorter way to write this:

PHP Code:
public void ClientConVar(QueryCookie cookieint clientConVarQueryResult result, const char[] cvarName, const char[] cvarValue)
{
    
b_IsPanorama[client] = (result == ConVarQuery_Okay);

__________________
B3none is offline