Amit az elõttem író linkelt az nálam nem vált be hiába pakoltam a kocsi sebességére én kódot használok rá azzal mûködik
function speedup (thePlayer)
if (getElementModel(source) == 506) then
local handlingTable = getVehicleHandling (source)
local newVelocity = ( handlingTable[\"maxVelocity\"] + ( handlingTable[\"maxVelocity\"] / 200 * 50 ) )
setVehicleHandling ( source, \"numberOfGears\", 5 )
setVehicleHandling ( source, \"driveType\", \'awd\' )
setVehicleHandling ( source, \"maxVelocity\", newVelocity )
setVehicleHandling ( source, \"engineAcceleration\", handlingTable[\"engineAcceleration\"] +14 )
end
end
addEventHandler(\"onVehicleEnter\", root, speedup)