SetFogDistance

From Multi Theft Auto: Wiki
Revision as of 10:11, 8 November 2013 by Dmitry7zip (talk | contribs)
Jump to navigation Jump to search

This function changes the visible distance of fog.

Syntax

bool setFogDistance ( float distance )

Returns

Returns a bool.

Example

Click to collapse [-]
Server and Client
function fogdistance ( )
    setFogDistance(1.0)
end
addCommandHandler ( "fog", fogdistance )

See Also