SetTimeFrozen

From Multi Theft Auto: Wiki
Revision as of 20:41, 16 August 2024 by Prox (talk | contribs) (minor change)
Jump to navigation Jump to search

BETA: NEW FEATURE (BUILD: 1.6.0 r22676)

This function affecting the weather as well

Syntax

bool setTimeFrozen( bool state )

Required arguments

  • state: if true it will freeze the time, false otherwise.

Returns

Always returns true.

Example

This example let you freeze the time

local setTimeFrozen(true)

See Also