24.01.2013, 22:30
pawn Код:
new Float:x, Float:y, Float:z; // Create the variables to store some floats...
GetVehiclePos(VehicleThatUChangedThePlate,x,y,z); // store the floats into that variables
SetVehicleToRespaw(VehicleThatUChangedThePlate); // Respawn the vehicle
SetVehiclePos(VehicleThatUChangedThePlate,x,y,z); // Now set vehicle the previous pos :D
// You can also use GetVehicleZAngle and SetVehicleZAngle...
I think this will work '-'