Hi, this is my code:
local car = CreateVehicle( VEH_INFERNUS, 103.33, -939.2, 25.75, 90 );
player.EnterVehicle( car, DOOR_DRIVER );
car.Alpha = 126;
CreateCheckpoint( Vector(184.21, -952.2, 25.75), 5.0 );
im tested this:
player.Vehicle = car;
If tested this ^^ code, car is dont create...
What is bad?