31.03.2015, 12:51
hmm it doesn't give me any tag mismatch error while compiling with this :
But you can use _: to avoid tag mismatch error with -1 like this :
Код:
new Float: Test[MAX_VEHICLES] = { -1, ... } ;
Quote:
new Float: Test[MAX_VEHICLES] = { _:-1, ... } ; |