Thread: [Solved] Help with SM 1.11 syntax
View Single Post
JoinedSenses
Senior Member
Join Date: Sep 2013
Old 02-06-2022 , 21:06   Re: Help with SM 1.11 syntax
Reply With Quote #2

TFClassType is defined by sourcemod, so i'd probably opt to just removing the sizes and making it [][] without the sizes.

You could also make a define and use that instead.
Code:
#define TFClassType_MAX 10
it should also be `static int defweps`
__________________

Last edited by JoinedSenses; 02-06-2022 at 21:14.
JoinedSenses is offline