21.02.2014, 22:13
Vehicle IDs start at 1 and end at MAX_VEHICLES, not MAX_VEHICLES-1, so that loop is wrong. It should be:
Use SetVehicleParamsEx to set the engine state.
pawn Код:
for(new i=1; i<=MAX_VEHICLES; i++)