View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 11-05-2015 , 02:55   Re: SourceMod Development Roundup (1.7.2 - 03/11/15)
#15

Quote:
Originally Posted by Starbish View Post
will this be able to be used globally?

like

int g_iUserVariable[MaxClients+1];
No, it's not a constant. static array sizes have to be defined at compile time.
__________________
asherkin is offline