10.08.2014, 08:46
All the data seems correct. Could you do something like
If it returns something like 65535, the vehicle is not created at all. Also:
If you have some "teleport car to me" command, try using it.
pawn Код:
new temporary = AddStaticVehicleEx(...);
printf("Created vehicle id: %d", temporary);
pawn Код:
new isValid = SetVehicleToRespawn(i);
printf("If %d is equal 0, the vehicle does not exist", isValid);