Compact encoding disabled
#2

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

new
Float: Test[MAX_VEHICLES] = { _:-1, ... }
;

Reply


Messages In This Thread
Compact encoding disabled - by CalvinC - 31.03.2015, 09:30
Re: Compact encoding disabled - by BroZeus - 31.03.2015, 12:51
AW: Re: Compact encoding disabled - by Kaliber - 31.03.2015, 13:07
Re: Compact encoding disabled - by CalvinC - 31.03.2015, 13:41

Forum Jump:


Users browsing this thread: 3 Guest(s)