25.03.2009, 11:36
Replace
CreateVehicle(car, Float:X, Float:Y, Float:Z + 2.0, Float:Angle + 90.0, -1, -1, 5000);
with
CreateVehicle(car, X, Y, Z + 2.0, Angle + 90.0, -1, -1, 5000);
CreateVehicle(car, Float:X, Float:Y, Float:Z + 2.0, Float:Angle + 90.0, -1, -1, 5000);
with
CreateVehicle(car, X, Y, Z + 2.0, Angle + 90.0, -1, -1, 5000);

