setVehiclesLODDistance | Multi Theft Auto: Wiki Skip to content

setVehiclesLODDistance

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


Sets the distance of vehicles LOD.

Syntax

setVehiclesLODDistance ( )

Code Examples

client
addEventHandler("onClientResourceStart",resourceRoot,function()
setVehiclesLODDistance(10)
end)

See Also

World Functions