04.04.2012, 07:58
@Kar
if(gEngines[VModel - 400] == 0)?
The -400, is that the ModelID?
Or
Does it Just go like This?
if(gEngines[VModel - 400] == 0) // 400
if(gEngines[VModel - 400] == 0) // 401
if(gEngines[VModel - 400] == 1) // 402 (Diesel)
if(gEngines[VModel - 400] == 0)?
The -400, is that the ModelID?
Or
Does it Just go like This?
if(gEngines[VModel - 400] == 0) // 400
if(gEngines[VModel - 400] == 0) // 401
if(gEngines[VModel - 400] == 1) // 402 (Diesel)

