29.10.2011, 15:56
Well how can i make when player enters a vehicle, the engines is off? i used this
But when i enter a vehicle the engine is automatically on
pawn Код:
public OnVehicleSpawn(vehicleid)
{
for(new i=0;i<MAX_VEHICLES;i++) {
vEngine[i] = 1;
}
return 1;
}