21.06.2013, 12:40
Well
Z+10 represents the Z Coordinate going up by 10... So it makes the car teleport in the air.
pawn Code:
SetTimerEx("@SetVehiclePos", 500, false, "ifff", GetPlayerVehicleID(playerid), x, y, z+10);