View Single Post
ddhoward
Veteran Member
Join Date: May 2012
Location: California
Old 06-03-2016 , 04:19   Re: Help with convars
Reply With Quote #10

IDK, it's your code. Something like

PHP Code:
if (client == someClientThatWeWantADifferentValueFor) {
    
//do something involving a different value
}
else {
    
//do something else involving the convar's value

Are you even sure that a convar is something that you should be using here?
__________________

Last edited by ddhoward; 06-03-2016 at 04:21.
ddhoward is offline