View Single Post
headline
SourceMod Moderator
Join Date: Mar 2015
Old 01-06-2018 , 01:13   Re: New API and Syntax
Reply With Quote #895

Quote:
Originally Posted by Spirit_12 View Post
How would one write this bool under new syntax?

PHP Code:
new bool:MyTestBool[100]; 
PHP Code:
bool MyTestBool[100]; 
headline is offline