Thread: [Solved] [CS:GO]Bool for clients
View Single Post
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 12-20-2016 , 21:32   Re: [CS:GO]Bool for clients
Reply With Quote #6

Quote:
Originally Posted by ddhoward View Post
bool Comm[MaxClients + 1];

Comm[client] = !Comm[client];
The declaration for the array is incorrect as it'll eval to 1 at compile time, or error
__________________
WildCard65 is offline